Skip to main content
Glama
ks6573
by ks6573

get_audit_log

Read-onlyIdempotent

Retrieve the privacy-preserving audit log detailing tool usage (argument names, risk, status, errors) without persisting values. Filter by tool and limit entries.

Instructions

Return the local privacy-preserving tool audit log. Argument names, risk, status, and errors are recorded; argument and result values are not persisted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolNo
limitNo
Behavior4/5

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

Annotations already declare the tool read-only, idempotent, and non-destructive. The description adds valuable context about privacy-preservation and the specific data retention policy, which goes beyond the structured annotations.

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 a single, front-loaded sentence that conveys the core purpose and a key constraint. Every word adds value, with no repetition or filler.

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

Completeness3/5

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

The tool is simple and the annotations cover safety, but the description omits parameter semantics and return format. It is minimally adequate for a read-only getter but lacks detail for full comprehension.

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

Parameters1/5

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

Param schema has 0% description coverage, and the description does not explain either parameter ('tool' filter or 'limit'). Without any compensation, the agent has no information about how to set or use these parameters.

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 uses a specific verb ('Return') and resource ('local privacy-preserving tool audit log'), and clearly distinguishes this from sibling resource-monitoring tools by detailing what is recorded (argument names, risk, status, errors) and what is not (argument/result values).

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?

The description provides no explicit guidance on when to use this tool versus alternatives, nor any exclusions or prerequisites. It only states what the tool returns, leaving usage context implicit.

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/ks6573/SysControl'

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