Skip to main content
Glama

Get bot setup queue

get_bot_setup_queue

Return only the live founder queue count, target, remaining slots, and display labels. This tool never creates a signup.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4/5.0
Behavior3/5

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

Without annotations, the description carries the full burden. It discloses the tool never creates a signup (read-only behavior), but lacks details on permissions, rate limits, or other side effects. Basic disclosure is present but not comprehensive.

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?

Two short sentences that front-load the core action and key output fields. Every sentence contributes value without redundancy.

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?

The description explains the return values (count, target, remaining slots, display labels). No output schema exists, but for a simple no-params tool, this is sufficient. Lacks format/structure details, but acceptable for a straightforward read.

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?

No parameters exist, so schema coverage is 100% trivially. According to rubric, 0 params baseline is 4. The description adds no parameter info, which is acceptable given no 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 clearly states it returns specific data (live founder queue count, target, remaining slots, display labels) and explicitly says 'never creates a signup', distinguishing it from the sibling tool 'get_bot_setup_offer' which likely involves creation.

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

Usage Guidelines3/5

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

The description implies usage for reading queue status (via 'never creates'), but does not explicitly state when to use vs the sibling tool, nor does it provide any exclusions or prerequisites.

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
Disambiguation5/5

The two tools have completely distinct purposes: one returns full offer details, the other returns only queue status. No ambiguity.

Naming Consistency5/5

Both tools follow the consistent 'get_bot_setup_<noun>' pattern, making them easy to understand and predict.

Tool Count4/5

With only 2 tools, the server is minimal but still plausible for a specialized read-only info service. Slightly thin but not unreasonable.

Completeness2/5

The server is entirely read-only with no tools for signup, configuration, or any write operations. This is a significant gap for a setup service.