mcpServerTool
Last updated
Tool advertised by an MCP server to its clients.
type McpServerTool {
name: String
type: String
description: String
args: [String]
}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.
Last updated
