Record

resource-link-content

A resource link included in a prompt or tool call result

Resource links reference resources that the server can read. They may not appear in resources/list responses.

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

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

Fields

NameTypeDescription
uriuri

The URI of this resource

namestring

Resource name for programmatic or logical use

optionsoption​<resource-link-options>