Merge · Schema

mcp_endpointPost_Response_200

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
jsonrpc string
id integer
result object
View JSON Schema on GitHub

JSON Schema

merge-mcp-endpointpost-response-200-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/mcp_endpointPost_Response_200",
  "title": "mcp_endpointPost_Response_200",
  "type": "object",
  "properties": {
    "jsonrpc": {
      "type": "string"
    },
    "id": {
      "type": "integer"
    },
    "result": {
      "$ref": "#/components/schemas/ApiV1ToolPacksToolPackIdRegisteredUsersRegisteredUserIdMcpPostResponsesContentApplicationJsonSchemaResult"
    }
  }
}