Skip to main content
Glama

Get Past Launches

get_past_launches
Read-onlyIdempotent

Get recent past SpaceX launches sorted by date descending. Returns name, date (UTC), status, and success for each launch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of launches to return (default 10, max 100)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
totalNo
_sourceNo
launchesNoArray of past launches
_fetched_atNo

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds useful behavioral context beyond annotations by specifying the sorting order (descending) and the exact fields returned (name, date UTC, status, success), which is meaningful for an agent.

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 two sentences, front-loaded with the main action, and contains zero fluff. Every word adds value: the action, the sorting, and the return fields are all stated efficiently.

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?

For a simple tool with one optional parameter and an output schema present, the description is complete. It covers the tool's purpose, scope (recent past), ordering, and return fields, and the annotations cover safety concerns, leaving no major gaps.

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 input schema has 100% coverage for the single 'limit' parameter, with a clear description of default and max. The description does not add anything about the parameter, so it relies on the schema as expected; baseline 3 is appropriate.

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 states 'Get recent past SpaceX launches sorted by date descending' with a specific verb and resource. It also distinguishes itself from sibling tools like get_latest_launch and get_next_launch by focusing on 'past launches' and describing the return fields.

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?

The description provides clear context: it returns recent past launches, sorted descending, with specific fields. While it doesn't explicitly name alternatives or exclusions, the wording implies this is for historical/recent launches rather than next/latest, which is sufficient for a simple read-only 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

A3.6/5.0
Disambiguation2/5

The server is named 'spacex' but contains a vast number of tools unrelated to SpaceX, such as polymarket arbitrage, npm package scanning, and claim validation. Users and agents would struggle to determine whether this server is for SpaceX data or general-purpose queries.

Naming Consistency2/5

The SpaceX-specific tools follow a consistent 'get_' pattern, but the majority of tools use varied naming conventions (e.g., 'ask_pipeworx', 'bet_research', 'remember', 'subscribe'). No unifying pattern across the set.

Tool Count3/5

36 tools is a moderately large count, not extreme. However, many tools are unrelated to the server's namesake, making the set feel bloated and unfocused. The count could be trimmed to improve coherence.

Completeness2/5

For the SpaceX domain, the coverage is decent (launches, rockets, crew, Starlink). But the server's purpose is unclear—there are glaring gaps in a unified vision, as the Pipeworx tools are not integrated into a coherent SpaceX theme.