TTMSMCPToolBuilder.Description Method
Sets the description published with the tool, which is what a model reads to decide whether to invoke it.
API unit family: TMS.MCP.Tools
Declaring type: TTMSMCPToolBuilder
Syntax
class function Description(const ADescription: string): TTMSMCPToolBuilderClass;
Parameters
| Name | Description |
|---|---|
ADescription |
Description of the tool. |
Returns
The tool builder class, so the configuration can be chained.