Use resources when clients should read data instead of calling a tool.Documentation Index
Fetch the complete documentation index at: https://redop.useagents.site/docs/llms.txt
Use this file to discover all available pages before exploring further.
Static resource
Template resource
When you register a template URI, Redop infers the handlerparams shape from the placeholders in that URI. For users://{id}/profile, params.id is typed as string.
What to return
{ type: "text", text, mimeType? }for UTF-8 content{ type: "blob", blob, mimeType? }for base64-encoded binary content