Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

nasa_mars_photos

Read-only

Find Mars Rover photos by Martian sol or Earth date, specifying rover (Curiosity, Opportunity, Spirit) and camera (FHAZ, RHAZ, MAST, CHEMCAM, NAVCAM).

Instructions

Get Mars Rover photos by sol (Mars day) or Earth date. Rovers: curiosity, opportunity, spirit. Cameras: FHAZ, RHAZ, MAST, CHEMCAM, NAVCAM, etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
solNoMars sol (day) number
roverNoRover name: curiosity (default), opportunity, spirit
cameraNoCamera: FHAZ, RHAZ, MAST, CHEMCAM, NAVCAM, etc.
earth_dateNoEarth date (YYYY-MM-DD). Use sol OR earth_date.
Behavior3/5

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

With the readOnlyHint annotation already indicating a safe read operation, the description adds useful domain context by enumerating valid rovers (curiosity, opportunity, spirit) and camera examples. However, it does not disclose the response format, pagination, or any limitations such as rate limits. It goes slightly beyond the annotation but lacks rich behavioral detail.

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 compact and efficient: a single purpose sentence followed by two short enumerations. It is front-loaded with the main action ('Get Mars Rover photos') and provides necessary enumeration without fluff. Every sentence earns its place.

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 tool's simplicity, the description covers the essential purpose and parameter options. The absence of an output schema means it could have described what the response contains (e.g., photo URLs), but the phrase 'Get photos' implies it returns photos. With complete schema coverage and readOnlyHint, it is sufficiently complete for an agent to invoke it correctly.

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 input schema already has 100% coverage with descriptions for all four parameters. The description repeats some of this information (e.g., sol meaning 'Mars day' and the list of cameras) but adds no new meaning beyond the schema. The only slight addition is the phrase 'use sol OR earth_date' implied in the first sentence, though the schema also states this.

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's function: 'Get Mars Rover photos by sol (Mars day) or Earth date.' It specifies the exact resource (Mars Rover photos) and the filtering dimensions (sol/date), with a specific verb ('Get'). It also lists the relevant rovers and cameras, distinguishing it from other NASA tools like nasa_image_search or nasa_neo.

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 gives clear context for when to use the tool: whenever Mars Rover photos are needed by sol or Earth date. It does not explicitly name alternative tools or exclusions, but the purpose is so specific that an agent can infer when to use it. The inclusion of available rovers and cameras implicitly defines the scope of use.

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/cyntrica/gov-data-mcp'

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