Skip to main content
Use resources when clients should read data instead of calling a tool.

Static resource

Template resource

When you register a template URI, Redop infers the handler params 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

Next