read_resource
Retrieve content from UK legal resources by providing a URI. Supports static and templated resources, returning text or base64-encoded binary content.
Instructions
Read a resource by its URI.
For static resources, provide the exact URI. For templated resources, provide the URI with template parameters filled in.
Returns the resource content as a string. Binary content is base64-encoded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | The URI of the resource to read |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |