TTMSMCPClientToolCallMode Enumeration
Decides how a client treats a tool invocation the model requests, by setting the starting answer handed to the approval event.
API unit family: TMS.MCP.Client
Members
| Name | Description |
|---|---|
tcmAsk |
Every invocation has to be approved: the approval event starts from a refusal, so a client without a handler runs no tool at all. |
tcmAllow |
Invocations go ahead unless refused: the approval event starts from an acceptance, so a client without a handler runs every tool the model asks for. |