Design system  /  Components  /  MCP tool shelf
MCP tool shelf · tools an app contributes to the workspace AI chat
AI chat tools

What this app adds to the workspace AI.

Install OpenRegister and the workspace chat gets five new tools. The AI can search registers, fetch a typed record, or audit an object's history, all from the chat panel and all citation-stable.

Search registers

openregister.search

Plain-language search across every register the caller can read. Returns typed rows with citation IDs.

List registers

openregister.listRegisters

Enumerate the registers visible to the caller, with their schemas and row counts.

Get object

openregister.getObject

Fetch one object by citation ID and return its full typed body.

Object audit history

openregister.getAuditTrail

Read the signed audit log for an object: who changed which field, when, from which session.

Describe schema

openregister.describeSchema

Return a schema's JSON Schema body so the AI can validate before suggesting a write.

Create object

openregister.createObject

Write a new object into a register, after schema validation. Available with write-scope sessions.

Stable Beta Coming soon