Record
resource-link-content
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 {
uri: string,
name: string,
options: option<resource-link-content-options>,
}Fields
| Name | Type | Description |
|---|---|---|
| uri | string | The URI of this resource. |
| name | string | Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn’t present). |
| options | option<resource-link-content-options> |