Skip to main content
Glama

audit_query

Read-onlyIdempotent

Query verified RunBeacon audit records to inspect policy and lifecycle metadata, ensuring command bodies and credentials are never exposed.

Instructions

Query verified RunBeacon audit records. Audit entries contain policy and lifecycle metadata, never command bodies or credentials.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jobIdNo
limitNo
sinceNo
actionNo
Behavior4/5

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

Annotations already declare readOnly/idempotent/non-destructive. The description adds 'verified' records and explicitly states that command bodies and credentials are never included, which is meaningful behavioral context beyond the safety hints. It does not contradict 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?

Two sentences, front-loaded with the primary action, followed by a useful clarification. No redundant or extraneous content; every word earns its place.

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?

With four optional parameters and no output schema, the description is incomplete. It covers the content type but leaves filtering semantics and return structure unexplained, making correct invocation uncertain for an AI agent.

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?

Schema description coverage is 0%, and the description provides no explanation of the parameters jobId, limit, since, or action. An agent cannot infer what these parameters control or how to use them, so the description completely fails to compensate for the lack of schema hints.

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?

Clearly states the tool queries verified RunBeacon audit records, with a specific verb ('Query') and resource ('audit records'). It is distinguishable from sibling tools like job_list and credential management, leaving no ambiguity about what the tool does.

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?

Implies use for accessing audit metadata and clarifies that content excludes commands/credentials, but it does not explicitly state when to use this tool versus alternatives. There is no mention of typical scenarios or exclusions, so guidance is only incidental.

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/Liyuchen0118/RunBeacon'

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