Skip to main content
Glama
Zesty0wl
by Zesty0wl

updateFirewallSetting

Destructive

Update firewall settings for a site by passing the same configuration object returned by getFirewallSetting to adjust broadcastPing, sendRedirects, synCookies, and related options.

Instructions

Update firewall settings for a site. Pass the same shape returned by getFirewallSetting (broadcastPing, sendRedirects, synCookies, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteIdNo
settingsYesFirewall settings object (same shape returned by getFirewallSetting)
Install Server

TDQS

A3.8/5.0
Behavior3/5

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

The destructiveHint annotation already flags mutation, and the description adds the useful context that the payload should mirror getFirewallSetting's return shape. But it does not disclose whether the update fully replaces existing settings, whether omitted fields are reset, or any other destructive consequences beyond what the annotation implies.

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 a single front-loaded sentence that states the action, resource, and the critical payload pattern without unnecessary words. Every clause adds value.

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 destructive nested-object update, the description gives enough to invoke correctly: it names the resource, points to the companion getter, and provides field examples. The destructive annotation covers the safety dimension, and the schema defines required parameters, so the main gap is ambiguity around merge-vs-replace semantics.

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?

The description reinforces the settings parameter by naming example fields (broadcastPing, sendRedirets, synCookies) and repeating the schema's 'same shape returned by getFirewallSetting' guidance. With schema description coverage at 50% and siteId left undescribed, the description partially compensates but does not fully explain the siteId parameter or the acceptable settings schema.

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 names a specific verb ('Update') and resource ('firewall settings for a site'), and clarifies the exact payload shape by referencing getFirewallSetting. This clearly distinguishes it from the read-only sibling getFirewallSetting and other update tools like updateSiteSettings.

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

Usage Guidelines3/5

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

It implies the correct workflow by telling the caller to pass the same shape returned by getFirewallSetting, which suggests fetching current settings first. However, it does not explicitly state when to choose this over alternatives or mention any exclusions or preconditions beyond that shape hint.

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

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/Zesty0wl/omada-mcp'

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