Skip to main content
Glama
WYRE-AI

WatchGuard Cloud MCP Server

by WYRE-AI

watchguardcloud_create_account

Create a managed child account under a parent WatchGuard Cloud account. Specify parent account ID, account type, and primary contact details to provision the new account.

Instructions

Create a new managed (child) account under a parent WatchGuard Cloud account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
typeYes1 = Service Provider, 2 = Subscriber.
emailYesPrimary contact email.
lastNameYesPrimary contact last name.
firstNameYesPrimary contact first name.
parentAccountIdYesParent WatchGuard Cloud account ID to create the account under.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only restates the action and relationship, without covering expected side effects, permissions, idempotency, failure behavior, or what the response contains.

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, well-structured sentence with no redundant wording. The key resource and relationship are front-loaded, making it easy to scan.

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 mutation tool with no annotations, no output schema, and six required parameters, this description is thin. It does not mention the response format, required permissions, how the account type maps to the 'type' parameter, or what happens after creation, leaving an agent without enough context to robustly handle results.

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?

Input schema already documents 5 of 6 parameters, and the description adds little beyond the 'parent' context that is already present in parentAccountId. The high schema coverage justifies the baseline 3, though the description itself contributes minimal parameter-level meaning.

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 action ('Create') on a specific resource ('managed (child) account') and includes the parent-account relationship, which clearly distinguishes it from sibling operators like watchguardcloud_create_activation and watchguardcloud_create_operator.

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?

The description implies when to use the tool—when creating a managed child account under a parent—but it does not explicitly mention alternatives or provide when-not-to-use guidance. No sibling tool is referenced, so an agent must infer the boundary from the names alone.

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