Skip to main content
Glama

Rent a phone number

rent_number

Rent a real UK phone number to receive SMS or OTP verification codes for services like WhatsApp, Google, or Discord. Returns a rental ID to track the rental.

Instructions

Rent a real UK phone number for a given service so it can receive an SMS/OTP verification code. Debits the account balance. Returns a rentalId to check with get_rental or wait_for_sms.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNoinstant = one-time rental for a single code; monthly = keep the number for a month.instant
serviceSlugYesService slug from list_services, e.g. "whatsapp", "google", "discord".
Behavior4/5

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

With no annotations provided, the description carries the behavioral transparency burden. It discloses the monetary side effect ('Debits the account balance'), the return value ('rentalId'), and the nature of the number ('real UK phone number'). It does not cover failure modes or prerequisites, but the disclosed side effect is crucial for a rental tool.

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 two sentences: the first states the purpose and capability, the second states the cost side effect and how to proceed with the result. Every word earns its place, with no fluff or unnecessary repetition.

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 covers the essential aspects for a mutating tool with no output schema: what it does, what it costs, what it returns, and how to use the result. Minor omissions include error handling and explicit requirement to call list_services first, but the schema covers the serviceSlug source, so the description remains largely complete.

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%, so the schema already documents both parameters with descriptions and enum values. The tool description adds minimal parameter context beyond restating 'given service' and mentioning the return value, which does not exceed the baseline 3.

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 ('Rent') and a clear resource (a real UK phone number for a service) with the intended purpose (receiving an SMS/OTP verification code). It clearly differentiates from sibling tools: list_services lists services, get_rental/wait_for_sms check rental status or wait for SMS.

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 implies usage when you need a UK number for OTP verification and explicitly mentions the follow-up tools get_rental or wait_for_sms, creating a clear workflow. It does not explicitly state exclusions or contrast with alternatives, but the context is clear.

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/flovoice53-tech/sms-florin-mcp'

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