Skip to main content
Glama
decagondev

MCP Factory

by decagondev

get_todays_space_photo

Retrieve the current NASA Astronomy Picture of the Day, including today's space image and description.

Instructions

Get today's Astronomy Picture of the Day from NASA.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It states the tool returns the APOD, but does not disclose potential failure scenarios (e.g., if no photo is available for today), data source, or side effects. For a simple read operation, this is adequate but not fully transparent.

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 sentence that is front-loaded and contains no extraneous information. Every word earns its place.

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 has zero parameters and an output schema (providing return value details), the description is complete. It explains the core action and result without needing further elaboration.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so schema coverage is 100%. With no parameters, the description does not need to add param details. The baseline for 0 parameter tools is 4, indicating the description adds value through clear purpose without needing parameter explanations.

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 explicitly states the tool retrieves 'today's Astronomy Picture of the Day from NASA.' This clearly identifies the verb ('get'), resource ('astronomy picture of the day'), and scope ('today's'), distinguishing it from siblings like get_random_space_photo and get_space_photo_by_date.

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?

While no explicit when-to-use or when-not-to-use guidance is provided, the tool's name and description inherently imply it is intended for the current day's photo. Siblings exist for other temporal queries, providing implicit context.

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/decagondev/MCP-Factory'

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