Skip to main content
Glama
EmaCuvillier

cosmos-mcp

by EmaCuvillier

Asteroides cercanos a la Tierra

asteroides_cercanos
Read-onlyIdempotent

Retrieve near-Earth asteroids within a date range (up to 7 days), sorted by proximity to Earth. Use it to identify close approaches and relevant NEOs.

Instructions

Lista asteroides cercanos a la Tierra (NeoWs) en un rango de fechas de hasta 7 días. Ordena por cercanía. Úsala para acercamientos, NEOs o si hay algún asteroide relevante.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fecha_finYesFin del rango (YYYY-MM-DD). Máximo 7 días desde fecha_inicio.
fecha_inicioYesInicio del rango (YYYY-MM-DD).
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds value by stating the date range limit ('hasta 7 días') and the sorting behavior ('Ordena por cercanía'), which are not captured in annotations or schema. No contradiction with annotations.

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?

Two sentences with no wasted words. The description front-loads the action and resource, then adds constraints and usage context efficiently.

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?

For a simple two-parameter read-only list tool with good annotations and full schema coverage, the description covers purpose, constraints, and usage context. It lacks return-format details (e.g., fields, units), but the task is simple and no output schema is present, so only a slight gap.

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?

Schema coverage is 100%: both fecha_inicio and fecha_fin are described with patterns and the 7-day constraint. The description reinforces the 7-day limit but adds no additional parameter meaning beyond the schema, so baseline 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 clearly states the tool lists near-Earth asteroids (NeoWs) for a date range, with a specific verb ('Lista') and resource. It distinguishes itself from sibling tools by focusing on asteroids, approaches, and NEOs, which is immediately apparent.

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 explicitly says to use it for 'acercamientos, NEOs o si hay algún asteroide relevante', providing clear when-to-use context. It doesn't explicitly mention when not to use it or name alternatives, but the sibling tools are topically distinct enough that exclusions are implied.

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