@wildix/wim-tools-client > ToolVariable
ToolVariable interface
Signature:
export interface ToolVariable
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | undefined | (Optional) Original description from MCP tool schema (preserved) | ||
string | Name of the tool variable, e.g.: 'myvar' | ||
boolean | Whether the variable is optional | ||
__DocumentType | undefined | (Optional) JSON Schema in case if type is schema | ||
Type of the tool variable, e.g.: 'string', 'number', 'boolean', 'string_array', 'number_array' |