Skip to main content
Glama

AgentNASA — NASA Space Intelligence

Server Details

NASA space data — Near Earth Objects (asteroid tracking & hazard assessment), Space Weather (solar flares, CMEs, geomagnetic storms via DONKI), and Astronomy Picture of the Day.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.6/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a completely different NASA service: APOD (astronomy images), NEO (asteroids), and DONKI (space weather). There is no overlap or potential for confusion.

Naming Consistency5/5

All tools follow a consistent get_[noun] pattern with clear, descriptive names. The naming style is uniform and predictable.

Tool Count4/5

Three tools is on the low end but appropriate for a focused server that covers three distinct space intelligence domains. It avoids bloat while providing core functionality.

Completeness3/5

The server covers astronomy images, asteroid data, and space weather, but misses other NASA data like Mars rover photos, earth imagery, or satellite tracking. Some notable gaps exist for the stated 'Space Intelligence' purpose.

Available Tools

3 tools
get_apodAInspect

Get NASA Astronomy Picture of the Day. Returns image/video with title, explanation, and URLs.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNoDate YYYY-MM-DD (default: today)
countNoGet N random pictures (1-10, overrides date)
thumbsNoInclude thumbnail URLs for videos
Behavior2/5

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

No annotations provided, so description must carry full behavioral burden. It states what is returned but does not disclose any behavioral traits like read-only nature, potential errors, rate limits, or prerequisites. Insufficient for a tool with no annotations.

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?

Single sentence, no filler, efficiently conveys purpose and return type.

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?

For a simple tool with no output schema, description adequately explains what is returned. Could add usage context like default date behavior, but overall sufficient for basic retrieval.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema has 100% coverage with each parameter described. Description does not add additional meaning beyond schema, sticking to output description. Baseline 3 is 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?

Clearly states 'Get NASA Astronomy Picture of the Day', a specific verb and resource. Describes return content (image/video with title, explanation, URLs). Clearly distinct from sibling tools about near earth objects and space weather.

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?

Implied usage for retrieving the astronomy picture of the day, but no explicit when-to-use or when-not-to-use guidance. No alternatives mentioned, though siblings cover different domains.

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

get_near_earth_objectsAInspect

Get Near Earth Objects (asteroids) from NASA NeoWs. Returns asteroid data including size, hazard status, closest approach distance and velocity.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNoStart date YYYY-MM-DD (default: today)
daysNoNumber of days to fetch (1-7, default: 3)
hazardous_onlyNoOnly return potentially hazardous asteroids (default: false)
Behavior3/5

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

With no annotations, description carries burden. It implies a read operation ('Get') but does not explicitly state read-only, rate limits, data freshness, or pagination behavior. Minimal but sufficient for a straightforward API.

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 sentences, front-loaded with purpose and output summary, no redundant information. Highly concise.

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 only 3 simple parameters and no output schema, the description is fairly complete. It covers purpose, source, and key return fields. Could add output structure details but not essential.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds no additional meaning to parameters; it only mentions output fields. The schema already describes each parameter clearly.

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 gets near earth objects from NASA NeoWs and lists key returned data (size, hazard status, etc.). It distinguishes from siblings (get_apod for astronomy picture, get_space_weather) by its specific focus.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. It does not mention when not to use it or provide context on prerequisites or limitations.

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

get_space_weatherAInspect

Get space weather events from NASA DONKI. Includes solar flares, coronal mass ejections (CME), and geomagnetic storms.

ParametersJSON Schema
NameRequiredDescriptionDefault
daysNoNumber of days to look back (1-30, default: 7)
typeNoEvent type: solar_flare, cme, geomagnetic_storm, or all (default: all)
Behavior3/5

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

No annotations provided, so description carries burden. It names included event types but does not disclose behavioral traits like data freshness, rate limits, pagination, or whether results are limited by date range. Some transparency but insufficient for safe invocation.

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 sentences, front-loaded with purpose, and no wasted words. Efficiently conveys core information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and no annotations, description is somewhat complete but lacks output format details. It does not mention that the type parameter filters events or specify default for days. Gaps exist but not critical.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%. Description adds context by listing the event types (solar flares, CME, geomagnetic_storm) which correspond to the 'type' parameter, and 'days' implies lookback. However, no additional meaning beyond schema descriptions, which already cover both parameters.

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?

Description clearly states verb 'Get', resource 'space weather events from NASA DONKI', and scope 'includes solar flares, coronal mass ejections (CME), and geomagnetic storms'. It distinguishes from siblings (get_apod, get_near_earth_objects) by focusing on a different domain.

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?

No explicit guidance on when to use this tool vs alternatives. The description implies usage for space weather events, but lacks exclusions or contextual scenarios. Siblings are different domains, so differentiation is implicit but not explicit.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources