mcut
@mcut/timeline

ToolDefinition

Generated TypeScript API reference for the public mcut SDK.

mcut SDK


mcut SDK / timeline/src / ToolDefinition

Interface: ToolDefinition

Defined in: packages/timeline/src/commands.ts:98

An MCP-shaped tool definition (a tools/list result entry): typename, the zod payload schema → JSON Schema inputSchema. Hand these to an MCP server or any LLM tool-call API as-is.

Properties

description

description: string;

Defined in: packages/timeline/src/commands.ts:100


inputSchema

inputSchema: Record<string, unknown>;

Defined in: packages/timeline/src/commands.ts:101


name

name: string;

Defined in: packages/timeline/src/commands.ts:99

On this page