Skip to main content
Glama

didlogic_mcp

remove_purchased_did

Remove purchased Direct Inward Dialing (DID) numbers from your DIDLogic account using the specified E164 format. Returns detailed JSON with removed DID information, including ID, number, country, fees, and capabilities.

Instructions

Remove DID from DIDLogic account

Args: number: DID number for removing in E164 format

Returns a JSON object with removed DID details where: dids: Array of removed dids where: id: ID of purchased DID number: number of DID country: Country name area: City name sms_enabled: Is number capable of receiving SMS channels: How many parallel channels have DID free_minutes: How many free minutes per month DID have activation: Activation cost for DID in USD monthly_fee: Monthly fee for DID per_minute: Per minute cost for DID origination_per_min: per minute cost if origin based rate applied requir_docs: required documents for activating number, where: 1 = Any form of ID 2 = Proof of address 3 = Proof of local address codec: what SIP codec is preferred for this number

Example:

{ "dids": [ { "id": 728070, "number": "17806999999", "sms_enabled": false, "no_local_cli": false, "channels": 4, "country": "Canada", "area": "Edmonton, AB", "free_minutes": 0, "codec": "G711", "require_docs": "", "activation": 1.0, "monthly_fee": 1.0, "per_minute": 0.01, "origination_per_min": 0.0 } ] }

Input Schema

NameRequiredDescriptionDefault
numberYesNumber for remove from DIDLogic account

Input Schema (JSON Schema)

{ "properties": { "number": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "description": "Number for remove from DIDLogic account", "title": "Number" } }, "required": [ "number" ], "title": "remove_purchased_didArguments", "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