Table of Contents

TTMSMCPToolBuilder.ReadOnlyHint Method

Declares that the tool only reads and never changes anything, so a client may run it without asking the user for permission first.

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

Syntax

class function ReadOnlyHint(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.