Skip to main content
Glama
cachly-dev

Cachly — AI Cognitive Brain

team_audit

Retrieve the immutable governance audit log for a shared brain, showing who changed roles and confirmed lessons with timestamps, to support compliance and security reviews.

Instructions

View the governance audit log for a shared brain — an immutable trail of who changed roles and who confirmed which lessons, with timestamps. Essential for enterprise compliance and security reviews. Admin-only once governance is active (an admin has been assigned). Events are recorded automatically on team_assign_role and team_confirm — no setup. Example: team_audit(requester="alice") → "👑 role: bob set carol viewer → contributor · ✅ confirm: dave confirmed auth:jwt-skew (senior)".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax events to show, newest first (default: 50, max: 200)
requesterNoYour handle — must be an admin once governance is active
instance_idYesUUID of the shared team brain instance
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It discloses that the tool is read-only ('immutable trail'), admin-only, and that events are automatically recorded. It does not mention potential error conditions (e.g., non-admin access) or rate limits, but covers the essential behavioral traits for a safe audit tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise (4 sentences + example) and front-loaded with the purpose statement. Every sentence adds value, there is no redundancy, and the structure is clear and easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity, no output schema, and 100% schema coverage, the description is nearly complete. It explains purpose, prerequisites, related tools, and provides an example. The output format is only hinted via the example, which could be elaborated, but for a list view it is sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so parameters are already well-documented. The description adds value by linking the requester parameter to the admin requirement and providing an example call with output. This contextual information helps the agent understand parameter usage beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('View') and the resource ('governance audit log for a shared brain'). It explicitly mentions the immutable trail of role changes and confirmations, and distinguishes itself from sibling tools like team_assign_role and team_confirm by focusing on viewing the audit history rather than performing actions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context: it is essential for enterprise compliance and security reviews, and it is admin-only once governance is active. It also mentions that events are automatically recorded on team_assign_role and team_confirm, implying when to use the audit log. However, it does not explicitly state when not to use this tool or name specific alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cachly-dev/cachly-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server