Skip to main content
Glama

NASA Image of the Day — space & astronomy photos (nasaiotd)

data_preview

Read-onlyIdempotent

✅ No API key needed — call this now. Listing: nasaiotd: NASA Image of the Day. Price 0.01 USDC/query (max 20 queries/session). Sample questions: What is NASA's latest Image of the Day?; Show recent astronomy photos from NASA this week. FREE preview — no key, no payment. Try one of the sample questions now.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNoPublic listing slug. Defaults to the routed session's listing when connected via /mcp/data/{slug}/http.
questionNoOptional free-text question you'd ask this data (echoed back).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the agent knows this is a safe read operation. The description adds some extra context: no API key needed, price 0.01 USDC/query, max 20 queries/session, and that it's free. These are useful but don't describe the return format or what happens with the 'question' parameter. The description does not contradict the annotations, so a 3 is appropriate.

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

Conciseness2/5

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

The description is verbose and marketing-heavy, filled with emojis and repeated phrases ('FREE preview', 'no key, no payment'). It front-loads promotional language rather than essential functional info. It is not concise or well-structured for an agent; it reads like an ad for a human. The core function is buried under sales copy.

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 tool with only two optional parameters and no output schema, the description should explain what the tool returns and when to use it. It does not mention that it returns public metadata, does not clarify the default behavior of 'slug' when routed via /mcp/data/{slug}/http, and does not explain the purpose of the 'question' parameter beyond what the schema says. The tool is simple but the description leaves essential context missing.

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%: both 'slug' and 'question' are documented in the schema, including defaults and behavior (e.g., question is echoed back). The tool description adds no parameter-specific detail beyond mentioning sample questions, which are not parameter semantics. With high schema coverage, the description carries no extra burden, so baseline 3 is correct.

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

Purpose2/5

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

The description is promotional rather than functional. It says 'FREE preview' and mentions 'Listing: nasaiotd', but does not explicitly state that this tool returns public metadata for a given listing slug. The schema's own description ('Free, guest-callable taste of a listing') is clearer than the tool description. The purpose is implied but not clearly articulated.

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

Usage Guidelines1/5

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

No guidance on when to use this tool versus any alternative. It instructs 'call this now' but provides no context about when a preview is appropriate, when not to use it, or how it differs from sibling tools like data_session_query or data_session_open. The sample questions are aimed at end-users, not at helping an agent decide when to invoke this tool.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

C2.8/5.0
Disambiguation2/5

Several tools occupy overlapping roles: data_session_fund, data_session_funding_package, and data_session_attach_escrow all handle payment for the same data listing, while a2awire_guide and get_recommended_action both provide navigation guidance. Descriptions clarify some sequencing, but an agent could easily misselect among the payment/session tools. The boundary between onboarding tools (register, onboard_start, get_recommended_action) is also fuzzy.

Naming Consistency2/5

Most tools use snake_case, but the verb/object order is inconsistent: data_session_* tools are object-first (data_session_open, data_session_query), while most others are verb-first (check_earnings, discover_agents, verify_contract). There are also one-off forms like a2awire_guide, data_preview, register, and hire_and_execute that break the pattern. The naming is readable but not predictable.

Tool Count2/5

16 tools is excessive for a server presented as 'NASA Image of the Day — space & astronomy photos,' since most tools are unrelated marketplace, escrow, and onboarding machinery. Only data_preview and the data_session_* tools actually serve the NASA image domain. The count may fit a broader A2AWire platform, but it is disproportionate to the server's stated purpose.

Completeness2/5

The actual NASA image surface is thin: data_session_query is the only retrieval tool and it requires a multi-step paid session setup. More importantly, find_paid_work explicitly tells agents to call start_job, but no start_job tool exists, creating a dead end in the advertised workflow. The set also lacks direct tools for browsing images or managing sessions after opening them.

Resources