Skip to main content
Glama

Launch news & recaps

get_launch_news
Read-only

Latest rocket-launch news articles (previews and post-launch recaps) from Cosmik, optionally filtered by a search term (mission, rocket, or provider name).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of articles to return (1-10, default 5)
queryNoSearch term matched against article titles, e.g. 'Starship', 'Crew', 'Ariane'

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
articlesYesLaunch articles, most recent launch first

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already provide readOnlyHint, openWorldHint, and destructiveHint, so safety and mutability are covered. The description adds useful context about the source (Cosmik) and filtering capability, but does not disclose behavior like ordering, defaults beyond schema, or response format, making it adequate but not rich.

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 a single sentence that is front-loaded with the core purpose and includes all key details (source, article type, optional filter). Every word earns its place with no redundancy.

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's simplicity, full schema coverage, and availability of an output schema, the description adequately covers the essential context: what is returned, source, and filtering option. There are no significant gaps for this straightforward listing tool.

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?

Schema coverage is 100% for both parameters, so baseline is 3. The description adds semantic nuance by stating the search term filters by mission, rocket, or provider name, which complements the schema's examples (e.g., 'Starship') and clarifies the intent of the query parameter.

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?

Description clearly states the tool returns the latest rocket-launch news articles (previews and post-launch recaps) from Cosmik, with optional filtering. This distinguishes it from siblings like get_iss_passes and get_next_launches, which cover ISS passes and launch schedules.

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

Usage Guidelines3/5

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

The description implies usage for retrieving news articles, and the sibling names suggest alternatives, but it does not explicitly state when to use this tool over others or mention any exclusions. Guidance is implied rather than direct.

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.