duplicate_quote
Create a duplicate of an existing quote by supplying its UUID.
Instructions
Duplicate an existing quote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The quote UUID to duplicate |
Create a duplicate of an existing quote by supplying its UUID.
Duplicate an existing quote.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The quote UUID to duplicate |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full transparency burden, but it only states the high-level action. It does not disclose whether the duplicate is a full copy with line items, whether it creates a new status, or what is returned, leaving behavioral ambiguity.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, tightly worded sentence with no filler or redundant information. It is appropriately front-loaded and easy to scan.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter tool this is adequate, but with no annotations or output schema it lacks detail about the duplication behavior and result. It would be more complete with a note on what is copied or returned.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The single 'id' parameter is already fully described in the schema ('The quote UUID to duplicate'), so the description adds no additional parameter semantics. Baseline 3 applies due to 100% schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'duplicate' and resource 'existing quote', clearly distinguishing it from create/update/delete/send quote siblings. It is essentially the name spelled out, but still provides a clear one-sentence purpose.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives no guidance on when to use this tool versus alternatives such as create_quote or convert_quote_to_invoice, nor any mention of prerequisites. Usage is only implied by the verb.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dversum/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server