Skip to main content
Glama
jezweb

MCP TypeScript NASA Server

nasa_mars_rover_photos

Retrieve Mars rover photos from Curiosity, Opportunity, Spirit, or Perseverance by specifying date, camera, or sol to access NASA's imagery database.

Instructions

Get photos from Mars rovers (Curiosity, Opportunity, Spirit, Perseverance)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roverNoMars rover nameperseverance
solNoMartian sol (day) to get photos from
earth_dateNoEarth date in YYYY-MM-DD format
cameraNoCamera abbreviation (e.g., FHAZ, RHAZ, NAVCAM)
limitNoMaximum number of photos to return
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure but offers minimal information. It doesn't mention whether this is a read-only operation, what authentication might be required, rate limits, error conditions, or what format the photos are returned in. The description only states what the tool does at a high level without behavioral details.

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 extremely concise - a single sentence that efficiently communicates the core functionality. It's front-loaded with the main action and resource, with no wasted words or unnecessary elaboration. Every word earns its place in this minimal description.

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

Completeness2/5

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

For a tool with 5 parameters, no annotations, and no output schema, the description is insufficiently complete. It doesn't explain what the tool returns (photo metadata, URLs, image data), how results are structured, or important behavioral aspects like whether both 'sol' and 'earth_date' can be used together. The high parameter count and lack of structured metadata require more descriptive context than provided.

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?

The description adds no parameter-specific information beyond what's already in the schema, which has 100% coverage with clear descriptions for all 5 parameters. The baseline score of 3 reflects that the schema adequately documents parameters, so the description doesn't need to compensate, but it also adds no additional semantic context about how parameters interact or typical usage patterns.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Get photos') and resource ('from Mars rovers'), specifying which rovers are supported. It distinguishes this tool from its NASA API siblings by focusing on Mars rover photos rather than astronomy pictures, space weather, Earth imagery, or asteroid data. However, it doesn't explicitly contrast with those siblings in the description text itself.

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?

The description provides no guidance on when to use this tool versus alternatives, nor any context about prerequisites or constraints. It doesn't mention that users must choose between 'sol' and 'earth_date' parameters or explain the relationship between this tool and other NASA tools in the server.

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/jezweb/mcp-ts-stdio-nasa'

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