Skip to main content
Glama

shelf-smoke — url smoke / headless QA

Credit ledger events — url smoke, headless qa

credit_events
Read-only

Append-only Ledger events for this caller_id (GET /credits/events): credit.grant (first_key), credit.purchase, credit.debit, optional credit.balance_snapshot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description is not repeating that. It adds valuable context: 'Append-only' clarifies that events cannot be modified or deleted, and the caller_id scoping indicates the data is filtered by caller. It also lists event types, giving the agent a preview of what to expect. No contradiction with 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, dense sentence that leads with the resource and action, then enumerates the event types. Every phrase earns its place, with no filler. It is appropriately sized for a zero-parameter read-only list.

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

Completeness4/5

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

For a zero-parameter, read-only list tool with annotations covering safety, the description is nearly complete. It tells the agent what events are returned and the scoping. However, it does not describe the response format (e.g., array, object) or any pagination/ordering behavior. Since there is no output schema, a brief mention of the response shape would improve completeness, but the current description is adequate for most use cases.

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, so the schema trivially covers all (100%). The description does not need to explain parameter meaning. The mention of 'caller_id' in the description hints at the implicit context but there are no explicit parameters to document. Baseline for 0 params is 4, and the description adds no extra parameter-related info, which is acceptable.

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 clearly states the resource (GET /credits/events), the verb (GET), the scope (caller_id), and the specific event types (credit.grant, credit.purchase, credit.debit, optional balance_snapshot). This distinguishes it from siblings like credit_balance (a single balance) or list_credit_packs (pack listings). The phrase 'Append-only Ledger events' adds a precise resource definition.

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 offers no guidance on when to use this tool versus alternatives. It does not mention exclusions, prerequisites, or contrast with sibling tools. The title hints at 'url smoke, headless qa' but this is not in the description and provides only vague context. An agent must infer that this is the go-to for listing ledger events without any explicit routing.

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