read_cortex_resource
Read a Cortex resource by URI to obtain its content in Markdown or JSON format.
Instructions
Reads an MCP resource by URI (e.g. cortex://architecture, docs://document/42). Wrapper tool over the resources/read channel. Returns Markdown or JSON depending on the resource. Use after list_cortex_resources to discover available URIs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | Resource URI (e.g. 'cortex://architecture'). |