Skip to main content
Glama

Get the launch calendar

toolfound_get_launch_calendar

The upcoming toolfound launch calendar with seat availability per date: featured seats (a scarce, limited number per day) vs how many are already taken, plus the total daily cap and how many launches are queued, over a horizon you choose (default 30 days, up to 180). Also returns the suggested launch date (about a week out — enough time to line up your first supporters) and how many of the first-100 free launch slots remain. toolfound shows all of this openly — no hidden queues. Use it to pick a launch date before submitting: pass preferred_launch_date to toolfound_submit_product to claim a specific day.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
horizon_daysNoHow many days ahead to return (default 30, max 180).

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries full burden and does well: it enumerates output contents, horizon defaults, the suggested launch date, and explicitly assures 'no hidden queues.' It does not explicitly state read-only behavior or error semantics, but the behavioral detail is strong and trustworthy.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description uses four sentences, each contributing meaningful detail: output contents, horizon and extra fields, a transparency claim, and integration with submit_product. It is longer than minimal but information-dense and front-loaded with the prime output.

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

Completeness4/5

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

Given one optional parameter, no output schema, and no annotations, the description covers the expected return data comprehensively and adds workflow context. It would benefit from stating the exact structure, but an agent can confidently invoke it and interpret the result.

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 only parameter, horizon_days, is fully documented in the schema with default and max values; the description merely restates that default/max without adding new semantic information. Since schema description coverage is 100%, baseline 3 applies.

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 explicitly states the tool returns the upcoming launch calendar with per-date seat availability, including featured vs taken seats, total daily cap, queued launches, a suggested launch date, and remaining free slots. This goes beyond the title and clearly identifies the resource and what it exposes, distinguishing it from sibling tools like get_launch_status and submit_product.

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 provides explicit usage context: 'Use it to pick a launch date before submitting' and then references toolfound_submit_product for claiming the chosen date. This gives a clear workflow and sequential relationship with a sibling. It does not explicitly state when not to use it or contrast with alternatives, so the exclusion is only implied.

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

Each tool has a clearly distinct purpose: verification dry-run vs actual verification, submission vs status vs calendar, search vs browse vs trending, etc. Even the two verification tools are cleanly separated by check (non-destructive) and verify (action).

Naming Consistency5/5

All tools follow the pattern toolfound_<verb>_<object>, with consistent verbs like get_, list_, search_, submit_, verify_, check_, claim_. No mixing of styles or vague verbs.

Tool Count5/5

12 tools is well-scoped for a launch platform server. It covers discovery, submission, verification, status tracking, and post-launch features without being bloated or thin.

Completeness4/5

The tool surface covers the full submission-verification-launch workflow plus discovery and post-launch actions. Missing explicit update/delete operations for submissions, though idempotent resubmission partially covers updates, so it's a minor gap rather than a fatal flaw.

Resources