Skip to main content

MCPServerTool

Agent Runtimes


Agent Runtimes / types/mcp / MCPServerTool

Interface: MCPServerTool

Defined in: src/types/mcp.ts:9

A tool provided by an MCP server.

Properties

description

description: string

Defined in: src/types/mcp.ts:13

Tool description


enabled

enabled: boolean

Defined in: src/types/mcp.ts:15

Whether the tool is enabled


inputSchema?

optional inputSchema?: Record<string, unknown>

Defined in: src/types/mcp.ts:17

JSON schema for tool input parameters


name

name: string

Defined in: src/types/mcp.ts:11

Tool name/identifier