McpToolSchema
This content is for v0.1. Switch to the latest version for up-to-date documentation.
Defined in: mcp.ts:30
Registered MCP tool schema — extends base schema with optional routing metadata
Extends
Section titled “Extends”Properties
Section titled “Properties”audience?
Section titled “audience?”
optionalaudience?:string
Defined in: mcp.ts:31
category?
Section titled “category?”
optionalcategory?:"skill"|"core"|"plugin"
Defined in: mcp.ts:34
Origin category: core (built-in), plugin (installed plugin), skill (skill-provided)
description
Section titled “description”description:
string
Defined in: mcp.ts:25
Inherited from
Section titled “Inherited from”inputSchema
Section titled “inputSchema”inputSchema:
ToolInputSchema
Defined in: mcp.ts:26
Inherited from
Section titled “Inherited from”name:
string
Defined in: mcp.ts:24
Inherited from
Section titled “Inherited from”source?
Section titled “source?”
optionalsource?:string
Defined in: mcp.ts:32