WSO2 · JSON Structure

Publisher Api Mcp Server Operation Structure

MCPServerOperation schema from WSO2 API Manager

Type: object Properties: 13
API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

MCPServerOperation is a JSON Structure definition published by WSO2, describing 13 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id target feature authType throttlingPolicy scopes payloadSchema uriMapping schemaDefinition description operationPolicies backendOperationMapping apiOperationMapping

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-structure/publisher-api-mcp-server-operation-structure.json",
  "name": "MCPServerOperation",
  "description": "MCPServerOperation schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "postapiresource"
    },
    "target": {
      "type": "string",
      "example": "listBooks"
    },
    "feature": {
      "type": "string",
      "description": "Operation type for MCP Server (e.g., TOOL)",
      "enum": [
        "TOOL"
      ]
    },
    "authType": {
      "type": "string",
      "example": "Application & Application User",
      "default": "Any"
    },
    "throttlingPolicy": {
      "type": "string",
      "example": "Unlimited"
    },
    "scopes": {
      "type": "array",
      "example": [],
      "items": {
        "type": "string"
      }
    },
    "payloadSchema": {
      "type": "string",
      "example": ""
    },
    "uriMapping": {
      "type": "string",
      "example": ""
    },
    "schemaDefinition": {
      "type": "string",
      "example": ""
    },
    "description": {
      "type": "string",
      "example": "this is an operation of get orderId"
    },
    "operationPolicies": {
      "$ref": "#/components/schemas/APIOperationPolicies"
    },
    "backendOperationMapping": {
      "$ref": "#/components/schemas/BackendOperationMapping"
    },
    "apiOperationMapping": {
      "$ref": "#/components/schemas/APIOperationMapping"
    }
  }
}