Skip to main content
Glama
hoon1983
by hoon1983

get_aurora_forecast

Get short-term aurora forecast for your location. Input latitude and longitude to see the probability of visible aurora, or receive the peak probability over the oval.

Instructions

OVATION short-term (~30-90 min) auroral-oval forecast.

Pass latitude/longitude to get the auroral activity probability (%) at that location — the "will I see aurora tonight?" answer. Without coordinates, returns the peak probability over the oval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latitudeNo
longitudeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
observation_timeNo
forecast_timeNo
latitudeNo
longitudeNo
aurora_probabilityNoAuroral activity probability (%) at the requested point.
global_max_probabilityNoPeak probability anywhere on the oval.
noteNo
Behavior3/5

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

With no annotations, the description carries full burden. It explains the two modes (with/without coordinates) and output format (probability percent or peak). However, it does not mention limitations, model accuracy, or coordinate format (likely decimal degrees), leaving some behavioral gaps.

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 succinct sentences front-load the model and time range. Every sentence is purposeful, with no wasted words. Structure is ideal for quick agent comprehension.

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 presence of an output schema (not shown), the description does not need to detail return format. It covers the two parameter modes and output semantics. However, it could explicitly state coordinate format (decimal degrees) for completeness.

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?

Schema description coverage is 0%, so description must add meaning. It clearly explains that latitude and longitude are optional and affect output: if provided, returns probability at that location; if omitted, returns peak probability over the oval. This adds significant value beyond the schema.

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 it provides a short-term (~30-90 min) auroral-oval forecast using OVATION model. It distinguishes itself from sibling tools like get_kp_forecast by specifying the time range and output (probability at location or peak).

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 implies usage for short-term aurora prediction ('will I see aurora tonight?') but does not explicitly contrast with siblings or state when not to use it. Usage guidance is implicit rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hoon1983/spaceweather-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server