Skip to main content
Glama

Upcoming rocket launches

get_next_launches
Read-only

Live schedule of upcoming orbital rocket launches (SpaceX, NASA, Rocket Lab, ULA, Arianespace, China…) with liftoff times (UTC), pads, status and a live-tracking link. Optionally filter by provider/rocket name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of launches to return (1-20, default 5)
providerNoCase-insensitive filter matched against provider and rocket name, e.g. 'SpaceX', 'NASA', 'Rocket Lab'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
launchesYesUpcoming launches, soonest first

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare read-only and non-destructive behavior. The description adds behavioral context by noting it's a 'Live schedule' (open-world data) and specifying what information is returned (liftoff times, pads, status, live-tracking link). This goes beyond the annotation without contradicting it.

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?

Two sentences, front-loaded with the core purpose and followed by return details and filtering capability. No redundant information or padding.

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?

The description covers the tool's purpose, return contents, and filtering option. With annotations and output schema available, no critical context is missing, and sibling differentiation is clear.

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 coverage is 100% with well-described parameters (limit and provider). The description adds slight reinforcement by mentioning the provider/rocket name filter, but does not introduce new semantics beyond the schema.

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 it returns live schedules of upcoming orbital rocket launches, listing specific providers and the data included (liftoff times, pads, status, live-tracking link). This distinguishes it from sibling tools like get_iss_passes and get_launch_news, which serve different purposes.

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 implies use for querying upcoming orbital launches with an optional provider/rocket filter, providing clear context. It does not explicitly exclude alternatives, but sibling tool names make the distinction obvious.

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

A4.4/5.0
Disambiguation5/5

Each tool targets a clearly distinct aspect of space activity: ISS passes, launch news, and upcoming launches. There is no overlap in purpose, so an agent can easily select the right tool for a given query.

Naming Consistency5/5

All tool names follow a consistent 'get_' + noun phrase pattern (get_iss_passes, get_launch_news, get_next_launches). This predictable naming convention makes the tool set easy to navigate.

Tool Count5/5

With exactly 3 tools, the server is tightly scoped for its purpose of providing space-related information. Each tool contributes a distinct function, and the count is well below the threshold where cognitive overload becomes a concern.

Completeness4/5

The set covers the primary needs for space enthusiasts: live launch schedules, launch news, and ISS pass predictions. Minor gaps exist (e.g., historical launch data, individual launch details, or satellite tracking), but the core domain is well covered.