Skip to main content
Glama
zackscriven

ghl-mcp-server-v2

by zackscriven

ghl_phone_list_available_numbers

Read-onlyIdempotent

Search Twilio inventory for purchasable phone numbers in a country for a given location. Filter by number type, SMS/MMS/voice capabilities, and partial number patterns.

Instructions

Renamed — the auto-generated name carried a spec typo ('acountry'). Spec also declares no Version header for this endpoint (verified, not an extraction gap). List available phone numbers Search Twilio inventory for purchasable phone numbers in a country for the given location. Endpoint: GET /phone-system/numbers/location/{locationId}/available (Version header: none; source: v3/phone-system-v3.json) OAuth scopes: phonenumbers.read

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
anywhereYesanywhere are the numbers required anywhere in phone number
lastPartYeslastPart is the ending of the phone number
firstPartYesfirstPart is the beginning of the phone number
locationIdYesLocation ID as string
mmsEnabledYesrequested phone numbers should have mms functionality
smsEnabledYesrequested phone numbers should have sms functionality
countryCodeYescountry for which the phone numbers are being requested
numberTypesYescomma separated types of phone number required
voiceEnabledYesrequested phone numbers should have voice functionality
Behavior3/5

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

Annotations already mark this as readOnly and idempotent. The description adds that it searches 'Twilio inventory' and lists OAuth scopes, but does not elaborate on rate limits, pagination, or response behavior. With annotations covering safety, a 3 is appropriate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The core purpose is stated concisely, but the description includes extraneous details about a renaming and version header that are not helpful for tool selection or invocation. This reduces conciseness and clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 9 required parameters and no output schema, the description should provide more context about how parameters interact or what the response contains. It only says 'for the given location', leaving the agent without guidance on combining filters like firstPart and lastPart.

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 all parameters are documented. The description adds no additional meaning or usage context beyond what the schema provides. Baseline score of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'List available phone numbers' and 'Search Twilio inventory for purchasable phone numbers', clearly identifying the tool's purpose of finding purchasable numbers. It distinguishes from siblings like ghl_phone_list_active_numbers by specifying 'purchasable' and 'available'. However, the first line about renaming and a typo is distracting noise.

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 this tool is for purchasing phone numbers by mentioning 'purchasable phone numbers', but does not explicitly contrast with sibling tools like ghl_phone_list_active_numbers or ghl_phone_list_number_pools. No when-not or alternative guidance is provided.

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/zackscriven/ghl-mcp-server'

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