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.
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.
Tool Definition Quality
Average 3.6/5 across 3 of 3 tools scored.
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.
All tools follow a consistent get_[noun] pattern with clear, descriptive names. The naming style is uniform and predictable.
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.
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 toolsget_apodAInspect
Get NASA Astronomy Picture of the Day. Returns image/video with title, explanation, and URLs.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date YYYY-MM-DD (default: today) | |
| count | No | Get N random pictures (1-10, overrides date) | |
| thumbs | No | Include thumbnail URLs for videos |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Start date YYYY-MM-DD (default: today) | |
| days | No | Number of days to fetch (1-7, default: 3) | |
| hazardous_only | No | Only return potentially hazardous asteroids (default: false) |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days to look back (1-30, default: 7) | |
| type | No | Event type: solar_flare, cme, geomagnetic_storm, or all (default: all) |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!