Skip to main content
Glama
smallest-inc

Smallest MCP Server

Official
by smallest-inc

duplicate_agent

Creates a copy of an existing AI voice agent with identical configuration for testing or A/B comparisons.

Instructions

Duplicate an existing agent, creating a new agent with the same configuration. The new agent is created in the target organization (defaults to your own org). Useful for creating variants of an agent for testing or A/B comparisons.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYesThe agent ID to duplicate
target_organization_idNoTarget organization ID to create the duplicate in. If omitted, duplicates into your own organization.
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 confirms the tool creates a new agent but omits important details such as whether all configurations are copied (including sub-resources), any potential side effects (e.g., duplication of dependencies), rate limits, or security requirements. The description is too sparse to allow an agent to fully understand the implications of using this tool.

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 exceptionally concise: two short sentences that first state the action and result, then provide usage context. Every word is purposeful, with no redundancy or filler. The information is front-loaded, allowing an agent to quickly grasp the tool's purpose.

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?

For a simple tool with only two parameters and no output schema, the description covers the essential information: what it does, the default behavior, and a typical use case. It could be slightly improved by explicitly differentiating from 'create_agent' or noting any limitations (e.g., inability to duplicate an agent with certain associated resources), but overall it is adequate for its complexity.

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?

The input schema already describes both parameters with 100% coverage. The description adds value by explaining the overall purpose ('duplicate creating a new agent with the same configuration') and clarifying default behavior for the optional parameter ('If omitted, duplicates into your own organization'). This goes beyond the schema to provide operational context.

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 clearly states the action ('Duplicate an existing agent') and the resource ('agent'), with added context about creating a copy with the same configuration. It distinguishes from siblings like 'create_agent' by specifying it's for copying, and mentions use cases (testing, A/B comparisons), making the purpose explicit and unambiguous.

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 explains when to use the tool (to create identical agent copies for testing) and mentions the target organization default, providing context for usage. However, it does not explicitly state when not to use it or contrast with alternatives like 'create_agent' or 'update_agent_config', so it misses clear exclusions.

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/smallest-inc/mcp-server'

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