Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-ghl

by AIWerk

phone_system_purchase_phone_number

Purchase a phone number for a GoHighLevel location by specifying number type, country, and regulatory compliance details such as bundle and address SIDs to meet requirements.

Instructions

Purchase a phone number

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionNoRegion where the number is being purchased
localityNoLocality where the number is being purchased
bundleSidNoTwilio bundle SID for regulatory compliance
addressSidNoTwilio address SID for compliance
locationIdNoThe unique identifier of the location Defaults to GHL_LOCATION_ID when omitted.
numberTypeNoType of phone number
countryCodeNoISO 3166-1 alpha-2 country code of the number
phoneNumberYesThe phone number to purchase
fingerprintIdNoUnique request ID for idempotency (fingerprint of the purchase request)
skipLocationKYCNoSkip location-level KYC verification if agency-level compliance has already been verified
Behavior3/5

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

Annotations already indicate readOnlyHint=false (mutation) and idempotentHint=false, which the description implicitly agrees with by saying 'purchase'. However, the description adds no extra behavioral context such as billing implications, compliance requirements, or consequences of repeated calls. It does not contradict annotations, but it doesn't enrich them beyond the basic mutation implication.

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 wasted words. It is front-loaded and easy to parse. However, it is arguably too terse for a tool with 10 parameters and compliance aspects, so it could benefit from a slightly expanded structure. Still, it earns a 4 for being direct and clear.

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's complexity (10 parameters, regulatory SIDs, KYC flags) and lack of output schema, the description is far too minimal. It doesn't mention what the tool returns, prerequisites like compliance documents, or common pitfalls (e.g., number unavailability). The annotations provide no additional context. An agent cannot fully understand the tool's behavior from this 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 10 parameters are documented in the schema. The description adds no additional meaning to the parameters. With full coverage, the baseline is 3, and since the description offers no extra clarification or grouping, it stays at baseline.

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 uses the specific verb 'purchase' and the resource 'phone number', clearly stating the tool's action. It distinguishes from siblings like phone_system_available_numbers (which lists purchasable numbers) and phone_system_active_numbers (which lists current numbers) by implying the purchase action, though it doesn't explicitly mention those distinctions. The purpose is unambiguous.

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?

The description provides no guidance on when to use this tool versus alternatives like phone_system_available_numbers or phone_system_active_numbers. There is no mention of prerequisites, conditions, or exclusions. An agent would have to infer from the tool name and siblings. This is a clear gap for a 10-parameter tool with regulatory implications.

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