Skip to main content
Glama

energy-permitting-tracker

List delay cause categories

list_causes

The fixed set of structural bottleneck categories (interconnection queue backlog, NEPA review, multi-agency permitting, transmission siting, litigation, local/state opposition, financing/supply chain) every tracked project's delay is mapped to — with a neutral description of each.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full disclosure burden, and it does well: it reveals the tool returns a fixed, non-dynamic set, lists all seven members, and notes each comes with a neutral description. It does not state the output format explicitly, but the behavioral nature of this read-only taxonomy lookup is clearly conveyed.

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?

Everything fits in one sentence with the key fact (fixed set) front-loaded before the enumeration. The long parenthetical list is valuable because it names every category the agent will receive; no sentence is wasted.

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, no-output-schema, no-annotation tool, the description is nearly complete: it names every returned value and indicates each has a neutral description. The only residual gap is the exact return structure (e.g., array of objects with id/name/description fields), but the tool's simplicity keeps this minor.

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?

The schema has zero parameters, so there is nothing to document; baseline 4 applies. The description sensibly focuses on the return content rather than inputs, and the empty schema confirms no arguments are required.

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 states a specific verb (list) and resource (the fixed set of delay cause categories) and enumerates exactly what the set contains. It clearly distinguishes itself from sibling list tools like list_policies and list_states by naming the full taxonomy of structural bottleneck categories.

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?

Usage is implied: this is the canonical taxonomy every tracked project's delay maps to, so an agent can infer it should be called to obtain the delay-category vocabulary. However, there is no explicit when-to-use guidance or contrast with sibling reference tools such as list_policies and list_states.

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.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool has a clearly distinct role: search, detail lookup, aggregate stats, neutral cause categories, policy proposals, and state reference data. Even the two list tools are explicitly separated as neutral versus argued content, so an agent should not confuse them.

Naming Consistency5/5

All tool names consistently follow a verb_noun snake_case pattern: get_project, get_stats, list_causes, list_policies, list_states, search_projects. The pattern is predictable and readable.

Tool Count5/5

Six tools is well-scoped for a specialized read-only energy permitting dataset. Each tool earns its place: two for project discovery/detail, one for aggregate stats, and three for supporting reference and policy content.

Completeness5/5

The surface covers the core workflows for this domain: searching projects, retrieving full details, summarizing aggregate statistics, and accessing the supporting reference data. There are no obvious dead ends or missing operations for a read-only tracker.