Skip to main content
Glama

openwisp_update_organization_geo_settings

Replace geo settings for an OpenWISP organization by its UUID or ID. Use this to update organization location configuration via the REST API.

Instructions

[Category: Geo & Locations] Replace organization geo settings. (HTTP PUT /api/v1/controller/organization/{organization_pk}/geo-settings/)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
organization_pkYesOrganization UUID or ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.0.0

TDQS

B3.3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It does disclose the PUT/replace semantics, implying existing settings are overwritten, which is useful. However it doesn't state what the geo settings are, what auth is required, or what data gets destroyed on replacement.

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?

Very short and front-loaded – verb+resource comes first, with the HTTP endpoint and category as supporting metadata. Little waste, though the bracket category tag and raw URL are somewhat redundant.

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?

The tool claims to 'replace' geo settings, yet the schema exposes only organization_pk with no body/payload parameters and there is no output schema. The description never clarifies how the replacement content is supplied, leaving an important gap for a mutation 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% with a single documented organization_pk parameter, so baseline is 3. The description adds no format or semantic detail beyond what the schema already states ('Organization UUID or ID').

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?

States a specific verb (Replace) and resource (organization geo settings), and the embedded HTTP PUT makes the operation unambiguous. It implicitly distinguishes itself from the sibling openwisp_patch_organization_geo_settings via 'Replace', though it never names that sibling explicitly.

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?

No explicit when-to-use/when-not or named alternatives are given. The 'Replace' vs the sibling 'patch' naming implies full-replacement usage, but the agent must infer that distinction rather than being told.

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

Deploy Server

Other Tools