Record

resource-link-content-block

A resource that the server is capable of reading, included in a prompt or tool call result.

Note: resource links returned by tools are not guaranteed to appear in the results of resources/list requests.

See: https://modelcontextprotocol.io/specification/2025-06-18/schema#resourcelink

record resource-link-content-block {
  uri: uri,
  name: string,
  options: option​<resource-link-options>,
}

Fields

NameTypeDescription
uriuri

The URI of this resource.

namestring

Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn’t present).

optionsoption​<resource-link-options>