REST: response.mcp_call.in_progress '[CURRENTLY NOT SUPPORTED]'

HTTP request

POST https://ai.api.cloud.yandex.net/v1/realtime/server-events/response.mcp_call.in_progress
        

Body parameters

Request schema: application/json

{
          "type": "string",
          "event_id": "string",
          "output_index": "integer",
          "item_id": "string"
        }
        

Returned when an MCP tool call is in progress.

Field

Description

type

enum

Required field. The event type, must be response.mcp_call.in_progress.

  • response.mcp_call.in_progress

event_id

string

Required field. The unique ID of the server event.

output_index

integer

Required field. The index of the output item in the response.

item_id

string

Required field. The ID of the MCP tool call item.

Response

HTTP Code: 200

OK