Skip to content

Documentation / @agentick/mcp / DiscoveredTool

Interface: DiscoveredTool

Defined in: client/types.ts:50

A tool discovered from an MCP server.

Properties

_meta?

optional _meta: Record<string, unknown>

Defined in: client/types.ts:60

Tool metadata per MCP spec — carries _meta.ui for MCP Apps (resourceUri + visibility). Hosts use this to determine whether to expose the tool to the model and/or to apps.


annotations?

optional annotations: Record<string, unknown>

Defined in: client/types.ts:54


description?

optional description: string

Defined in: client/types.ts:52


inputSchema

inputSchema: Record<string, unknown>

Defined in: client/types.ts:53


name

name: string

Defined in: client/types.ts:51


serverName

serverName: string

Defined in: client/types.ts:61

Released under the ISC License.