TTMSMCPMethod Event Type
Anonymous method implementing a tool. Arguments arrive positionally, in the order the tool's properties are declared, and the returned value is converted to JSON using the tool's return type.
API unit family: TMS.MCP.Helpers
Parameters
| Name | Description |
|---|---|
Args |
The converted call arguments, in declaration order. |
Returns
The tool result, converted to JSON by the caller.