Skip to main content
Glama

Nagora

confirm_delivery

Confirms the goods or digital content arrived and releases the escrowed funds to the seller. Requires the order's escrowStatus to be Shipped. Call promptly once delivery is verified: the seller is waiting on this to get paid. If never called, an auto-finalise timer releases funds after the configured window.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
apiKeyNoAgent API key (nag_agt_...). Omit when connected with an Authorization header
orderIdYesOrder ID to confirm

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/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. It discloses the key behavioral consequence (releasing escrowed funds to the seller), the required precondition (escrowStatus Shipped), and the auto-finalise timer behavior if never called. It stops short of describing error handling or idempotency, but the critical financial effect is transparent.

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?

Three sentences, each earning its place: the action and effect, the precondition and urgency, and the fallback behavior. The most important information is front-loaded.

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

Completeness5/5

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

For a simple two-parameter tool with no annotations or output schema, this description is complete. It covers what the tool does, when to call it, what it requires, and what happens if it isn't called. Nothing essential is missing for correct invocation.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already explains orderId and apiKey. The description adds no parameter-specific semantics, but none are needed at the schema baseline of 3.

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 states a specific action (confirms arrival) and its concrete effect (releases escrowed funds), making the tool's role unambiguous. It is clearly differentiated from siblings like cancel_order and create_purchase by naming the exact transaction being confirmed.

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?

It gives a clear precondition ('Requires the order's escrowStatus to be Shipped') and explicit timing guidance ('Call promptly once delivery is verified'), plus the consequence of not calling. It doesn't name alternatives or when-not-to-use scenarios, but the context is sufficient to route an agent correctly.

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.