Skip to main content
Glama
AutomoxCommunity

Automox MCP Server

Clone Policy

clone_policy
Destructive

Create a copy of an existing Automox policy with an optional new name or server groups, or clone a patch policy to multiple zones in one call.

Instructions

Clone an existing Automox policy. By default creates an in-org copy with an optional new name and server group assignments. Pass target_zone_ids to instead clone a patch policy into one or more zones/orgs in a single server-side call (patch policies only; mutually exclusive with name/server_groups).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
policy_idYes
nameNo
server_groupsNo
target_zone_idsNo
request_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations indicate destructive and non-idempotent, which the description aligns with by noting cloning creates a copy. Adds context about cross-zone mode being a single server-side call and restricted to patch policies.

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 clear front-loading of purpose. No redundant information; every part earns its place.

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?

Given the tool's complexity (two modes, mutex, patch-only restriction) and presence of an output schema, the description covers essential behavioral aspects. Missing details like error conditions or return format are acceptable due to output schema.

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

Parameters4/5

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

With 0% schema description coverage, the description explains purpose of policy_id (implied required), name, server_groups, and target_zone_ids. However, it omits the request_id parameter entirely, leaving it unexplained.

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?

Description uses specific verb 'Clone' and resource 'policy', with two clearly distinguished modes (in-org copy vs cross-zone for patch policies). This differentiates it from sibling policy tools.

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?

Explicitly states when to use each mode and that they are mutually exclusive. Does not discuss when not to use the tool or alternative approaches, but the sibling list contains no other clone operation.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AutomoxCommunity/automox-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server