Skip to main content
Glama

get_drought_summary

Get a national drought summary with total affected area percentages.

Returns the current national overview showing what percentage of the US is experiencing each drought level (D0 through D4), plus the total area affected by any drought condition. Useful for getting a quick picture of drought conditions across the entire country.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A4.1/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 burden of behavioral disclosure. It explains what the tool returns: percentages for each drought level and the total affected area. However, it does not disclose data freshness, source, or potential limitations, leaving some behavioral aspects unspecified.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is reasonably concise, with the main purpose stated upfront. The first and second sentences are slightly redundant (e.g., 'total affected area percentages' is repeated as 'total area affected'), but the overall structure is clear and not overly verbose.

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 the tool's simplicity (0 params, no nested objects, output schema present), the description covers the essential aspects: purpose, output content, and a usage hint. It does not explicitly explain how this tool compares to siblings, but the output schema handles return values, so the description is sufficiently complete for a low-complexity tool.

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 the schema coverage is complete (100%). The description adds context about the output (drought levels and total area), but with no parameters to describe, the schema and description together are sufficient. Baseline for 0 params is 4, and the description does not need to compensate for parameter gaps.

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 a specific verb and resource: 'Get a national drought summary with total affected area percentages.' It also specifies the scope ('across the entire country') and the content (drought levels D0 through D4), which distinguishes it from sibling tools like get_current_drought and get_drought_history.

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 provides a usage context: 'Useful for getting a quick picture of drought conditions across the entire country.' This implies when to use the tool, though it does not explicitly mention alternatives or when not to use it. The context is clear enough to differentiate from more detailed or historical tools.

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

get_current_drought and get_drought_summary both return national-level current drought percentages when no location is specified, creating potential overlap. However, their intended use cases (location-specific data vs national summary) are mostly clear, so the confusion is limited.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with the get_ prefix, making the API predictable and easy to navigate.

Tool Count5/5

Three tools cover current conditions, historical trends, and national summary—each earns its place for a focused drought data server. This is within the typical 3-15 tool range.

Completeness4/5

The server provides current, historical, and summary data, covering the main drought monitoring needs. A minor gap is that get_drought_history explicitly mentions state and county FIPS but does not state whether national-level historical data is available, which could be an oversight.

Resources