Skip to main content
Glama

osint-terminal

Apod

apod

NASA APOD: Astronomy Picture of the Day (optional date)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states that the tool returns the APOD and that a date may be optionally supplied; it does not disclose default behavior, date format handling, error cases, or rate limits. This is minimal and leaves the agent guessing about important runtime behavior.

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

Conciseness4/5

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

The description is a single, compact sentence that front-loads the tool's identity and the one meaningful input option. It is appropriately sized for a simple, single-parameter tool and contains no filler or repetition.

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?

Although the tool is simple and has an output schema, the description omits critical invocation details: what format q should take, what happens when q is empty, and whether the response is an image URL, metadata, or both. An agent cannot reliably construct a correct request based solely on this description and schema.

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 0%, so the description must compensate for the undocumented 'q' parameter. It weakly does so by mentioning 'optional date', which implies q is a date, but it does not specify the expected format (YYYY-MM-DD vs. other), whether the default empty string means today, or any validation rules. The description adds partial meaning but not enough to fully resolve the parameter.

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?

The description identifies a specific, well-known resource: NASA's Astronomy Picture of the Day, and notes the optional date input. It clearly names the resource even though it lacks an explicit verb like 'get' or 'fetch.' The tool is distinct from most siblings, though it doesn't explicitly differentiate from related astronomy tools like spaceweather or spacepeople.

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?

The description provides no guidance on when to use this tool versus alternatives, and there is no mention of exclusions or fallback tools. The phrase 'optional date' implies it can be called without parameters, but no context is given about date range, format, or when another astronomy-related tool would be more appropriate.

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.

Resources