Table of Contents

TTMSMCPCloudMode Enumeration

Selects how a call is executed and whether it hands its data back to the caller.

API unit family: TMS.MCP.StellarDS

Remarks

The value decides what a tool function returns. Only the synchronous value produces a return value, so it is the value to use when the functions are published as callable tools.

Members

Name Description
moAsync Starts the request on a background task and returns at once, so the calling function always returns nil and never carries data back to its caller.
moSync Runs the request on the calling thread, waits for the response, and returns the parsed body to the caller.