Skip to main content
Glama

clone_agent

Clone an existing agent with its schemas, creating a draft copy. Optionally include triggers as disabled. Invalid schemas produce warnings without blocking.

Instructions

Clona um agente existente com seus schemas. O clone é criado em status draft. Triggers podem ser clonados opcionalmente (desabilitados por padrão). Schemas inválidos geram warnings mas não bloqueiam a clonagem.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYesUUID do agente a clonar
new_nameNoNome do clone (default: "Cópia de <original>")
include_schemasNoClonar schemas do agente
include_triggersNoClonar triggers (serão criados desabilitados)
Install Server

TDQS

A4.4/5.0
Behavior5/5

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

The description discloses important side effects not visible in annotations: the clone is always created in draft status, triggers are cloned disabled by default, and invalid schemas only produce warnings without blocking. This is exactly the behavioral context an agent needs beyond the structured annotation hints.

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?

Three short, information-dense sentences with no filler. The main action and post-condition are front-loaded, and each subsequent sentence adds meaningful detail without repeating schema content.

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 description covers the essential post-conditions, optional trigger cloning, and non-blocking schema warnings. With no output schema, it does not describe the return value, but for a cloning operation the stated behavior is largely sufficient. A brief note on what the response contains would make it fully complete.

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 the input schema already documents agent_id, new_name, include_schemas, and include_triggers with defaults. The description adds some behavioral nuance around invalid schemas and trigger state, but it does not substantially expand on the parameter semantics already present in the schema.

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 begins with a specific verb and resource: 'Clona um agente existente' and immediately tells the agent the resulting state ('criado em status draft'). This clearly distinguishes clone_agent from create_agent and other agent-management siblings.

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?

The description gives clear context for when the tool is appropriate: duplicating an existing agent along with its schemas. It also clarifies optional trigger cloning. It does not explicitly name alternatives or exclusions, but the use case is obvious enough to guide selection.

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

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/zihin-ai/zihin-mcp'

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