Send A2A JSON-RPC Request
lyzr_send_a2a_jsonrpcSend raw JSON-RPC 2.0 requests directly to an A2A agent endpoint using the agent ID and request payload, enabling custom agent interactions.
Instructions
Send a raw JSON-RPC 2.0 request to a served A2A agent's endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes | The JSON-RPC 2.0 request payload (method, params, id, etc.) | |
| agent_id | Yes | The A2A agent id to send the request to |