Skip to main content
Glama

energy-permitting-tracker

Get project detail

get_project

Full detail for one WaitingForPower project by slug — cited sources, milestone timeline, capacity, and estimated investment waiting. Get a slug from search_projects first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesProject slug, as returned by search_projects.

Schema Changelog

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

  1. First observed

TDQS

A4.1/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It does describe what the returned detail contains and that it is for one project, but it does not disclose error behavior, authentication needs, rate limits, or field availability caveats. This is adequate but not rich.

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 short sentences: the first front-loads the tool's purpose and return scope, and the second gives the exact prerequisite. There is no filler or duplication.

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

Completeness5/5

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

For a single-parameter, no-output-schema tool, the description is complete enough: it explains what the return value includes, how to obtain the required slug, and the scope of a single project. Nothing critical is missing for an agent to call this tool correctly.

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?

Schema coverage is 100% and the single parameter's schema description already says it is a project slug '"as returned by search_projects."' The tool description repeats the same guidance without adding new parameter-specific semantics, so the baseline 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?

Description states a specific operation: fetch full detail for exactly one WaitingForPower project by slug, and enumerates the included content (cited sources, milestone timeline, capacity, estimated investment waiting). This clearly distinguishes it from the list/search siblings such as search_projects and get_stats.

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 tells the agent to obtain the slug from search_projects first, establishing a clear prerequisite and workflow. It implies this tool is for a single project's full detail, though it does not enumerate when-not-to-use alternatives beyond that sequencing.

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.