Skip to main content
Glama
CSOAI-ORG

Agent Audit Logger MCP

log

Record agent-to-agent actions with a signed, hash-chained log entry, including tenant, outcome, and optional context for audit trail.

Instructions

Append a signed, hash-chained log entry.

  • tenant_id: customer / organisation identifier

  • from_agent: calling agent id (e.g. "orchestrator")

  • to_agent: receiving agent id (e.g. "compliance-scorer")

  • action: what was requested (e.g. "score_dora_compliance")

  • payload_hash: SHA256 of the payload body (keeps logs small + hides PII)

  • outcome: success | fail | timeout | blocked

  • context_csv: optional comma-separated tags (e.g. "high-risk,financial")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tenant_idYes
from_agentYes
to_agentYes
actionYes
payload_hashNo
outcomeNosuccess
context_csvNo
api_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description notes that entries are 'signed, hash-chained' and mentions PII hiding for payload_hash, but does not cover authentication, rate limits, or error behavior.

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: one introductory sentence and a clear bullet list of parameters with explanations, no extraneous content.

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?

The tool has 8 parameters (4 required) and no visible output schema, but the description covers purpose and most parameter semantics adequately, though it lacks details on prerequisites or return behavior.

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 0%, and the description explains 7 of 8 parameters with purpose (e.g., 'tenant_id: customer / organisation identifier'), but omits api_key.

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 'Append' and the resource 'signed, hash-chained log entry', which distinguishes it from sibling tools like search or verify_chain.

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

Usage Guidelines2/5

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

No explicit guidance on when or when not to use this tool compared to siblings such as daily_stats or verify_chain; usage is only implied by the tool's purpose.

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/CSOAI-ORG/agent-audit-logger-mcp'

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