Skip to main content
Glama
saikrmet

nasa-exoplanet-mcp

by saikrmet

resolve_name

Read-onlyIdempotent

Resolve any star or planet name, alias, or catalog ID to the canonical NASA Exoplanet Archive name, and get all aliases plus confirmed planets for the system.

Instructions

Resolve any planet or star name, alias, or catalog identifier to its canonical name in the NASA Exoplanet Archive. Returns all known aliases grouped by catalog (Gaia, TIC, KOI, 2MASS, HD, HIP, etc.) and lists all confirmed planets in the system.

Use this BEFORE get_planet or search_planets when the user provides a name that might not match the archive's naming convention. Common cases: missing spaces ('Kepler-22b' vs 'Kepler-22 b'), catalog IDs ('TIC 150428135'), alternate designations ('GJ 1214' vs 'Gliese 1214'), or informal names.

Also useful when the user wants to know all designations for a star or system.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesAny planet name, star name, or catalog identifier to look up (e.g., 'Kepler-22b', 'TIC 150428135', 'GJ 1214', 'HD 209458').

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already establish readOnly/openWorld/idempotent safety, so the description adds value by disclosing return behavior: aliases grouped by catalog (Gaia, TIC, KOI, etc.) and confirmed planets in the system. This goes beyond the annotations without contradicting them, though it could have mentioned any pagination or error behavior if relevant.

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 efficiently written in three short paragraphs, each earning its place: the first states the purpose and return value, the second gives usage context with concrete examples, and the third covers an additional use case. No redundant or filler content appears.

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?

Given the tool's simplicity (one parameter), the presence of an output schema, and comprehensive annotations, the description covers all essential operational context: what it resolves, what it returns, when to prefer it over siblings, and an extra scenario ('all designations'). It fully equips 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 schema already provides 100% coverage for the single 'name' parameter with its own examples and description. The tool description reinforces the same concepts but adds no new semantic detail beyond what the schema already conveys, so the 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 specifies the tool's action ('Resolve') and resource ('any planet or star name, alias, or catalog identifier') and states the outcome ('canonical name'). It explicitly distinguishes itself from sibling tools by instructing to use it BEFORE get_planet or search_planets, making its unique role clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides explicit when-to-use guidance ('when the user provides a name that might not match the archive's naming convention') and cites specific problem cases like missing spaces and alternate designations. It also names the alternative tools (get_planet, search_planets) that this should precede, fulfilling the when/alternatives requirement.

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/saikrmet/nasa-exoplanet-mcp'

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