read_resource_body
Fetch the rendered body of a single resource URI—rule, guideline, or context document—in one call, bypassing the two-step handshake. Returns URI, name, description, and full text body.
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`. |