Skip to main content
Glama
WYRE-AI

WatchGuard Cloud MCP Server

by WYRE-AI

watchguardcloud_list_managed_accounts

List accounts managed by or delegated from a WatchGuard Cloud account, with paging, sorting, and filtering options to refine the result set.

Instructions

List accounts managed by (delegated from) a WatchGuard Cloud account, with paging/sorting/filtering.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoFilter by account name.
typeNo0 = all, 1 = Service Provider, 2 = Subscriber.
limitNoRecords per page; -1 returns all.
offsetNo
sortByNo
accountIdYes
sortOrderNo
includeDelegatedAccountsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. It communicates that this is a read-only listing operation with paging/sorting/filtering, but it does not explain delegation semantics, recursion behavior, auth needs, or response shape. Some behavioral context is present, but important gaps remain.

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 a single front-loaded sentence with no filler. It states the resource, the relationship, and the available capabilities efficiently.

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 an 8-parameter list tool with no output schema and no annotations, this description is incomplete. It fails to explain key semantics such as the meaning of includeDelegatedAccounts, the required accountId, and the sort/filter parameter details, leaving an agent likely to invoke it incorrectly or misread results.

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 only 38%, so the description must compensate. It only refers generically to paging/sorting/filtering and does not clarify accountId, offset, sortBy, sortOrder, or includeDelegatedAccounts, all of which are effectively undocumented in both schema and description.

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 uses the specific verb 'List' and clearly identifies the resource as accounts managed by (delegated from) a WatchGuard Cloud account. It also adds paging/sorting/filtering, which distinguishes it from sibling tools like list_operators and list_recent_activations.

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?

There is no guidance on when to use this tool versus alternative list endpoints, nor any mention of prerequisites or exclusions. The intended use is only implied by the tool name and resource phrasing.

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