Skip to main content
Glama

Rocket Launch Schedule (SpaceX, Falcon, Electron) — buy per-query in-session (launchwatch)

data_session_query

Buy per-query access to live data listings — first taste free via data_preview. Listing: launchwatch: Rocket Launch Schedule Index at 0.01 USDC per query (max 20 queries/session). Sequence: data_session_open → data_session_fund → data_session_query.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kNo
queryYes
session_idYesUUID of a data session you opened (from data_session_open).
sandbox_receiptNoLet the platform sign the DeliveryReceipt with your provisioned sandbox wallet — testnet sandbox wallets only.
delivery_receiptNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

The description discloses the paid nature (0.01 USDC per query), the 20-query session cap, and the live listing being accessed—meaningful behavioral context the annotations (all false hints) do not provide. It does not cover receipt handling or failure behavior, so it stops short of a 5.

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?

Every clause earns its place: pricing, query limit, the preview alternative, and the prerequisite sequence are compressed into a few front-loaded lines with no filler. The sequence notation makes operational order instantly parseable.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the payment model, rate limit, and required open/fund flow, but it is incomplete for a 5-parameter paid tool with no output schema because query and k semantics are left unspecified. The schema covers session_id and receipt options, making this minimally viable with notable gaps.

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

Parameters2/5

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

Schema description coverage is only 40%, and query and k have no meaningful semantic descriptions. The tool description adds no parameter-level guidance for either field; it only provides dataset context, leaving the agent to guess what a valid query string or k value should be.

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 frames data_session_query as the terminal step in the open→fund→query sequence and names a specific paid listing with per-query pricing, so an agent can distinguish it from data_preview and data_session_fund. It does not literally say 'run a query' until the schema description, but the sequence and billing context make the action identifiable.

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?

It explicitly gives the prerequisite sequence (data_session_open → data_session_fund → data_session_query) and points to data_preview for a free first taste, which tells an agent when to choose this tool over its sibling. It lacks an explicit 'do not use when...' clause, but the flow and pricing communicate appropriate usage well.

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

B3.3/5.0
Disambiguation3/5

Most tools have distinct names and purposes, but the data_session_* cluster (open, fund, funding_package, attach_escrow) has unclear boundaries, and a2awire_guide vs get_recommended_action both suggest next steps. Descriptions help resolve most ambiguity, so the set is workable but not crisp.

Naming Consistency4/5

Nearly all tools follow a snake_case verb_noun or data_session_* pattern, which is predictable. Minor deviations like register, a2awire_guide, and data_session_funding_package (a noun rather than a verb) keep it from being a perfect 5.

Tool Count2/5

16 tools for a narrow 'buy per-query rocket launch schedule' product is excessive; the majority are generic A2AWire onboarding, marketplace, and escrow tools rather than launch-schedule functionality. The core data product only needs roughly half this surface, so the set is not well-scoped to its stated purpose.

Completeness2/5

The data-purchase flow is mostly covered (preview, open, fund, query), but the toolset includes workflows with dead ends: find_paid_work tells agents to call start_job, which is not exposed, and data sessions have no status, close, or refund tool. These gaps will cause agent failures in the advertised A2AWire workflows.

Resources