Skip to main content
Glama
EmaCuvillier

cosmos-mcp

by EmaCuvillier

La Tierra desde DSCOVR

imagen_tierra
Read-onlyIdempotent

Fetch full-Earth images from NASA's DSCOVR satellite for a specific date, or get the most recent imagery when no date is provided. Ideal for viewing Earth from space.

Instructions

Trae imágenes de la Tierra completa vistas desde el satélite DSCOVR (EPIC) para una fecha. Si no pasás fecha, usa las más recientes disponibles. Úsala cuando pidan ver la Tierra desde el espacio o fotos EPIC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fechaNoFecha YYYY-MM-DD. Si no se pasa, usa la fecha más reciente disponible (o hoy).
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds valuable behavioral context: if no date is provided, it uses the most recent available images. This default behavior is not in the annotations and is useful for the agent.

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 two sentences: the first states the core function and the second gives default behavior and usage context. Every word earns its place, with no redundancy or fluff.

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

Completeness5/5

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

For a tool with one optional parameter, no output schema, and strong annotations, the description is sufficient. It covers what the tool returns (images), the default date behavior, and when to choose it over siblings, leaving no critical gaps.

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 schema covers the single parameter 'fecha' fully with pattern and description, including the default behavior. The description duplicates this information without adding new semantics, so the baseline of 3 applies.

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 uses a specific verb 'Trae' (brings) and clearly identifies the resource: full images of Earth from the DSCOVR (EPIC) satellite. It also distinguishes itself from sibling tools by stating the usage context 'cuando pidan ver la Tierra desde el espacio o fotos EPIC,' which separates it from Mars photos, APOD, and asteroid tools.

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?

It provides an explicit when-to-use instruction: 'Úsala cuando pidan ver la Tierra desde el espacio o fotos EPIC.' This gives clear contextual guidance, though it does not explicitly mention when not to use it or name alternatives, so it stops short of a 5.

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/EmaCuvillier/cosmos-mcp'

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