Skip to main content
Glama
listbee-dev

listbee-mcp

Official
by listbee-dev

bootstrap_start

Send an OTP email to start a seller account. Returns bootstrap token and account ID for verification.

Instructions

Step 1 of 2. Emails an OTP and returns a single-use bootstrap_token plus the account_id. Token TTL 10 min. Flow: bootstrap_start → bootstrap_verify. No API key required.

When to use: Kicking off a new seller account. The human will receive a 6-digit OTP by email; bring the code back and call bootstrap_verify.

Tips:

  • Human interaction required: ask for their email, then tell them to check inbox

  • bootstrap_token expires in 10 minutes — call bootstrap_verify promptly

  • Disposable email domains are blocked

Note: This action requires human intervention. You cannot complete it yourself.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesSeller email. OTP is sent to this address.
Behavior5/5

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

Discloses that it sends an OTP email, the token TTL (10 min), and that human interaction is required. Annotations indicate non-readonly, non-destructive, non-idempotent, which aligns with the description. No contradictions.

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?

Well-structured with clear sections: core action, when to use, tips, note. Front-loaded with the most critical information. Every sentence adds value without 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?

Despite no output schema, the description explains the return values (bootstrap_token, account_id). Covers all important behavioral aspects: OTP email, time limit, human intervention, blocked domains. Complete for a single-parameter tool.

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 already covers the email parameter with format and pattern. Description adds that OTP is sent to this address, which is implicit. With 100% schema coverage, 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?

Clearly states it is step 1 of a 2-step flow, emails an OTP, and returns bootstrap_token plus account_id. The sibling bootstrap_verify is explicitly mentioned, distinguishing their roles.

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?

Explicitly says when to use: 'Kicking off a new seller account.' Provides actionable tips: ask for email, tell human to check inbox, call bootstrap_verify promptly, and disposable domains blocked.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/listbee-dev/listbee-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server