Table of Contents

TTMSMCPClient.Tools Property

Tool definitions offered to the model.

API unit family: TMS.MCP.Client Declaring type: TTMSMCPClient Inherited from: TTMSMCPCustomClient Type: TTMSMCPCloudAITools

Syntax

property Tools: TTMSMCPCloudAITools;

Remarks

This forwards to the model connection the client owns. The collection mixes tools the application defined with tools generated from the server catalogs; whenever a catalog arrives or changes, every generated tool is discarded and rebuilt, while the hand-written ones are kept. Assigning copies the definitions into the existing collection instead of replacing it.