read_resource_body
Fetch a resource's full rendered body directly from its URI, bypassing the list-then-read handshake. Returns URI, name, description, and complete text content in one read-only call.
Instructions
Fetch the rendered body of a single resource URI (rule, guideline, or context document) in one call, without the two-step resources/list + resources/read handshake. Use when you already know the URI and want to inline its content into a tool-call result. Read-only. Returns the resource uri, name, description, and full text body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | Resource URI to fetch, e.g. `rule://commit-policy`, `guideline://php/patterns/events`, or `context://authority/scope-mechanics`. |