Skip to main content
Glama

didlogic_mcp

list_countries

Retrieve available countries for purchasing DID numbers via DIDLogic. Filter results by SMS-enabled numbers and access details like country ID, name, ISO code, and regions.

Instructions

List available countries with DID for purchase on DIDLogic

Args: sms_enabled: search for DID with SMS functionality

Returns a JSON object with available countries for purchase. Returned countries list have following fields: id: ID of country name: Name of country in DIDLogic short_name: ISO code of country has_provinces_or_states: do country have provinces or states which can be queried by list_country_regions tool.

403 error indicates disabled API calls for purchase.

Example:

{ "countries": [ { "id": 8669, "name": "Argentina", "short_name": "AR", "has_provinces_or_states": false } ] }

Input Schema

NameRequiredDescriptionDefault
sms_enabledNoFilter for sms enabled numbers

Input Schema (JSON Schema)

{ "properties": { "sms_enabled": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "description": "Filter for sms enabled numbers", "title": "Sms Enabled" } }, "title": "list_countriesArguments", "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