invoke_a2a_jsonrpc
Invoke a Langflow flow using A2A JSON-RPC. Pass through JSON-RPC envelope with flow ID and method; server-side validation.
Instructions
Invoke a flow via the A2A JSON-RPC endpoint (Langflow 1.11.0). The JSON-RPC envelope is a passthrough; validation lives server-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | JSON-RPC request ID | |
| method | Yes | JSON-RPC method name | |
| params | No | JSON-RPC params (object or positional array) | |
| flow_id | Yes | Flow ID | |
| jsonrpc | No | JSON-RPC version (e.g. "2.0") |