Table of Contents

ITMSMCPToolAttribute Interface

Marks a method as a callable tool.

API unit family: TMS.MCP.Attributes Extends: ITMSMCPCustomAttribute

Syntax

ITMSMCPToolAttribute = interface(ITMSMCPCustomAttribute)

Remarks

This is the attribute the dispatcher looks for when it resolves an incoming call back to a method, so a method without it is never invoked even when it carries other metadata attributes.