TTMSMCPToolBuilder.Title Method
Sets the short human-readable label a client shows in place of the raw tool name.
API unit family: TMS.MCP.Tools
Declaring type: TTMSMCPToolBuilder
Syntax
class function Title(const ATitle: string): TTMSMCPToolBuilderClass;
Parameters
| Name | Description |
|---|---|
ATitle |
The label to publish. |
Returns
The tool builder class, so the configuration can be chained.