Skip to main content
Glama

didlogic_mcp

delete_allowed_ip

Remove a whitelisted IP address from a specific SIP account. Ensure secure access control by managing authorized IPs with this tool.

Instructions

Delete an whitelisted IP from a SIP account

Args: sipaccount_name: Name of SIP account ip: IP address to remove from whitelist

Returns "IP removed successfully" when IP removed from whitelisted

Input Schema

NameRequiredDescriptionDefault
ipYesIP address to remove from whitelist
sipaccount_nameYesName of sip account

Input Schema (JSON Schema)

{ "properties": { "ip": { "description": "IP address to remove from whitelist", "title": "Ip", "type": "string" }, "sipaccount_name": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "description": "Name of sip account", "title": "Sipaccount Name" } }, "required": [ "sipaccount_name", "ip" ], "title": "delete_allowed_ipArguments", "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