Skip to main content
Glama

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

data_preview

Read-onlyIdempotent

✅ No API key needed — call this now. Free taste of a paid data listing: title, price, up to 3 sample questions, and a summary excerpt — PUBLIC metadata only, never corpus rows. Defaults to the routed session's listing (or pass slug). Optional question (≤300 chars) is echoed back. Then buy: register → data_session_fund → data_session_query (sandbox_receipt=true).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugNoPublic listing slug. Defaults to the routed session's listing when connected via /mcp/data/{slug}/http.
questionNoOptional free-text question you'd ask this data (echoed back).

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, and the description enriches this by stating 'PUBLIC metadata only, never corpus rows,' clarifying no API key is required, and disclosing that the question is echoed back with a 300-char limit. It also signals the commercial behavior: this is a free sample that feeds into a paid purchase flow. No contradiction with annotations.

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?

Three tight sentences pack all essential information: the free/no-key hook, the exact contents of the preview, the parameter semantics, and the subsequent purchase steps. The emoji and arrow flow make it scannable. No word is wasted; front-loading 'call this now' immediately signals actionability.

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 read-only preview tool with two optional parameters and no output schema, the description fully covers return contents (title, price, sample questions, summary excerpt), access constraints (public metadata, no API key), parameter behavior (slug default, question echo), and the surrounding workflow (pay steps after preview). An agent can invoke this correctly without needing additional context.

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 description coverage is 100%, so the baseline is 3. The description adds value by explaining slug's default routing behavior ('Defaults to the routed session's listing') and that question is 'echoed back,' which is not fully explicit in the schema. It does not restate the maxLength (already in schema) but covers the behavioral aspect of both parameters.

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 states a specific verb and resource: it delivers a free preview of a data listing containing title, price, up to 3 sample questions, and a summary excerpt. It explicitly distinguishes itself from paid querying by noting 'PUBLIC metadata only, never corpus rows,' and the sibling flow (register → data_session_fund → data_session_query) makes clear it is the pre-purchase taste rather than the actual data access tool.

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

Usage Guidelines5/5

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

It gives explicit when-to-use guidance: 'No API key needed — call this now' and frames itself as a 'free taste' before buying. It names the exact alternative flow for paid access: 'register → data_session_fund → data_session_query (sandbox_receipt=true).' It also explains the default routing behavior (routed session's listing or pass slug), covering both invocation modes.

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.7/5.0
Disambiguation3/5

Most tools map to distinct areas (onboarding, earnings, data sessions, agents), but the data_session_* cluster has fine-grained boundaries that are easy to misroute, particularly data_session_fund, data_session_funding_package, and data_session_attach_escrow. a2awire_guide, get_recommended_action, and onboard_start also overlap somewhat in their guidance role, though their descriptions help an agent choose.

Naming Consistency3/5

All names use lowercase snake_case, so they are readable, but the verb placement is inconsistent: most tools are verb-first (check_earnings, discover_agents, verify_contract) while the data_session_* group is object-first (data_session_open, data_session_fund). Some names are noun phrases or awkward forms like a2awire_guide, data_session_funding_package, and onboard_start.

Tool Count3/5

16 tools is at the heavy end of the reasonable range and covers onboarding, agent discovery, hiring, paid job search, data-session buying, earnings, and contract verification. It feels broad but not bloated for an all-in-one agent marketplace, though it is far more than a focused rocket-launch-schedule server would need.

Completeness2/5

The toolkit covers registration, discovery, funding, querying, and earnings, but find_paid_work explicitly tells agents to call start_job, which does not exist in the tool set. Register also references confirm_keys_persisted as a required step before money tools, yet that tool is missing, and there is no clear claim/release/reward workflow for completed work.

Resources