ITMSMCPIdempotentAttribute Interface
Sets the idempotent behaviour hint of a tool to True.
API unit family: TMS.MCP.Attributes
Extends: ITMSMCPCustomAttribute
Syntax
ITMSMCPIdempotentAttribute = interface(ITMSMCPCustomAttribute)
Remarks
True states that calling the tool repeatedly with the same arguments has no effect beyond the first call, which lets a client retry a call safely after a timeout. The hint is absent when the attribute is not applied.