Skip to main content

Resource

A resource exposed by an MCP server

Usage profiles​

UsageFields and validation
In responsesView fields

In responses​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
uristringOptionalCanonical URI for the resource.
titlestringOptionalDisplay title of the MCP resource.
descriptionstringOptionalDescription of the content available from the MCP resource.
mimeTypestringOptionalMedia type of the content exposed by the MCP resource.
contentArray of ContentPartOptionalOptional embedded content.
annotationsMap from string to stringOptionalOptional annotations/metadata.
lastModifiedstring (date-time)OptionalTime when this resource was last modified.

Where used​

ReferenceRelationship
List MCP resourcesPOST /api/v1/llm/mcp-list-resources
Read an MCP resourcePOST /api/v1/llm/mcp-read-resource

Download the public reference contract.

Document: DOC-API-MODEL-resource.