Skip to main content
Glama
Ringer

warp-mcp

by Ringer

List trunk IP ACL entries

trunk_list_ips
Read-onlyIdempotent

List all IP ACL entries for a trunk to audit allowed source IPs or retrieve ip_id for updating or deleting ACL rules.

Instructions

List all IP ACL entries for an owned trunk. Use to audit which source IPs may send calls, or to find an ip_id for trunk_update_ip_acl / trunk_delete_ip_acl. Errors: NO_ACTIVE_CUSTOMER, INVALID_ID, NOT_FOUND, INTERNAL_ERROR.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trunk_idYesTrunk group UUID (find it with trunk_list)
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, fully covering safety. The description adds the specific purpose and error codes but no new behavioral traits beyond what annotations provide. It does not contradict annotations.

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?

The description is two sentences plus a compact error list. It is front-loaded with core functionality and use cases. Every sentence earns its place without redundancy.

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

Completeness3/5

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

The tool has no output schema, so the description should clarify the return format. It mentions ip_id from entries but does not describe the structure (e.g., fields like ip, ip_id, etc.). Coverage is adequate but not complete for full agent understanding.

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 description coverage is high (100% for trunk_id). The description adds no extra parameter information beyond the schema's description. Baseline score of 3 is appropriate.

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 'List' and resource 'IP ACL entries for an owned trunk'. It provides two specific use cases: auditing source IPs and finding an ip_id for update/delete operations. This distinguishes 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?

The description explicitly says when to use this tool (to audit source IPs or find an ip_id). It implicitly excludes modifications (use trunk_add_ip_acl, trunk_update_ip_acl, trunk_delete_ip_acl). Error codes provide context. However, it does not explicitly mention when not to use it or name alternatives.

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