Skip to content

MCP Resources

MCP resources provide read-only data access via the resources/read method. They complement the tools which perform mutations.

INFO

MCP resources are planned for the cloud server but not yet fully implemented. The resource URIs below are based on the prototype's design and will be ported in a future milestone.

Planned Resources

URIDescription
klaxon/openAll open items
klaxon/item/{id}Single item by ID
klaxon/answer/{id}Form response for an item
klaxon/agentsList of registered agents
klaxon/agent/{client_id}Single agent details
klaxon/auditRecent audit log entries
klaxon/audit/{id}Single audit entry
klaxon/thread/{id}Item + all children
klaxon/templatesAll form templates
klaxon/template/{name}Single template
klaxon/template-preview/{name}Template rendered as HTML preview
klaxon/statsAggregate item statistics
klaxon/deadlinesItems with approaching deadlines
klaxon/item/{id}/commentsComments on an item
klaxon/item/{id}/attachmentsAttachment metadata for an item
klaxon/item/{id}/watchersSubscribers watching an item

Usage

json
{
  "jsonrpc": "2.0",
  "id": 2,
  "method": "resources/read",
  "params": {
    "uri": "klaxon/item/550e8400-e29b-41d4-a716-446655440000"
  }
}