Fern · Schema

Fern MCP Tool Invocation

Schema describing a Model Context Protocol tool call exposed by the Fern MCP server (e.g. ask_fern_ai).

Agent ReadyArtificial IntelligenceAPI DefinitionsAsyncAPICode GenerationDeveloper ExperienceDeveloper PortalDocumentationgRPCllms-txtMCPOpenAPIOpenRPCPlatformProtobufSDKWebSockets

Properties

Name Type Description
tool string Name of the MCP tool to invoke.
input object
transport string MCP transport used by the calling client.
client string Calling AI client.
View JSON Schema on GitHub

JSON Schema

fern-mcp-tool-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/fern/main/json-schema/fern-mcp-tool-schema.json",
  "title": "Fern MCP Tool Invocation",
  "description": "Schema describing a Model Context Protocol tool call exposed by the Fern MCP server (e.g. ask_fern_ai).",
  "type": "object",
  "required": ["tool", "input"],
  "properties": {
    "tool": {
      "type": "string",
      "description": "Name of the MCP tool to invoke.",
      "enum": ["ask_fern_ai"]
    },
    "input": {
      "type": "object",
      "required": ["query"],
      "properties": {
        "query": {
          "type": "string",
          "description": "Natural-language question routed to the Ask Fern AI knowledge base."
        },
        "docsSite": {
          "type": "string",
          "description": "Optional Fern docs site slug to scope the query."
        }
      }
    },
    "transport": {
      "type": "string",
      "enum": ["stdio", "http"],
      "description": "MCP transport used by the calling client."
    },
    "client": {
      "type": "string",
      "enum": ["claude-desktop", "claude-code", "cursor", "windsurf", "other"],
      "description": "Calling AI client."
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/fern-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.