ITMSMCPTitleAttribute Interface
Carries the display title of a tool, resource or prompt.
API unit family: TMS.MCP.Attributes
Extends: ITMSMCPCustomValueAttribute
Syntax
ITMSMCPTitleAttribute = interface(ITMSMCPCustomValueAttribute)
Remarks
The title is meant for presentation to a person and may contain spaces and punctuation, unlike the name, which is the identifier clients call.
Properties
| Name | Description |
|---|---|
| Value | Text value carried by the attribute. (inherited from ITMSMCPCustomValueAttribute) |
Methods
| Name | Description |
|---|---|
| GetValue | Returns the text value carried by the attribute. (inherited from ITMSMCPCustomValueAttribute) |
| SetValue | Replaces the text value carried by the attribute. (inherited from ITMSMCPCustomValueAttribute) |