audit_trail
Chain-linked audit log with integrity check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries | |
| entity_id | No | Entity ID (optional) |
Chain-linked audit log with integrity check.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries | |
| entity_id | No | Entity ID (optional) |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full responsibility for behavioral disclosure. It only describes the audit log's nature without stating whether the tool is read-only, what it returns, or any side effects. This is a critical gap for an agent deciding to invoke it.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very short and free of fluff, but it is under-specified, lacking a verb and adequate context. It is not an effective sentence, though it is undeniably concise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is low complexity, but the description fails to state the core action (e.g., retrieving or verifying the audit trail). With no output schema, the description should at least indicate what the tool returns, making it incomplete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already explains both parameters (limit, entity_id). The description adds no additional meaning about parameter usage or relationships, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description is a noun phrase without a verb, failing to state an action such as 'retrieve' or 'verify'. It adds modifiers like 'chain-linked' and 'integrity check', but this does not clearly differentiate it from sibling tools like gap_report or freshness_check.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. It does not mention use cases, prerequisites, or exclusions, leaving the agent without context for tool selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.