Agentic AI Foundation · JSON Structure

Agentic Ai Foundation Mcp Tool Structure

An MCP tool definition exposed by an MCP server, discoverable by AI agent clients.

Type: object Properties: 4 Required: 3
AI AgentsLinux FoundationOpen-SourceStandardsMCPAgentic AIInteroperabilityAgent ProtocolsA2AAGENTS.mdOpen Governance

MCPTool is a JSON Structure definition published by Agentic AI Foundation, describing 4 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name description inputSchema annotations

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/agentic-ai-foundation/refs/heads/main/json-structure/agentic-ai-foundation-mcp-tool-structure.json",
  "name": "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 Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/agentic-ai-foundation-mcp-tool-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.