os_resources_get
Fetch UK geospatial or statistical data from MCP Geo resources by URI or name. Uses chunked transport to handle large datasets reliably.
Instructions
Read an MCP Geo resource by uri or name with transport-safe chunking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | ||
| name | No | ||
| maxBytes | No | ||
| pageToken | No | UTF-8 byte offset returned by a previous call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | ||
| etag | Yes | ||
| text | Yes | ||
| complete | Yes | ||
| delivery | Yes | ||
| mimeType | Yes | ||
| pageToken | No | ||
| totalBytes | Yes | ||
| nextPageToken | No |