PromptShuttle

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.

Remote revuo:promptshuttle

Other tools also called get_flow? See providers with this name

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"
  ]
}