TTMSMCPValue Class
One named argument passed to a tool callback: the name of the input property it belongs to, together with the value converted from the JSON call parameters.
API unit family: TMS.MCP.Tools
Inherits from: TPersistent
Syntax
TTMSMCPValue = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Key | Name of the tool input property this argument belongs to. It matches the property name advertised in the tool's input schema. |
| Value | The argument itself, already converted from JSON to the type declared by the input property. |