Skip to main content
Glama
hoon1983
by hoon1983

get_observatory

Retrieve ground magnetometer time series for a USGS observatory. Returns specified field components over a given duration, with options for sampling period and data type.

Instructions

Ground magnetometer time series for one USGS observatory (nT).

station is an IAGA code from list_observatories (e.g. 'BOU'). Returns the requested field components (default X,Y,Z,F) over the last hours, plus the latest finite value per element. Use 60s sampling for trends, 1s for detail (heavier). Data is U.S. public domain (credit USGS); near-real-time values are preliminary.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stationYes
hoursNo
elementsNoX,Y,Z,F
sampling_periodNo
data_typeNovariation

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
stationYes
nameNo
latitudeNo
longitudeNo
sampling_period_sYes
data_typeYesvariation | adjusted | quasi-definitive | definitive
timesYes
valuesNoPer-element series (nT), e.g. {'X': [...], 'Y': [...]}.
latestNoMost recent finite value per element (nT).
Behavior3/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It states data is U.S. public domain and preliminary, but does not mention authentication, rate limits, or the fact that it is a read-only operation.

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 very concise: three sentences that front-load the purpose and provide essential details without redundancy. Every sentence adds value.

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?

Given the presence of an output schema (not shown), the description does not need to explain return values. It covers the data type, available components, temporal scope, and data provenance. It also references a sibling tool (list_observatories) for station codes.

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?

Despite 0% schema description coverage, the description explains the station parameter as an IAGA code from list_observatories, hours as the time window, elements as field components with defaults, and sampling_period with usage recommendations. It adds meaning beyond the schema's parameter names.

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 tool returns 'Ground magnetometer time series for one USGS observatory (nT).' It specifies the exact resource (magnetometer data per observatory) and distinguishes from sibling tools that focus on other space weather data like solar wind or Kp indices.

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 usage guidance: 'Use 60s sampling for trends, 1s for detail (heavier)' and notes that station codes come from list_observatories. It also mentions that near-real-time values are preliminary. However, it does not explicitly state when to avoid using this tool or suggest alternatives among siblings.

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