Skip to main content
Glama
inoribea
by inoribea

irsa_query

Search NASA/IPAC Infrared Science Archive by coordinates and catalog to retrieve astronomical source data. Specify RA, Dec, radius, and catalog for targeted queries.

Instructions

Query NASA/IPAC Infrared Science Archive (IRSA) by coordinates and catalog

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
raYesRight Ascension in degrees
decYesDeclination in degrees
langNoOutput languageen
radiusNoSearch radius in arcseconds
catalogNoIRSA catalog table name (e.g. "allwise_p3as_psd", "fp_psc" for 2MASS)allwise_p3as_psd
max_resultsNoMaximum number of results

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.1.2

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral burden. 'Query' implies a read operation, but permissions, rate limits, result format, and other behavioral traits are omitted.

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?

A single front-loaded sentence with no filler. It is appropriately sized for a short purpose statement and every word contributes.

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

Completeness2/5

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

For a six-parameter query tool in a crowded astronomy sibling set, the description lacks routing guidance, output expectations, and behavioral context. The schema covers inputs, but no annotations or output schema means the description should do more.

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 description coverage is 100%, so the input schema already documents all six parameters, including defaults and the catalog example. The description only mentions coordinates and catalog without adding format or default meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb ('Query'), resource ('NASA/IPAC Infrared Science Archive (IRSA)'), and method ('by coordinates and catalog'). It is clear what the tool does, but it does not explicitly distinguish itself from siblings such as irsa_tap or other coordinate catalog query tools.

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

Usage Guidelines2/5

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

Provides no when-to-use or when-not-to-use guidance. It does not mention alternatives like irsa_tap, simbad_query, or vizier_query, leaving routing entirely to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.