Skip to main content
Glama

updateNetworkFirmwareUpgrades

Update a Meraki network's firmware upgrade settings, including target versions, upgrade windows, and beta participation.

Instructions

Update firmware upgrade information for a network

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
productsNoContains information about the network to update
timezoneNoThe timezone for the network
networkIdYesNetwork ID
upgradeWindowNoUpgrade window for devices in network

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
productsNoThe network devices to be updated
timezoneNoThe timezone for the network
upgradeWindowNoUpgrade window for devices in network
Behavior2/5

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

With no annotations, the description carries the burden of disclosing behavior. It only says 'Update firmware upgrade information', which implies mutation but does not mention required permissions, whether changes are additive or destructive, reversibility, or what the response contains. This is insufficient for a mutation tool with complex nested parameters.

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

Conciseness4/5

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

The description is a single, concise sentence that clearly states the tool's purpose. It is not wordy, and every word contributes value. However, it is slightly under-specified (e.g., 'information' could be more concrete), so it does not earn a 5.

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

Completeness2/5

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

Given the tool's complexity (nested objects for 10 product types, upgrade windows, timezone) and the presence of only 'get' siblings, the description is far too minimal. It does not mention that products, timezone, and upgradeWindow can be configured, nor does it relate to getOrganizationFirmwareUpgrades. An output schema exists, but the description still lacks the contextual completeness expected for such a rich tool.

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 100%, and the schema itself provides detailed descriptions for parameters such as products (with per-device nextUpgrade and beta release settings), timezone, upgradeWindow, and networkId. The description adds no parameter semantics beyond the schema, but since the schema is comprehensive, a baseline score of 3 is appropriate.

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

Purpose4/5

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

The description clearly states the action (update) and resource (firmware upgrade information) for a network. It is distinct from the sibling tools, which are all 'get' operations, so the purpose is unambiguous. However, 'firmware upgrade information' is somewhat generic and could be more specific about the settings involved (e.g., products, upgrade window, beta participation).

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. The sibling tools include getOrganizationFirmwareUpgrades, which could be a prerequisite for choosing an upgrade version, but the description does not mention this or any other usage context.

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/dipeshmaindolia001/meraki-mcp-server-testing'

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