Skip to main content
Glama
getpopapi
by getpopapi

Request Onboarding OTP

pop_onboarding_request_otp

Initiate POP onboarding by sending a one-time password (OTP) to an email. Returns the OTP for immediate verification and auto-creates an account if the email is new.

Instructions

Start the POP onboarding flow by sending a one-time password (OTP) to an email address.

This is step 1 of 5 in the onboarding sequence: request-otp → verify-otp → get_status → get_account_setup → save_account_setup

Key behaviours:

  • The OTP code is returned directly in the response (not just by email). Read otp_code from the response.

  • OTP expires in 10 minutes. Pass it to pop_onboarding_verify_otp immediately.

  • If the email does not exist, a new POP account is created automatically.

  • For administrator accounts, no OTP is issued. Use the admin password as the otp field in verify-otp instead.

No API key required for this call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoLocale hint (e.g. 'en', 'it'). Stored in the session context but does not affect response language.
emailYesEmail address to send the OTP to. If the account does not exist it will be created automatically.
Behavior5/5

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

The description goes far beyond annotations by disclosing key behaviors: OTP is returned directly in the response, expiry is 10 minutes, accounts are auto-created for new emails, administrators require a different password flow, and no API key is needed. This adds substantial context that annotations alone do not provide.

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 is moderately long but well-structured with a clear opening line and bullet points for key behaviors. Every sentence adds value, covering purpose, sequence, and edge cases. It is not overly verbose, though it could be slightly tightened without losing fidelity.

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?

Given the tool's complexity and lack of output schema, the description is remarkably complete. It covers authentication requirements (no API key), behavioral side effects (account creation), temporal constraints (10-minute expiry), and the exact next step in the workflow. This is sufficient for an agent to invoke the tool correctly and handle the response.

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?

Schema coverage is 100%, so the baseline is 3. The description adds extra meaning by clarifying that 'lang' is only a session hint and does not affect response language, and that 'email' triggers automatic account creation if missing. This goes beyond the schema's field descriptions, justifying a 4.

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 tool's purpose: 'Start the POP onboarding flow by sending a one-time password (OTP) to an email address.' It uses a specific verb and resource, and explicitly differentiates it from siblings by labeling it 'step 1 of 5' and referencing subsequent steps in the sequence.

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 provides clear usage context by outlining the full onboarding sequence and specifically instructing to 'Pass it to pop_onboarding_verify_otp immediately.' It also notes edge cases (auto-creation, admin accounts) that affect when to use. However, it does not explicitly state when not to use this tool versus alternatives, so it falls short of a 5.

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/getpopapi/pop-mcp'

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