Skip to main content
Glama

network_delete_firewall_policy

Delete a firewall policy from a local UniFi site by specifying the site ID and policy ID.

Instructions

Delete a firewall policy from a local UniFi site.

Args: site_id: The site ID. policy_id: The firewall policy ID to delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
site_idYes
policy_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Without annotations, the description should disclose behavioral traits. It only states 'delete', which implies destruction, but does not mention consequences (e.g., if the policy is in use), reversibility, or required permissions. This is insufficient for an agent to fully understand the tool's side effects.

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 extremely concise: two sentences followed by two lines describing parameters. It is front-loaded with the essential action and resource, with no extraneous information.

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?

For a simple delete operation, the description covers the action and parameters. An output schema exists, so return values are handled separately. However, it lacks context about prerequisites (e.g., policy existence) or error scenarios, which would make it nearly complete.

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 0%, so the description must compensate. It provides brief descriptions for both parameters: 'The site ID' and 'The firewall policy ID to delete.' This adds basic meaning beyond the schema titles, but is minimal.

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 action 'Delete' and the resource 'firewall policy from a local UniFi site', which is specific and distinguishes it from sibling tools like network_create_firewall_policy or network_update_firewall_policy.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites (e.g., policy must exist) or conditions under which deletion is appropriate. The agent is left to infer usage solely from the tool's name and description.

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/frousselet/unifi-mcp'

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