# `GenMCP.MCP.V2607.ResourceLink`
[🔗](https://github.com/lud/gen_mcp/blob/main/lib/gen_mcp/mcp/v2607/entities.ex#L3497)

Struct and module-based JSON schema generated from
[modelcontextprotocol.io JSON schema](https://github.com/modelcontextprotocol/modelcontextprotocol/tree/main/schema/2026-07-28/schema.json).

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 {@link ListResourcesRequestresources/list} requests.

# `t`

```elixir
@type t() :: %GenMCP.MCP.V2607.ResourceLink{
  _meta: term(),
  annotations: term(),
  description: term(),
  icons: term(),
  mimeType: term(),
  name: term(),
  size: term(),
  title: term(),
  uri: term()
}
```

# `json_schema`

Returns the JSON schema for this entity.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
