Skip to main content
Glama

Join the web console waitlist

join_waitlist
Idempotent

Put someone in line for the Measure Tech PRO web console at founding pricing. Double opt-in guards this: NOTHING counts until they click the confirmation email themselves — an agent can only ever start the ask. Use only when the person explicitly asked to join.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesThe email of the person who ASKED to join — never a guessed one
tradeNoTheir trade, if they mentioned it (windows, roofing, GC…)

Schema Changelog

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

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations provide idempotentHint=true, destructiveHint=false, and readOnlyHint=false. The description adds crucial behavioral detail about the double opt-in mechanism ('NOTHING counts until they click the confirmation email themselves'), which is not inferable from annotations. This is valuable beyond what structured fields convey, though the description doesn't specify response format or potential side effects other than the pending state.

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 compact and front-loaded with the core purpose, then immediately details the critical behavioral constraint (double opt-in) and the usage condition. Every sentence adds unique value, 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?

For a tool with only two optional parameters and no output schema, the description covers the essential aspects: what it does, when to use it, the key behavioral side effect (double opt-in), and the constraint on agent action. Nothing critical is missing for an agent to decide correctly.

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 description coverage is 100%. The schema already includes descriptive text for both parameters, including the explicit warning that email must be 'the person who ASKED to join — never a guessed one'. The description adds no additional usage nuances for parameters beyond what the schema provides, so a baseline 3 is appropriate.

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 ('Put someone in line'), a specific resource (Measure Tech PRO web console waitlist), and a context (at founding pricing). It clearly distinguishes the action from siblings like request_contact or heart_request by focusing on the waitlist enrollment action.

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 explicitly states 'Use only when the person explicitly asked to join', providing a clear condition for invocation. It also notes 'an agent can only ever start the ask', which implies the agent cannot complete the process unilaterally. It doesn't name sibling alternatives explicitly, but the condition is clear enough to prevent misuse.

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/5.0
Disambiguation4/5

Most tools map to a clear resource/action, but get_product_overview and search_knowledge_base both claim to answer 'does it do X', and search_forum and get_roadmap both surface statuses, so an agent could pick the wrong one. The descriptions reduce the ambiguity but do not fully eliminate it.

Naming Consistency4/5

The set uses lower_snake_case and broadly follows a verb_noun shape with get_/search_ prefixes for reads. However, my_requests and server_info are noun phrases and comment_on_request inserts a preposition, so the pattern is not perfectly uniform.

Tool Count5/5

At 13 tools, the count is well within a reasonable range for the scope: product info, pricing, forum search/read/write, hearts/comments, waitlist, contact, and personal status. Each tool covers a distinct interaction area and none feels redundant enough to cut.

Completeness4/5

The surface covers the main customer journeys: learn about the product, search/read forum, post/comment/heart, check personal requests, ask for contact, and join the waitlist. Minor gaps exist (e.g., no edit/delete for comments or a way to check waitlist status), but agents can complete core workflows without dead ends.

Resources