Skip to main content
Glama
EricGrill

Civic Data MCP Server

by EricGrill

get_mars_rover_photos

Retrieve Mars rover photos from Curiosity, Opportunity, Spirit, or Perseverance by specifying date or sol and optional camera.

Instructions

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

Args:
    rover: Rover name: 'curiosity', 'opportunity', 'spirit', or 'perseverance'
    sol: Martian sol (day) number
    earth_date: Earth date in YYYY-MM-DD format (alternative to sol)
    camera: Optional camera name (e.g., 'FHAZ', 'RHAZ', 'MAST', 'NAVCAM')

Returns:
    List of photo URLs from the specified rover

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roverNocuriosity
solNo
earth_dateNo
cameraNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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. It states what the tool returns ('List of photo URLs') but lacks information about rate limits, authentication requirements, error conditions, pagination, or API constraints. The description doesn't contradict any annotations since none exist.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections (purpose, args, returns) and uses bullet-like formatting. Every sentence adds value, though the rover list could be more concise. It's appropriately sized for a 4-parameter tool with no annotations.

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 moderate complexity (4 parameters, no annotations, but has output schema), the description provides good coverage. The output schema handles return values, so the description's brief 'Returns' statement is sufficient. It explains all parameters meaningfully, though could benefit from more behavioral context.

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?

Schema description coverage is 0%, so the description must compensate. It provides meaningful explanations for all 4 parameters: rover name options, sol definition, earth_date format, and camera examples. This adds substantial value beyond the bare schema, though it doesn't cover all possible camera values or parameter interactions.

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 specific action ('Get photos') and resources ('from Mars rovers') with explicit rover names listed. It distinguishes this tool from sibling tools by focusing on Mars rover photos specifically, unlike other tools that handle astronomy photos, weather, census data, etc.

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?

The description implies usage context through parameter explanations (e.g., 'alternative to sol'), but doesn't explicitly state when to use this tool versus alternatives like 'get_astronomy_photo' or 'search_nasa_images'. No explicit guidance on prerequisites or when-not-to-use scenarios is provided.

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/EricGrill/mcp-civic-data'

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