Table of Contents

TTMSMCPDynamicStructuredMethod Event Type

Anonymous method implementing a tool that receives its arguments by name and returns a ready-made JSON object instead of a value to be converted. Use it when the result must match a declared output schema exactly.

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

A newly created JSON object that becomes owned by the caller of the tool.