Microsoft Azure API Management · JSON Structure

Ai Gateway Mcp Request Structure

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

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

Properties

jsonrpc method id params

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "MCPRequest",
  "type": "object",
  "properties": {
    "jsonrpc": {
      "type": "string",
      "example": "2.0"
    },
    "method": {
      "type": "string",
      "example": "tools/call"
    },
    "id": {
      "type": "int32",
      "example": 1
    },
    "params": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "example": "get_weather"
        },
        "arguments": {
          "type": "object"
        }
      }
    }
  }
}