Skip to main content
Glama

didlogic_mcp

list_country_regions

Retrieve available regions within a country for purchasing DIDs, with optional SMS functionality. Returns JSON data including region ID, name, and short code for informed decision-making.

Instructions

List country regions with available DIDs for purchase

Args: country_id: ID of country for search sms_enabled: search for DID with SMS functionality

Returns a JSON object with available regions for purchase. Returned countries list have following fields: id: ID of region name: Name of region in DIDLogic short_name: short code for region

403 error indicates disabled API calls for purchase.

Example:

{ "regions": [ { "id": 1, "name": "Alberta", "short_name": "AB" } }

Input Schema

NameRequiredDescriptionDefault
country_idYesCountry ID
sms_enabledNoFilter for sms enabled numbers

Input Schema (JSON Schema)

{ "properties": { "country_id": { "description": "Country ID", "title": "Country Id", "type": "integer" }, "sms_enabled": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "description": "Filter for sms enabled numbers", "title": "Sms Enabled" } }, "required": [ "country_id" ], "title": "list_country_regionsArguments", "type": "object" }

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/UserAd/didlogic_mcp'

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