Skip to main content
Glama
Ringer

warp-mcp

by Ringer

Update a trunk IP ACL entry

trunk_update_ip_acl
Idempotent

Update the description or enabled state of a specific IP ACL entry on a trunk group using its UUID and the ACL entry UUID.

Instructions

Update the description and/or enabled flag of an owned trunk's IP ACL entry. Use trunk_list_ips first to find the ip_id. Step-up MFA required. Errors: NO_ACTIVE_CUSTOMER, INVALID_ID, NOT_FOUND, INVALID_PAYLOAD, INTERNAL_ERROR.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ip_idYesIP ACL entry UUID (find it with trunk_list_ips)
enabledNotrue to enable the ACL entry, false to disable it
trunk_idYesTrunk group UUID (find it with trunk_list)
descriptionNoNew free-text label for the ACL entry
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already provide readOnlyHint=false, destructiveHint=false, and idempotentHint=true. The description adds the MFA requirement and a list of error codes, giving valuable context beyond structured fields.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three concise sentences: purpose, prerequisite step, and error list. Every sentence earns its place with no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema and a simple update operation, the description covers prerequisites, MFA, and errors. It could mention success behavior, but the idempotent hint reduces the need. Still, slightly incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions for all 4 parameters. The description only reinforces the schema's guidance for ip_id (find with trunk_list_ips), adding no new semantic meaning beyond what's already documented.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'update' and the specific resource 'IP ACL entry of an owned trunk', distinguishing it from sibling tools like trunk_add_ip_acl and trunk_delete_ip_acl.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides explicit guidance: 'Use trunk_list_ips first to find the ip_id', lists possible errors, and mentions MFA requirement. It does not explicitly exclude alternatives but is still clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/Ringer/warp-mcp'

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