Skip to main content
Glama

get_solar_flares_24h

Solar X-ray activity of the past 24 hours from GOES: current flare class and the 24-hour peak class.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior3/5

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

There are no annotations, so the description carries the full burden. It discloses the data source (GOES), the time window (past 24 hours), and the returned concepts (current and peak flare class), but it does not mention data freshness, update cadence, or any limitations. This is acceptable for a simple read-only tool but leaves some behavioral context unstated.

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, front-loaded sentence that immediately identifies the topic, source, time window, and outputs. Every element earns its place, with no repetition or filler.

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, no-output-schema retrieval tool, the description is complete: it names the source, the time range, and exactly what values the agent should expect ('current flare class' and '24-hour peak class'). No additional context is necessary for a correct call.

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, so the schema carries no parameter burden. The baseline for zero-parameter tools is 4, and the description does not need to explain parameter semantics because none exist.

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 the resource ('Solar X-ray activity of the past 24 hours from GOES') and the specific outputs ('current flare class and the 24-hour peak class'). Its subject matter is distinct from the siblings, which focus on aurora and Kp indices, so an agent can differentiate it without inspecting other tools.

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 gives clear context for its use: it is for solar X-ray/flare data over the past 24 hours, not aurora or Kp forecasts. It does not explicitly name alternatives or state when not to use it, but the domain and time window are unambiguous enough for selection among the listed siblings.

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.