v0.2.0 · Interface
tools
Tools enable models to interact with external systems, such as querying databases, calling APIs, or performing computations. Each tool is uniquely identified by a name and includes metadata describing its schema.
https://modelcontextprotocol.io/specification/2025-06-18/server/tools
Type Aliases
T
mcp-error
TStandard error structure
auth-context
TAuthorization context passed between components after successful authorization
list-tools-request
TRequest to list available tools
list-tools-result
TResponse with list of available tools
call-tool-request
TRequest to execute a tool
call-tool-result
Result from executing a tool