Skip to main content
Glama

FeedOracle Compliance Agent

audit_log

Log agent decision with evidence chain. Creates tamper-proof audit entry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
decisionYes
reasoningYes
action_takenNo
jurisdictionNoEU
target_assetNo
decision_typeNocompliance_check
evidence_request_idsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries full burden. It discloses that the tool creates a tamper-proof entry, implying immutability, and mentions evidence chain, indicating linkage to evidence IDs. However, it does not disclose permissions, failure modes, or what the entry contains.

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 two short sentences, front-loaded with the primary action and resource. No wasted words.

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

Completeness2/5

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

The tool has 7 parameters, no annotations, and no output schema, yet the description is just two sentences. It does not explain most parameters, return values, or side effects, making it inadequate for a tool of this complexity.

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

Parameters2/5

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

Schema has zero parameter descriptions, so the description must compensate. It only contextualizes evidence_request_ids through 'evidence chain' but leaves other parameters (action_taken, jurisdiction, target_asset, decision_type) unexplained.

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?

Description clearly states the tool logs agent decisions with an evidence chain and creates a tamper-proof audit entry. This specific verb+resource combination distinguishes it from sibling tools like audit_query and audit_verify, which suggest reading/verifying rather than writing.

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

Usage Guidelines3/5

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

The description implies the use case: logging agent decisions with evidence chains. However, it provides no explicit guidance on when to use this tool versus alternatives like audit_query or audit_verify, and no exclusion criteria.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources