get_flow

Gets full flow details including prompt templates from the active version. Falls back to the latest version if no version is activated. Use environment parameter to specify which environment's active version to retrieve. If omitted and the flow has exactly one environment, it is auto-selected.

Available from 1 provider (1 remote)

Input Schema


            {
  "type": "object",
  "properties": {
    "flowIdOrName": {
      "description": "Flow ID (ObjectId) or Name",
      "type": "string"
    },
    "environment": {
      "description": "Environment name (omit to auto-select when only one exists)",
      "type": "string",
      "default": ""
    }
  },
  "required": [
    "flowIdOrName"
  ]
}
          

Remote Providers (1)

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

PromptShuttle

Remote

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

View product →