Skip to main content
Glama

Get Audit Log

get_audit_log

Read the immutable audit log to track financial transactions, CRM changes, playbook runs, and member actions. Owners view all entries; members view their own.

Instructions

Read the immutable audit log for this company. Owners can read all entries (scope='all'). Any member can read their own entries (scope='mine'). Covers financial transactions, CRM deletes, org memory changes, playbook runs, access management, and member changes. Records cannot be modified or deleted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 50).
scopeNo'all' returns all company entries (owner-only). 'mine' returns only your own actions (any member). Defaults to 'all' for owners, 'mine' for non-owners.
actionNoFilter by exact action name (e.g. 'add_transaction', 'run_playbook').
domainNoFilter by domain group. 'financial' = transactions, accounts, categories. 'crm' = customer and tag deletes. 'memory' = org-scoped memory store/forget. 'playbooks' = playbook runs. 'access' = financial access changes. 'members' = member add/remove/promote.
to_dateNoReturn entries on or before this date (YYYY-MM-DD).
actor_idNoFilter by the user_id who performed the action.
entity_idNoFilter by the affected record UUID (e.g. a specific account_id or customer_id).
from_dateNoReturn entries on or after this date (YYYY-MM-DD).
entity_typeNoFilter by entity type (e.g. 'financial_transaction', 'customer').
Behavior5/5

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

Discloses immutability ('immutable', 'Records cannot be modified or deleted') and lists covered domains. With no annotations, the description fully carries the burden and does so thoroughly.

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?

Concise, well-structured, and front-loaded. Every sentence adds value without 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?

For a read-only tool with 9 parameters and no output schema, description covers purpose, behavior, and parameter context comprehensively. No gaps.

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 coverage is 100%, baseline 3. Description adds value by explaining domain categories and scope defaults, providing context beyond schema descriptions.

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

Purpose4/5

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

Clearly states 'Read the immutable audit log for this company.' Verb 'read' and resource 'audit log' are specific. Does not explicitly differentiate from sibling read tools, but the resource is unique.

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?

Provides clear context on who can use each scope (owners vs members) and default behavior. No explicit when-not-to-use or alternatives, but no alternative exists for audit log.

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/OurThinkTank/founders-os'

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