TTMSMCPDynamicMethod Event Type
Anonymous method implementing a tool that receives its arguments by name instead of by position. Keys are the declared property names, and optional properties that the caller omitted are absent from the dictionary.
API unit family: TMS.MCP.Helpers
Parameters
| Name | Description |
|---|---|
Args |
The converted call arguments keyed by property name. The dictionary is owned by the caller and is destroyed when the call returns. |
Returns
The tool result, converted to JSON by the caller.