Skip to main content
Glama

site_overview

What this site is, what is free, what is for sale, and where the machine-readable entry points are.

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

A3.7/5.0
Behavior3/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. It indicates this is an informational, read-only overview and hints at output content via 'machine-readable entry points,' but it does not state return format, whether the content is static, or other operational details. Some useful context is present, but more explicit behavior would help.

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 sentence with no filler or repetition. It front-loads the tool's purpose and itemizes the key content areas efficiently.

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 overview tool with no output schema, the description covers the essential content categories and points users toward machine-readable entry points. It is slightly spare on the exact return representation, but the low complexity of the tool makes this a minor gap.

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 tool has zero parameters and an empty input schema, so there is no parameter ambiguity. The description adds meaningful context about what the tool conveys, which satisfies the informational burden for a parameterless tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly defines the tool's scope as a site-level overview and lists specific content categories: site nature, free vs paid content, and machine-readable entry points. It is distinguishable from sibling tools that target specific data domains, though it lacks an explicit verb like 'provides' or 'returns'.

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?

The description strongly implies use for initial orientation and entry-point discovery, but it does not explicitly say when to use this tool versus a more specific sibling tool, nor does it state exclusions. The usage context is clear but left to inference.

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

B3.4/5.0
Disambiguation4/5

Most tools target clearly distinct resources or actions: reservoirs vs reservoir, superfund_summary vs superfund_site, and the various search tools are separated by domain. A few pairs could be confused at a glance—officer_lookup vs search_officers and meeting vs search_meetings—but their descriptions remove practical ambiguity.

Naming Consistency3/5

The naming is readable but mixes conventions: some tools use verb_search (search_meetings, search_officers), some use noun_noun (reservoir, superfund_site, trading_post_ledger), and others use a mix like officer_lookup and register_verify. There are consistent subgroups, but no overarching verb_noun pattern.

Tool Count4/5

At 19 tools, the server is on the heavier side, but the breadth of the platform—meetings, reservoirs, superfund sites, officers, legacy conversion, evidence packs, and trading post—justifies most of them. Each tool names a meaningful capability, and none feels redundant enough to cut outright.

Completeness4/5

The set covers the main read/query lifecycle for its data domains: listing, searching, fetching details, and summarizing. The largest gap is that paid conversions and evidence-pack results hand off to external HTTP endpoints or email rather than being fully queryable inside the MCP, but that appears intentional.

Resources