Skip to main content
Glama

Configure Organization

configure_organization
DestructiveIdempotent

Updates organization settings: rename (name) and/or network connectivity defaults for all its displays (default_connectivity_mode, global_whitelist). Only provided fields change. Use when an org admin renames the organization or declares network topology. Requires admin scope and org-admin role.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoNew organization name (rename).
org_idYesOrganization ID from list_organizations.
access_tokenNoOptional bearer token; prefer session_request_id.
global_whitelistNoDomain whitelist applied org-wide in whitelist-only mode.
session_request_idNoSession handle from create_auth_session; pass it on every authenticated call.
default_connectivity_modeNoDefault connectivity for all org displays.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
orgIdNo

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=false, destructiveHint=true, and idempotentHint=true, so the mutation and idempotency are known. The description adds value by noting 'Only provided fields change' (partial update behavior) and requiring 'admin scope and org-admin role', which are not in annotations. No contradiction with annotations exists.

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?

Two sentences with no fluff. The action and fields are front-loaded, followed by usage guidance and auth. Every sentence contributes essential information, and the structure is clean and scannable.

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?

The tool has 6 parameters and an output schema (not shown), so return values are covered elsewhere. The description includes the action, scope, partial-update behavior, use case, and required permissions. It lacks any mention of side effects beyond mutation (which destructiveHint covers) but is otherwise complete for an agent to use correctly.

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%, so all parameters are already documented. The description adds only a general note that only provided fields change, which applies to all parameters rather than individual semantics. It does not explain enum values or parameter relationships beyond the schema, so baseline 3 is appropriate.

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 tool 'Updates organization settings' and enumerates the specific fields (name, default_connectivity_mode, global_whitelist), distinguishing it from create/delete/configure_display tools. The scope 'for all its displays' clarifies it operates at the org level, separating it from per-display configuration.

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

Usage Guidelines4/5

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

It provides an explicit 'Use when an org admin renames the organization or declares network topology' condition, which is direct guidance. It does not explicitly mention alternatives (e.g., configure_display for per-display settings), but the scope statement 'for all its displays' implies the distinction, making the usage context clear.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation4/5

Most tools map cleanly to distinct resource-action pairs (displays, organizations, assets, data slots, store templates, auth). A few clusters like the get_store_template_* family and the auth/session tools could still confuse an agent, but their descriptions are explicit enough to separate them.

Naming Consistency4/5

The dominant pattern is consistent verb_noun snake_case (list_*, get_*, create_*, delete_*, send_*, set_*, manage_*). Deviations like fetch, search, authenticate, logout, and pair_by_code are understandable but break the otherwise uniform naming scheme.

Tool Count1/5

With 57 tools this server far exceeds the 50+ threshold, creating an extreme tool-set size for an MCP server. Even though the underlying platform is feature-rich, the sheer number of tools heavily taxes context and selection.

Completeness4/5

The surface covers display, organization, asset, data slot, store template, auth, API key, and licensing lifecycles in impressive depth. Minor gaps exist, such as no delete operation for display categories and no reboot/power control for displays.

Resources