Interface: ToolInputSchema
Defined in: tools/types.ts:8
JSON Schema for tool input parameters
Properties
properties
properties: Record<string, unknown>;
Defined in: tools/types.ts:10
required?
optional required?: string[];
Defined in: tools/types.ts:11
type
type: "object";
Defined in: tools/types.ts:9