Skip to main content
Glama
AIWerk

@aiwerk/mcp-server-ghl

by AIWerk

phone_system_active_numbers

Read-onlyIdempotent

Retrieve active phone numbers by location and filter by partial number pattern. Exclude numbers in pools for precise listing.

Instructions

List active numbers

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoThe page index for pagination. The default is 0.
pageSizeNoHow many resources to return in each list page. The default is 50, and the maximum is 1000.
locationIdNoThe unique identifier of the location Defaults to GHL_LOCATION_ID when omitted.
searchFilterNoFilter numbers by phone number pattern. Supports partial matching (e.g., "+91" to find all Indian numbers).
skipNumberPoolNoWhether to exclude numbers that are assigned to number pools. Default is true.
Behavior2/5

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

The annotations already declare readOnlyHint=true and idempotentHint=true, covering the safety profile. The description adds no behavioral context beyond the name—no mention of pagination defaults, filtering behavior, return format, or any side effects. It neither contradicts nor enriches the annotations, so it contributes little to behavioral transparency.

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 a single, short sentence that directly states the purpose. It is extremely concise and front-loaded with the core operation, with zero wasted words. This is an excellent example of conciseness.

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?

For a tool with 5 parameters and no output schema, the description is minimal. It doesn't explain what 'active numbers' means in the phone system context, nor does it describe how this relates to other phone system tools or what an agent should expect from the response. The description is inadequate for an agent to correctly invoke this tool across varied use cases.

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% with all 5 parameters (page, pageSize, locationId, searchFilter, skipNumberPool) documented in the input schema. The description itself does not add any parameter-level meaning, but since the schema carries the full burden, a baseline 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 active numbers' clearly identifies the verb (List) and the resource (active numbers). It is specific enough to convey the operation, but it does not differentiate from sibling tools like phone_system_available_numbers, which could be confused with active numbers since both may return phone numbers. The lack of scope or distinction prevents a 5.

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?

There is no guidance on when to use this tool versus alternatives such as phone_system_available_numbers or phone_system_purchase_phone_number. No mention of typical scenarios, exclusions, or prerequisites. The agent is left to infer usage from the name and schema, which is insufficient.

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