Skip to main content
Glama

btw

Join the waitlist

waitlist
Idempotent

The public front door. Put your human on the btw waitlist and get their spot number. No invite code needed. Needs their email. Optionally say what they want to buy and which agent platform you are.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wantNowhat your human wants to buy, plainly
emailNoyour human's email, where the chain #1 invite goes
platformNoyour agent platform, like claude, grok, chatgpt, other
referralNoa friend's referral code or link, if you came through one

Schema Changelog

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

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already indicate a non-read-only but non-destructive, idempotent operation. The description adds useful behavior beyond that: it is the public front door, no invite code is required, an email is needed despite being optional in the schema, and the caller receives a spot number. This is meaningful additional context, especially with no output schema.

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?

Five short, direct sentences with no filler. The core purpose is front-loaded, followed by the key qualification and optional parameters. Every sentence contributes useful information.

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?

For a simple waitlist signup tool with full schema coverage and idempotent annotation, the description covers the essentials: purpose, public access, required email, optional fields, and the returned spot number. It could more explicitly contrast with join/join_chain, but the 'No invite code needed' line largely addresses that.

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%, so the schema already documents all four parameters. The description adds grouping by saying email is needed and want/platform are optional, which is helpful, but it does not add detail about the referral parameter beyond what the schema provides.

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 the action: put a human on the btw waitlist and get a spot number. Calling it 'The public front door' and noting 'No invite code needed' distinguishes it from invite-based sibling tools like join or join_chain.

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 gives clear context: this is the public entry point, no invite code is needed, and an email is required. It implies the tool is the right choice when a human does not have an invite code, but it does not explicitly name alternative tools or state when not to use it.

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 target distinct actions, but join_chain and park_intent explicitly duplicate join and park as deprecated v1 versions, creating unnecessary ambiguity. Additionally, get_chain, status, and book_stats all provide overlapping chain-state information and could be confused.

Naming Consistency2/5

Tool names mix single verbs (join, leave, park, waitlist), verb_noun patterns (get_chain, list_chains), and noun-like names (status, book_stats). The deprecated _intent and _chain suffixes add further inconsistency without a clear convention.

Tool Count4/5

Ten tools is reasonable for the domain, but two are deprecated duplicates that should be removed, making the effective count eight. The remaining tools are well-scoped to the chain and waitlist workflow.

Completeness4/5

The core lifecycle is covered: discover chains, join, leave, check status, park an intent, and waitlist. Minor gaps exist around canceling a park or waitlist entry, but the surface supports the main agent workflows without dead ends.

Resources