Skip to main content
Glama

Create Order Intent

create_order_intent

Create an order intent for a cleared item after the gate; the intent carries reason_code + rule_set_version and settles by x402 on peptides-x402.ai.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tenantNo
ship_toNo
quantityYes
decision_idYes
presentation_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden for behavioral disclosure. It does reveal that the intent 'settles by x402 on peptides-x402.ai' and carries reason_code + rule_set_version, which is useful. However, it does not state authorization needs, reversibility, or whether settlement is synchronous, leaving an incomplete behavioral picture.

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?

Single dense sentence that front-loads the action and context, then adds settlement details. Every clause contributes useful information with no 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?

An output schema exists and the tool's lifecycle position is clear, but with no annotations and 0% schema description coverage, an agent still needs to infer the meaning of several parameters and the operational implications of x402 settlement. It is minimally adequate but not fully complete.

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%, so the description must compensate by explaining the parameters, but it does not describe presentation_id, quantity, decision_id, tenant, or ship_to. The mentioned reason_code and rule_set_version do not even appear as schema parameters. Param names are somewhat self-explanatory, but no real semantic guidance is added.

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?

States a specific verb 'Create' and resource 'order intent', with precise scope 'for a cleared item after the gate'. Mentions settlement by x402 on a specific endpoint, which helps distinguish it from sibling tools like gate_transaction and search_cleared_items.

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 phrase 'after the gate' clearly implies this tool is used after gate_transaction has cleared the item. It does not explicitly name alternatives or exclusion conditions, but the contextual placement is clear enough for an agent.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.