New to KendoReactLearn about KendoReact Free.

McpToolOption

Updated on May 29, 2026

Describes a single tool to register via WebMcpProvider.

NameTypeDefaultDescription

commandType

string

Internal command identifier used by the component's execution router.

description

string

Human-readable description shown to AI agents.

enabled

boolean

Whether this tool should be registered (typically derived from component props).

execute?

(args: Record<string>) => Promise<{ content: { text: string; type: string; }[]; isError?: boolean; }> | { content: { text: string; type: string; }[]; isError?: boolean; }

Optional custom execute function. When provided, bypasses the adapter's built-in command router.

inputSchema?

Record<string>

Optional JSON Schema for the tool's input parameters.

name

string

Short identifier used as suffix in the tool name.

Not finding the help you need?
Contact Support