Vapi · Schema

McpToolMetadata

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
protocol string This is the protocol used for MCP communication. Defaults to Streamable HTTP.
View JSON Schema on GitHub

JSON Schema

vapi-mcptoolmetadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/McpToolMetadata",
  "title": "McpToolMetadata",
  "type": "object",
  "properties": {
    "protocol": {
      "type": "string",
      "enum": [
        "sse",
        "shttp"
      ],
      "description": "This is the protocol used for MCP communication. Defaults to Streamable HTTP."
    }
  }
}