Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-ghl

by AIWerk

phone_system_available_numbers

Read-onlyIdempotent

List available phone numbers by country code, applying filters for digit patterns, number types, and SMS/MMS/voice capabilities.

Instructions

List available phone numbers

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
anywhereNoFilter numbers that contain this digit pattern anywhere
lastPartNoFilter numbers that end with this digit pattern
firstPartNoFilter numbers that begin with this digit pattern
locationIdNoThe unique identifier of the location Defaults to GHL_LOCATION_ID when omitted.
mmsEnabledNoFilter for numbers with MMS capability
smsEnabledNoFilter for numbers with SMS capability
countryCodeYesISO 3166-1 alpha-2 country code for which to search available numbers
numberTypesNoComma-separated list of phone number types to search for (e.g. local, tollFree, mobile)
voiceEnabledNoFilter for numbers with voice capability
Behavior2/5

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

The description adds no behavioral context beyond the basic action. Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, so the safety profile is covered. However, the description does not mention any additional behaviors like pagination, limits, or that it returns a list, which are not implied by annotations.

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 a single, concise sentence with no filler. It is appropriately front-loaded with the core action. It could be slightly more descriptive, but it is efficient for a simple operation.

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?

Given the tool has 9 parameters, a required countryCode, and no output schema, the description is too minimal. It does not explain the business context (e.g., searching for purchasable numbers), any response format, or why filters like MMS/SMS/voice matter. The user cannot fully understand the tool's purpose from the description alone.

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 9 parameters are already documented in the input schema. The description adds no additional meaning about the parameters or their usage, so a baseline score of 3 is appropriate.

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 'List available phone numbers' clearly states the verb (list) and resource (available phone numbers). It is specific enough to distinguish from other phone system tools by indicating the 'available' state, though it does not explicitly contrast with siblings like phone_system_active_numbers.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives such as phone_system_active_numbers or phone_system_get_number_pool_list. There is no mention of prerequisites like needing a location ID or why one would search for available numbers.

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

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