Skip to main content
Glama

didlogic_mcp

list_destinations

Retrieve and display all DID destinations for a given number in JSON format, including details like priority, transport type, and activation status. Simplify destination management for DIDLogic numbers.

Instructions

List DID destination.

Args: number: DID number in DIDLogic

Returns a JSON object with all did destinations where: id: ID of destination destination: destination priority: priority of selection callhunt: flag indicates do destination is part of ring all group active: flag indicates is destination enabled or not transport: transport of destination where: 1 = SIP address destination (ex: 123@example.com) 4 = PSTN (phone number) destination (ex: 15551231233) 5 = SIP account destination (ex: 12345)

Example:

{ "destination": [ { "id": 1234455, "destination": "12345", "priority": 1, "callhunt": false, "active": true, "transport": 5 } ] }

Input Schema

NameRequiredDescriptionDefault
numberYesDID Number

Input Schema (JSON Schema)

{ "properties": { "number": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "description": "DID Number", "title": "Number" } }, "required": [ "number" ], "title": "list_destinationsArguments", "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