Skip to main content
Glama

Place purchase order (requires confirm:true)

place_order

Convert a winning supplier quote into a purchase order. Requires explicit user approval and confirm:true to commit and email PO to supplier.

Instructions

Place the purchase order on a winning quote. SAFETY: this is a purchase commitment and emails a PO to the supplier — it refuses unless confirm:true is passed after the user has explicitly approved this exact order. bought_quantity/bought_price default to the quoted values; only override deliberately (negotiated price, split award).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoMust be true, and only after explicit user approval of this specific order.
response_idYesWinning quote's response_id from get_quotes
rfq_item_idYes
bought_priceNo
bought_quantityNo
Behavior5/5

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

Despite no annotations, the description fully discloses that this is a purchase commitment that emails a PO, refuses without confirm:true, and defaults to quoted values. This is comprehensive behavioral disclosure for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences long and front-loaded with the main action. The second sentence packs important details but could be more structured for readability. Still, it is concise with no waste.

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 no output schema or annotations, the description covers the tool's purpose, safety, and parameter defaults well. It does not describe return values or errors, but for a mutation tool this is acceptable. Fairly complete.

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?

Schema description coverage is 40%, but the description adds meaningful context for bought_price/bought_quantity (defaults and override use) beyond the schema. It does not elaborate on rfq_item_id, but overall it compensates partially.

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 'Place the purchase order on a winning quote' with a specific verb and resource, and it is distinct from sibling tools which are about supplier management, RFQ lifecycle, and reminders.

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 provides clear when-to-use guidance by emphasizing the need for explicit user approval and setting confirm:true. It also explains default behaviors for bought_price/bought_quantity, though it does not explicitly mention alternative tools.

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/dann26parr69/auravms-mcp'

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