Microsoft Azure API Management · JSON Structure

Ai Gateway Mcp Response Structure

Type: object Properties: 3
A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft Azure

MCPResponse is a JSON Structure definition published by Microsoft Azure API Management, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

jsonrpc id result

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "MCPResponse",
  "type": "object",
  "properties": {
    "jsonrpc": {
      "type": "string",
      "example": "2.0"
    },
    "id": {
      "type": "int32",
      "example": 1
    },
    "result": {
      "type": "object",
      "properties": {
        "content": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "type": {
                "type": "string",
                "example": "text"
              },
              "text": {
                "type": "string",
                "example": "The weather in Seattle is 62F and partly cloudy."
              }
            }
          }
        }
      }
    }
  }
}