Skip to main content
Glama

get_audit_log

Retrieve the complete audit trail of AI agent payment attempts, showing each decision made by policy—approved, denied, or executed.

Instructions

Return the full history of this agent's payment attempts and what the policy decided about each — approved, denied, or executed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries full burden. It accurately indicates this is a read-only operation that returns full history, with no hidden side effects. The behavior is transparent and simple.

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?

Single sentence that is well-formed and front-loaded. Every word adds value, no fluff or redundancy.

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

Completeness5/5

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

With no output schema, the description sufficiently explains what is returned: full history with policy decisions per attempt. Complexity is low, and the description covers all necessary information.

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?

There are zero parameters, and input schema coverage is 100%. Per guidelines, baseline is 4. The description does not need to add parameter details because none exist.

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 uses specific verb 'return' and resource 'audit log', and clearly distinguishes from sibling tools that are about making payments or approvals. It explains exactly what the tool does: returns history of payment attempts with policy decisions.

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?

While no explicit when-to-use or when-not-to-use guidance is given, the context makes it obvious that this tool is for viewing history, contrasting with siblings like request_payment or get_balance. The description implies it's appropriate when needing historical audit data.

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/Theoddalex/agentmandate'

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