Skip to main content
Glama

tollbooth-authority

authority_list_neon_alerts

Owner queue: operators that reported a Neon-402 (store locked).

Restricted to the Authority owner. A companion to network_persistence_health: this is the reactive list (operators that already went dark); the health tool adds the proactive per-project compute posture.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
authority_proofNoProof signed by the Authority's OWN npub (owner consent).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It implies a read operation (listing) and restricts access to the owner, but doesn't explicitly state it's read-only or describe side effects/authorization failures. Slightly vague but generally adequate.

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?

Three tightly-written sentences with no filler. The core purpose is front-loaded in the first sentence, followed by usage restrictions and sibling comparison. Each sentence adds unique value.

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?

Given that an output schema exists, the description doesn't need to detail return values. It provides essential context (owner queue, proactive vs reactive). Minor gap: no mention of handling empty results or pagination, but still mostly complete for a list tool.

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

Parameters3/5

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

The schema description coverage is 100%, meaning the input schema already documents the parameter (authority_proof). The tool's description adds no further detail about the parameter, so baseline score of 3 applies.

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 it lists operators reporting Neon-402 errors, differentiating it from the sibling tool authority_network_persistence_health with a specific contrast (reactive vs. proactive). The verb 'list' is implied and the resource is 'neon alerts' (operators reporting store locked).

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?

The description explicitly notes the tool is restricted to the Authority owner and provides a clear comparison with authority_network_persistence_health, guiding when to use each. It doesn't explicitly state when not to use, but the differentiation is sufficient.

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.