Skip to main content
Glama

Get reorder link

get_reorder_link
Read-onlyIdempotent

Return the reorder URL, product URL, and a copyable procurement spec for one catalog SKU or handle. Use for repeat-buy and procurement handoff workflows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuNoPackrift SKU such as 1066, MFL1295, or LL251WR.
handleNoPackrift product handle if SKU is unknown.
source_contextNoOptional short context label, such as reorder or procurement.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • removedInput schema / properties / analytics_context
      Removed value: -{
      -  "description": "Internal QA context for synthetic evals.",
      -  "type": "object"
      -}
    • changedInput schema / properties / source_context / description
      Previous value: -"Optional analytics context, e.g. ai_agent_reorder or mcp_reorder."New value: +"Optional short context label, such as reorder or procurement."
    • removedInput schema / properties / suppress_analytics
      Removed value: -{
      -  "description": "Internal QA flag. When true, do not record an AI-sales reorder event.",
      -  "type": "boolean"
      -}
  2. Changed2 schema fields changed
    • addedInput schema / properties / analytics_context
      Added value: +{
      +  "description": "Internal QA context for synthetic evals.",
      +  "type": "object"
      +}
    • addedInput schema / properties / suppress_analytics
      Added value: +{
      +  "description": "Internal QA flag. When true, do not record an AI-sales reorder event.",
      +  "type": "boolean"
      +}
  3. Added

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already indicate readOnly, idempotent, and openWorld hints. The description adds value by detailing the exact output (reorder URL, product URL, copyable procurement spec) and the one-item scope, without contradicting the annotations.

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?

The description is two sentences, front-loaded with the primary function, and includes only relevant usage guidance. No redundant or filler content.

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?

For a tool with 3 optional parameters and no output schema, the description provides a good overview of returned data and use cases. It does not cover edge cases like missing SKU/handle, but the annotations and schema fill in most gaps. Overall, reasonably 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 coverage is 100% with parameter descriptions, providing a baseline of 3. The description adds meaning by implying that sku and handle are alternative identifiers for a single item, which is not explicitly stated in the schema. It also clarifies the tool operates on one SKU or handle.

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 the tool returns a reorder URL, product URL, and procurement spec for a single SKU or handle. It uses a specific verb and resource, and the mention of 'one catalog SKU or handle' distinguishes it from sibling tools like create_cart_url or get_bulk_quote_link.

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 explicitly says 'Use for repeat-buy and procurement handoff workflows,' providing clear context. However, it does not specify when not to use the tool or mention alternatives, so it falls short of a 5.

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.