Skip to main content
Glama

GreenLight - Plug-in Solar Law Registry

solar_states

Read-onlyIdempotent

List every state in the GreenLight plug-in (balcony) solar registry with its legal status, law name, power cap, and verification state. GreenLight records enacted law only, verified field-by-field against the enrolled bill text; entries still marked pending are under review and unconfirmed. A state not listed is simply not in the registry; that says nothing about its law. Not legal advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the readOnly/idempotent/destructive annotations, the description discloses the verification process, the pending/unconfirmed semantics, and the non-legal-advice limitation. It also clarifies that absence from the registry is not evidence about a state's law, a non-obvious behavior.

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 front-loaded with the core action and output fields, then adds only high-value caveats in the following sentences. No sentence is wasted; each one carries interpretive or scope information the agent needs.

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 zero-parameter read-only list tool with no output schema, the description is complete: it lists the returned fields, explains pending status, defines what an absence means, and warns against legal reliance. An agent can invoke it correctly with no further context.

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 input schema is empty and parameter count is zero, so there are no parameters to disambiguate. With 100% schema coverage and no parameters, the description cannot add parameter meaning, making the baseline 4 appropriate.

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 opens with a clear verb-resource pair: 'List every state in the GreenLight plug-in (balcony) solar registry,' and enumerates the exact data returned. The all-states scope separates it from the sibling solar_law, which is naturally the point lookup.

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 intended use is clear from the first sentence: call this when you need the complete registry of states. It also provides important interpretation guidance ('A state not listed is simply not in the registry; that says nothing about its law'), but it does not explicitly name solar_law as the alternative or state when not to use this tool.

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.7/5.0
Disambiguation5/5

solar_law returns a detailed record for a single named state, while solar_states lists all registry entries with summary information. The two tools have clearly distinct granularities and purposes, so an agent should not confuse them.

Naming Consistency5/5

Both tool names follow the same solar_ resource convention, with solar_law for one-state detail and solar_states for the full enumeration. The pattern is uniform and predictable, even though the names use nouns rather than verb_noun phrasing.

Tool Count4/5

Two tools is slightly lean by general standards, but for a read-only registry server a list operation and a detail lookup operation are a reasonable and complete pair. Each tool earns its place without redundancy.

Completeness5/5

For the stated domain—querying a state solar law registry—the list and detail operations cover the core workflow with no obvious dead ends. Users can discover all states via solar_states and then retrieve full records via solar_law.

Resources