For the complete documentation index, see llms.txt. This page is also available as Markdown.

mcpServerTool

Tool advertised by an MCP server to its clients.

Examples

type McpServerTool {
  name: String
  type: String
  description: String
  args: [String]
}

Fields

Field
Description
Supported fields

name String

Name of the tool.

type String

Category of the tool.

description String

Description of the tool reported by the MCP server.

args [String]

Names of the tool arguments.

References

Fields with this object:

Last updated