Class: Annotations
Optional annotations for the client. The client can use annotations to inform how objects are used or displayed.
URI: mcp:Annotations
classDiagram
class Annotations
click Annotations href "../Annotations/"
Annotations : audience
Annotations --> "*" Role : audience
click Role href "../Role/"
Annotations : lastModified
Annotations : priority
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| audience | * Role |
Describes who the intended audience of this object or data is | direct |
| lastModified | 0..1 String |
The moment the resource was last modified, as an ISO 8601 formatted string | direct |
| priority | 0..1 Float |
How important this data is for operating the server | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| HasAnnotations | annotations | range | Annotations |
| TextContent | annotations | range | Annotations |
| ImageContent | annotations | range | Annotations |
| AudioContent | annotations | range | Annotations |
| EmbeddedResource | annotations | range | Annotations |
| ResourceLink | annotations | range | Annotations |
| Resource | annotations | range | Annotations |
| ResourceTemplate | annotations | range | Annotations |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/mcp
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | mcp:Annotations |
| native | mcp:Annotations |
LinkML Source
Direct
name: Annotations
description: Optional annotations for the client. The client can use annotations to
inform how objects are used or displayed.
from_schema: https://w3id.org/lmodel/mcp
slots:
- audience
- lastModified
- priority
Induced
name: Annotations
description: Optional annotations for the client. The client can use annotations to
inform how objects are used or displayed.
from_schema: https://w3id.org/lmodel/mcp
attributes:
audience:
name: audience
description: Describes who the intended audience of this object or data is.
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
alias: audience
owner: Annotations
domain_of:
- Annotations
range: Role
multivalued: true
lastModified:
name: lastModified
description: The moment the resource was last modified, as an ISO 8601 formatted
string.
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
alias: lastModified
owner: Annotations
domain_of:
- Annotations
range: string
priority:
name: priority
description: How important this data is for operating the server. 1 means most
important (required), 0 means least important (optional).
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
alias: priority
owner: Annotations
domain_of:
- Annotations
range: float