Skip to main content
Glama

create_quote_from_source

Create a quote from an approved BOM or MyList. Requires confirm=true to populate the quote.

Instructions

Create and populate a quote from an explicitly approved BOM or MyList. The request must contain confirm=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestYes
Behavior3/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, so this is a write operation. The description adds the 'explicitly approved' requirement and the confirm=true condition, providing useful context. It does not disclose what happens on failure or whether the quote is immediately persisted, but the annotations cover the safety profile partially.

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 concise sentences, front-loaded with the action and resource. Every word adds value, with the second sentence highlighting the critical confirmation requirement. No redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has a nested object and no output schema, so the description should clarify key behaviors. It states the source and confirmation requirement but does not mention what happens if both items and list_id are provided, how approval is verified, or what the response contains. This leaves gaps for an agent to invoke correctly.

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

Parameters2/5

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

Schema description coverage is 0%, and the description only vaguely mentions 'BOM or MyList' which maps to list_id and/or items. It does not explain the nested request object, the relationship between items and list_id, or the confirm field's role beyond 'must contain confirm=true' (already in schema). The description fails to compensate for the lack of schema descriptions.

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 uses a specific verb ('Create and populate') with a clear resource ('a quote from an explicitly approved BOM or MyList'). It distinguishes itself from sibling tools like create_quote and add_products_to_quote by specifying the source and approval condition.

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 implies when to use this tool: when you have an approved BOM or MyList and need a quote populated. It also includes the mandatory confirm=true condition. However, it does not explicitly mention alternatives or when not to use it, like using create_quote for empty quotes.

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/JPMarhefka/partuno'

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