Skip to main content
Glama
Zesty0wl
by Zesty0wl

updateSiteSettings

Update specific Omada site settings by patching only the sections you provide, preserving all other configurations. Retrieve current values first to ensure accurate modifications.

Instructions

Patch site settings. Only the sections supplied are changed. Read the current values with getSiteSettings first. Requires OMADA_WEB_USERNAME/OMADA_WEB_PASSWORD.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesSections to patch, e.g. { "airtimeFairness": { "enable5g": true } }. Only the sections you include are modified. Changing anything inside "site" also requires "region" and "scenario" — use setSiteTimeZone for that.
siteIdNo
Install Server

TDQS

A4.6/5.0
Behavior4/5

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

With no annotations provided, the description carries the full disclosure burden. It discloses partial-patch behavior, the need to read before patching, and credential requirements. It does not describe response/error behavior or reversibility, which would make it fully transparent.

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 compact and front-loaded with the action, then states granularity, prerequisite, and credentials in short sentences. Every sentence adds distinct value, and heavier parameter detail is appropriately left to the schema.

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?

Between the description and schema, an agent knows the action, partial-patch model, prerequisites, the sensitive site-section exception, and both parameters. The lack of an output schema leaves return-value details unspecified, but that is a minor gap for invoking the tool correctly.

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

Parameters4/5

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

The data parameter is richly explained in the schema with an example, partial-modification semantics, and a caveat about redirecting site changes to setSiteTimeZone. siteId is not described, but its name and type make its purpose obvious, so the 50% schema coverage is adequately compensated.

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 opens with 'Patch site settings,' giving a specific verb and resource, and immediately clarifies partial-update semantics. It is clearly distinct from nearby siblings like getSiteSettings and setSiteTimeZone, whose purposes are explicitly contrasted in the description and schema.

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

Usage Guidelines5/5

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

The description explicitly instructs the agent to read current values with getSiteSettings first, names setSiteTimeZone as the alternative for site/region/scenario changes, and states required credentials. This gives concrete when-to-use and when-to-avoid guidance.

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