Skip to main content
Glama
WYRE-AI

WatchGuard Cloud MCP Server

by WYRE-AI

watchguardcloud_delete_operator

Remove a WatchGuard Cloud operator user from an account using their username and account ID.

Instructions

Delete a WatchGuard Cloud operator (user) account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameYes
accountIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior2/5

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

There are no annotations, so the description carries the full behavioral burden. 'Delete' indicates a destructive mutation, but it does not disclose whether deletion is permanent, reversible, what side effects occur, or whether special permissions are required. This is comparable to the under-disclosed update_drive case.

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?

A single sentence with no filler; the key verb and object are front-loaded and every word contributes. This is concise without being padded, and the length is appropriate to the tool's simplicity.

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?

For a destructive mutation with no annotations and no output schema, the description is too thin: it omits prerequisites, permission checks, side effects, and any indication of what the response will be. The agent can call the tool by name but not confidently assess implications or recover from misuse.

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

Parameters2/5

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

Schema description coverage is 0%, and the description adds no parameter-level detail. The parameter names 'username' and 'accountId' are reasonably self-explanatory, but the text does not clarify which account the ID refers to, what the expected formats are, or how to obtain valid values.

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 states a specific verb ('Delete') and resource ('WatchGuard Cloud operator (user) account'), making the tool's function clear and separating it from sibling operators such as create_operator, update_operator, and delete_account. The parenthetical '(user)' removes ambiguity about what an operator is.

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 given on when to prefer this tool over alternatives, when not to use it, or any prerequisites such as permission requirements. It neither names sibling alternatives nor explains how deletion differs from deactivation or update.

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