Table of Contents

TTMSMCPToolBuilder.IdempotentHint Method

Declares that repeating the call with the same arguments has no further effect beyond the first call, so a client may safely retry it after a timeout or an unclear failure.

API unit family: TMS.MCP.Tools Declaring type: TTMSMCPToolBuilder

Syntax

class function IdempotentHint(AValue: Boolean = True): TTMSMCPToolBuilderClass;

Parameters

Name Description
AValue When True, the hint is published; when False, it is cleared.

Returns

The tool builder class, so the configuration can be chained.