Skip to content

MCP — Tool context

🌐 日本語

NOTE

Model Context Protocol (MCP) servers expose external services as tools the LLM can call. Tool definitions themselves consume context — design and discovery matters.

How it works

  • Every connected MCP tool ships its name, description, and schema into context.
  • Tool Search (deferred tools) lets the LLM fetch a tool's schema only when needed, keeping the default context lean.
  • MCP is the primary path for grounding — pulling fresh facts from authoritative sources.

Structural problems it addresses

See also

Released under the CC BY 4.0 License.