run_flow_session
Execute a Langflow flow with session-based state management to maintain conversation context across multiple calls using the same session ID.
Instructions
Execute a flow with session-based state management. Maintains conversation context across multiple calls using the same session ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stream | No | Streaming is currently rejected by this MCP client | |
| tweaks | No | Component-specific parameter overrides | |
| context | No | Request context passed alongside the input request | |
| input_type | No | Type of input (e.g., "chat", "text") | |
| session_id | Yes | Session ID for conversation continuity (required) | |
| input_value | No | Input value for the flow | |
| output_type | No | Expected output type (e.g., "chat", "text", "json") | |
| flow_id_or_name | Yes | Flow ID (UUID) or flow name to execute | |
| output_component | No | Specific output component to retrieve results from |