list_runs

Lists recent ShuttleRequests (LLM invocations) for debugging. Optionally filter by flow name. Returns up to 50 recent runs.

Available from 1 provider (1 remote)

Input Schema


            {
  "type": "object",
  "properties": {
    "flowName": {
      "description": "Filter by flow name (optional)",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },
    "limit": {
      "description": "Max results to return (default 20, max 50)",
      "type": "integer",
      "default": 20
    }
  }
}
          

Remote Providers (1)

These servers are accessible over the network — no local installation needed.

PromptShuttle

Remote

https://app.promptshuttle.com/api/mcp

View product →