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?
optionalannotations:Record<string,unknown>
Defined in: client/types.ts:54
description?
optionaldescription: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