Skip to main content
Glama

re_rent_rental

Renew an expired rental number for another period at the current price. Works only when re_rent_available is true. Reuses the original rental duration.

Instructions

Re-rent the same number for another period at the current price. Only works on an expired rental whose re_rent_available is true (the provider has not yet released the number). Re-uses the rental's original duration; no duration argument.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rental_idYesren_xxx from an expired LTR with re_rent_available=true
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden. It discloses key traits: only works on expired rentals, requires re_rent_available=true, re-uses the original duration, and uses the current price. It does not mention side effects like whether a new rental ID is created, but the core behavior is transparent.

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?

Three concise sentences. The first states the action, the second gives the precondition, and the third clarifies the duration behavior. No filler or redundancy; every sentence earns its place.

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 tool has one parameter, no output schema, and no annotations. The description covers the essential context: what it does, when it works, and what not to pass. It stops short of describing the return value or result details, but for a simple action tool this is acceptable, though it could be slightly more complete.

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% with rental_id already described as 'ren_xxx from an expired LTR with re_rent_available=true.' The description adds value by explaining why only one parameter is needed ('no duration argument') and clarifying the re-rent concept, which complements the schema rather than repeating it.

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 opens with a specific verb+resource: 'Re-rent the same number for another period at the current price.' It clearly distinguishes from sibling tools like rent_number (new rental) and reuse_number by focusing on an expired rental with re_rent_available=true.

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 explicit when-to-use conditions: only for an expired rental with re_rent_available=true and the provider has not released the number. It also states 'no duration argument' to clarify what not to pass. However, it does not explicitly name alternative tools for different scenarios.

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/voidmobcom/voidmob-mcp'

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