Agentic AI Foundation · Schema
MCPTool
An MCP tool definition exposed by an MCP server, discoverable by AI agent clients.
AI AgentsLinux FoundationOpen-SourceStandardsMCPAgentic AIInteroperabilityAgent ProtocolsA2AAGENTS.mdOpen Governance
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Unique name of the tool. |
| description | string | Human-readable description of what the tool does. |
| inputSchema | object | JSON Schema defining the tool's input parameters. |
| annotations | object | Optional metadata annotations for the tool. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/agentic-ai-foundation/refs/heads/main/json-schema/agentic-ai-foundation-mcp-tool-schema.json",
"title": "MCPTool",
"description": "An MCP tool definition exposed by an MCP server, discoverable by AI agent clients.",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Unique name of the tool.",
"example": "read_file"
},
"description": {
"type": "string",
"description": "Human-readable description of what the tool does.",
"example": "Read the contents of a file at the specified path."
},
"inputSchema": {
"type": "object",
"description": "JSON Schema defining the tool's input parameters.",
"properties": {
"type": { "type": "string", "example": "object" },
"properties": { "type": "object" },
"required": { "type": "array", "items": { "type": "string" } }
}
},
"annotations": {
"type": "object",
"description": "Optional metadata annotations for the tool.",
"properties": {
"readOnly": {
"type": "boolean",
"description": "If true, the tool only reads data and does not modify state."
},
"destructive": {
"type": "boolean",
"description": "If true, the tool may cause irreversible side effects."
}
}
}
},
"required": ["name", "description", "inputSchema"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/agentic-ai-foundation-mcp-tool"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.