Packrift Packaging
Server Details
Live Packrift catalog: search, pricing, inventory, packaging recommendations, checkout URLs.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.1/5 across 16 of 16 tools scored. Lowest: 3.4/5.
Most tools have clearly distinct purposes, but there is potential confusion between inventory-checking tools (check_inventory vs. inventory_status) and cart-handoff tools (create_cart_url vs. prepare_purchase_handoff). Descriptions help differentiate, but an agent might occasionally select the wrong tool.
The naming convention is generally consistent with verb_noun in snake_case (e.g., find_packaging_for_item, get_pricing). However, google_retail_ai_finder breaks the pattern with a company prefix, and some verbs vary (check vs. inventory_status). Overall clear and predictable.
16 tools is slightly above the ideal 3-15 range, but still reasonable for a packaging e-commerce domain covering search, fit, inventory, pricing, shipping, and cart creation. Each tool serves a specific need, so the count feels appropriate.
The tool surface covers the core customer journey: product discovery, fit calculation, inventory/pricing checks, shipping estimation, cart handoff, reordering, and bulk quotes. Minor gaps exist (e.g., no order tracking or cancellation), but these are likely out of scope.
Available Tools
16 toolscheck_inventoryARead-onlyInspect
Use to confirm stock before recommending a SKU or building a cart. Required argument: variant_ids as an array of numeric Shopify variant IDs encoded as strings, for example ["53475949216112"]. Never send variant_ids as numbers. Live, never cached.
| Name | Required | Description | Default |
|---|---|---|---|
| journey_id | No | ||
| match_type | No | ||
| variant_ids | Yes | Numeric Shopify variant IDs as strings, not numbers. Example: ["53475949216112"]. | |
| selected_sku | No | ||
| result_set_id | No | ||
| selected_handle | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Description adds behavioral context beyond annotations: 'Never send variant_ids as numbers' and 'Live, never cached'. Annotations already declare readOnlyHint=true, so no contradiction. No mention of rate limits or auth, but sufficient for a read-only tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences and a brief instruction. Front-loaded with purpose, no wasted words. Every sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite no output schema, the description conveys the tool's role and data source (live, uncached). It is complete enough for the intended use case, but lacks details on return structure or error cases.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is low (17%), but the description reinforces the required parameter format (array of string IDs). The schema already describes variant_ids similarly. Other parameters (journey_id, match_type, etc.) lack description in both schema and description, leaving gaps.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool confirms stock before recommending a SKU or building a cart. It uses a specific verb (confirm) and resource (stock). However, it does not explicitly distinguish from the sibling tool 'inventory_status', which may serve a similar purpose.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides clear usage context (before recommending SKU or building cart), required argument format, and data freshness ('Live, never cached'). Does not explicitly mention when not to use or alternatives, but the context implies it is for live checks.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
compare_alternativesARead-onlyInspect
Exploration tool for buyers comparing a packaging spec, competitor-style item, or Uline-style request against Packrift AI_APPROVE products. Returns ranked Packrift candidates plus a plain-language comparison summary.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| family | No | ||
| requested_spec | Yes | Packaging request, competitor-style spec, or exact dimensions/material/count to compare. | |
| competitor_reference | No | Optional competitor or source name, used only as context; Packrift does not claim live competitor price or inventory. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations include readOnlyHint=true and openWorldHint=true, indicating safe exploration and non-exhaustive results. The description adds that it is an exploration tool returning ranked candidates and a plain-language summary, which is consistent and adds context beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that is front-loaded and directly communicates the tool's purpose and output without unnecessary words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 4 parameters, no output schema, and annotations present, the description adequately covers the main purpose and output. It could be more specific about the comparison summary format, but overall sufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers 50% of parameters with descriptions; the tool description does not add additional meaning to parameters beyond what is in the schema. However, it does clarify the output (ranked candidates + summary), which is not in the schema, providing some value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it is an exploration tool for buyers comparing a packaging spec, competitor-style item, or Uline-style request against Packrift products, and specifies it returns ranked candidates and a comparison summary. This distinguishes it from sibling tools like search_products or check_inventory.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for comparing specs or competitor items, but does not explicitly state when to use this tool versus alternatives, nor does it provide when-not-to-use guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
create_cart_urlARead-onlyInspect
Final checkout handoff after live product, price, inventory, and buyer confirmation. For most agents, use exact AI_APPROVE sku plus quantity. Use items only when you already have variant IDs as strings. Returns a measured Packrift /r/cart URL with MCP attribution and a Shopify cart permalink; it does not place an order.
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | mcp | |
| sku | No | Shortcut for exact Packrift SKUs such as 1066, MFL1295, or LL251WR. When provided without items, the approved variant is resolved automatically. | |
| items | No | Advanced path for agents that already have approved variant IDs. Most buyers should use sku plus quantity instead. | |
| quantity | No | Buyer-confirmed quantity to use with sku shortcut. Ignored when items is provided. | |
| utm_term | No | ||
| journey_id | No | ||
| match_type | No | ||
| mcp_source | No | ||
| mcp_target | No | ||
| source_slug | No | ||
| selected_sku | No | Buyer-confirmed SKU. When provided, it must resolve to the same AI_APPROVE item as the cart variant. | |
| discount_code | No | ||
| result_set_id | No | ||
| ai_commerce_id | No | ||
| packrift_ai_id | No | ||
| reorder_source | No | ||
| source_context | No | Optional short context for analytics, such as exact_match, reorder, quote_followup, or ai_agent. | |
| selected_handle | No | Buyer-confirmed product handle. When provided, it must resolve to the same AI_APPROVE item as the cart variant. | |
| analytics_context | No | Internal QA context for synthetic evals. | |
| mcp_install_target | No | Optional install target for source-aware MCP installs, such as cline, codex, or generic_streamable_http. | |
| mcp_source_context | No | Optional source slug for source-aware MCP installs, such as cline_mcp_marketplace or mcp_so. | |
| suppress_analytics | No | Internal QA flag. When true, do not record an AI-sales cart event. | |
| packrift_mcp_source | No | ||
| packrift_mcp_target | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint and openWorldHint. The description adds value by confirming it returns URLs and does not place an order, and mentions MCP attribution. No contradictions, but the description does not detail all behavioral aspects beyond what annotations imply.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences front-load the purpose and usage. Every sentence earns its place: context, guidance, return value, and what it does not do. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with 24 parameters, nested objects, and no output schema, the description is minimal. It covers the critical inputs and return value, but does not explain many optional parameters or the overall workflow. The openWorldHint suggests varied use cases not addressed.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is low (42%). The description focuses on the two main input paths (sku+quantity vs items with variant_ids), adding context for these. However, it does not explain many other parameters (e.g., utm_term, journey_id, etc.), relying on the schema which is sparse.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it is the final checkout handoff after confirmation, returns a Packrift cart URL and Shopify permalink, and does not place an order. It distinguishes itself from sibling tools by specifying its role as the last step before purchase.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit guidance: 'For most agents, use exact AI_APPROVE sku plus quantity. Use items only when you already have variant IDs as strings.' This tells when to use each parameter path, though it does not explicitly name alternative tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
explain_no_exact_matchARead-onlyInspect
Explain why Packrift should not present a nearby product as an exact match, then return safe next actions and a tracked bulk quote URL.
| Name | Required | Description | Default |
|---|---|---|---|
| family | No | Optional product family. | |
| reason | No | Optional short explanation from the caller. | |
| requested_spec | Yes | The buyer's exact requested packaging spec. | |
| analytics_context | No | Internal QA context for synthetic evals. | |
| suppress_analytics | No | Internal QA flag. When true, do not record an AI-sales no-match event. | |
| missing_or_mismatched_fields | No | Required fields that were unavailable or different, such as length, material, color, or pack_count. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare the tool as read-only. The description adds that it returns 'safe next actions' and a 'tracked bulk quote URL', providing behavioral context beyond the annotations. It does not contradict the readOnlyHint.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence that front-loads the primary action. It is efficient but could be slightly improved by adding more structure or clarifying what 'safe next actions' entail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 6 parameters and no output schema, the description does not fully explain the return format or the structure of 'safe next actions' and 'tracked bulk quote URL'. It is adequate but leaves some ambiguity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage, so the description adds no additional meaning to parameters. Baseline of 3 is appropriate as the schema already documents the parameters adequately.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: to explain why a nearby product should not be presented as an exact match and then return safe next actions and a tracked bulk quote URL. This verb+resource structure distinguishes it from siblings like search_products or check_inventory.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is used when there is no exact match, but it does not explicitly state when to avoid using it or provide alternatives. The context is clear enough for an AI agent to infer appropriate usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
find_packaging_for_itemARead-onlyInspect
Use when the buyer has item dimensions and needs a fitting box or mailer. Required arguments are item_length_in, item_width_in, item_depth_in, item_weight_lb, and use_case. Canonical use_case values are mailer|box|fragile|apparel|ecommerce; free text such as 'shipping ceramic mugs' is accepted and mapped to the closest canonical context. Returns up to 5 AI_APPROVE SKUs ranked by fit with price, stock, URL, and cart-continuity fields.
| Name | Required | Description | Default |
|---|---|---|---|
| use_case | Yes | Packaging context that guides fit ranking. Canonical values: mailer, box, fragile, apparel, ecommerce. Free text (e.g. 'shipping ceramic mugs') is accepted and mapped to the closest canonical context. | |
| item_depth_in | Yes | Item depth/height in inches. | |
| item_width_in | Yes | Item width in inches. | |
| item_length_in | Yes | Item length in inches. | |
| item_weight_lb | Yes | Packed item weight in pounds; use 0 when unknown. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations provide readOnlyHint and openWorldHint. Description adds that output is 'up to 5 AI_APPROVE SKUs ranked by fit' and explains free-text mapping for use_case, which goes beyond annotations. No contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences: usage condition, required arguments, return details. No filler; every sentence adds value. Front-loaded with key purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Covers purpose, required params, return format (up to 5 SKUs with specific fields). Lacks explanation of 'cart-continuity fields' and potential edge cases, but overall complete given no output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
All 5 parameters have schema descriptions (100% coverage). Description reinforces required arguments and details use_case, including canonical values and free-text mapping, adding value over schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Tool name and description clearly state verb (find) and resource (packaging for item). Sibling tools like pack_calculator or search_products serve different purposes, making this tool distinct.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Description opens with 'Use when the buyer has item dimensions and needs a fitting box or mailer,' providing clear context. It does not explicitly list when not to use or compare to siblings, but the guidance is sufficient.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_bulk_quote_linkARead-onlyInspect
Return a tracked Packrift bulk quote URL for an exact requested packaging spec or SKU. Use when there is no exact match or the buyer needs bulk/procurement review.
| Name | Required | Description | Default |
|---|---|---|---|
| sku | No | Optional Packrift SKU to prefill if the quote relates to a known product. | |
| family | No | Optional product family such as boxes, labels, mailers, tape, or poly_bags. | |
| reason | No | Optional reason for quote handoff. | |
| quantity | No | Optional buyer quantity. Numbers are accepted and coerced to string. | |
| requested_spec | Yes | Exact unavailable or bulk quote packaging spec. | |
| analytics_context | No | Internal QA context for synthetic evals. | |
| suppress_analytics | No | Internal QA flag. When true, do not record an AI-sales quote event. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint true and openWorldHint true. The description adds that the URL is 'tracked', which implies logging, but does not elaborate on side effects or permissions. With annotations present, the description provides marginal additional transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, no wasted words. The first states what it does, the second clarifies when to use. Very efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with 7 parameters and no output schema, the description is brief but covers the essential purpose and usage. Could elaborate on the return format or parameter interactions, but the high schema coverage mitigates this.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the schema already documents all parameters. The description does not significantly add parameter semantics beyond stating the core purpose which aligns with the required parameter 'requested_spec'.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it returns a tracked bulk quote URL for a packaging spec or SKU. It distinguishes from siblings by specifying the use case: when there is no exact match or for bulk/procurement review.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly gives a clear context for use: 'when there is no exact match or the buyer needs bulk/procurement review.' Does not explicitly list alternatives but the context sufficiently guides selection among siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_cart_handoff_candidatesARead-onlyInspect
Returns priority AI-approved Packrift SKUs that are ready for MCP cart handoff exploration, including create_cart_url arguments, SKU records, measured product/reorder/quote links, and the required live-confirmation sequence.
| Name | Required | Description | Default |
|---|---|---|---|
| sku | No | Optional exact Packrift SKU filter. | |
| limit | No | ||
| family | No | Optional product family filter. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate read-only and open-world behavior, and the description adds context about the output structure and required confirmation sequence, providing valuable behavioral insight beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single efficient sentence that conveys all key output components without redundancy, though it could be slightly restructured for clarity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite lacking an output schema, the description thoroughly explains the return structure and logic, covering all relevant aspects for a read-only tool with three optional parameters.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers 67% of parameters with descriptions; the tool description does not add significant extra meaning to parameters beyond the schema, but it hints at usage via output context.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it returns priority AI-approved SKUs for cart handoff, listing specific output components and distinguishing itself from sibling tools like create_cart_url.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies this tool is a precursor to create_cart_url by mentioning it returns create_cart_url arguments, but it lacks explicit when-to-use or when-not-to-use guidance relative to siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_pricingARead-onlyInspect
Use to confirm live unit price and line total before cart handoff. Required argument: variant_ids as an array of numeric Shopify variant IDs encoded as strings, for example ["53475949216112"]. Optional quantity defaults to 1. Never send variant_ids as numbers. Never cached.
| Name | Required | Description | Default |
|---|---|---|---|
| quantity | No | Buyer-selected quantity for line total calculation. | |
| journey_id | No | ||
| match_type | No | ||
| variant_ids | Yes | Numeric Shopify variant IDs as strings, not numbers. Example: ["53475949216112"]. | |
| selected_sku | No | ||
| result_set_id | No | ||
| selected_handle | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only (readOnlyHint: true) and open-world behavior. The description adds valuable behavioral context such as 'Never cached' and the requirement to encode variant IDs as strings, which are not captured in annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise, using four sentences that front-load the purpose and immediate guidance. Every sentence adds value, with zero redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (7 parameters, no output schema), the description covers the core goal and key constraints. It implies the response includes price and total, but omits details about other optional parameters and output structure, leaving minor gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With only 29% schema description coverage, the description compensates by explaining the required 'variant_ids' format (example provided) and the optional 'quantity' default. However, five other parameters (journey_id, match_type, etc.) are left unexplained, reducing overall semantic clarity.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'confirm live unit price and line total before cart handoff.' It uses a specific verb ('confirm'), identifies the resource ('unit price and line total'), and distinguishes itself from sibling tools like get_product or check_inventory by emphasizing its role in the cart handoff flow.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit guidance on when to use the tool ('before cart handoff') and includes critical instructions like 'Never send variant_ids as numbers' and 'Never cached.' However, it does not mention when not to use it or suggest alternative tools for similar tasks.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_productARead-onlyInspect
Use after find_packaging_for_item or search_products to pull full detail for a handle: all variants, SKUs, dimensions, weight, stock. Input: handle. Call before building a cart to map qty to the right variant.
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=true, so the description's addition of specific data fields (variants, SKUs, dimensions, etc.) adds transparency beyond annotations. No contradictions; behavior is well disclosed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences, front-loaded with purpose, then usage. Every sentence provides value; no fluff. Efficient and clear.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple, read-only tool with one parameter and no output schema, the description covers purpose, usage order, and behavioral details. It is complete enough for an agent to select and invoke correctly. Could mention expected output structure, but not required.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, yet the description only says 'Input: handle' without explaining what handle is (e.g., product handle format, required pattern). While it implies handle is a product identifier, it does not add meaningful parameter detail beyond the schema's bare minimum.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'pull full detail for a handle: all variants, SKUs, dimensions, weight, stock.' It uses a specific verb and resource, distinguishing it from sibling tools like search_products and find_packaging_for_item.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says 'Use after find_packaging_for_item or search_products' and 'Call before building a cart to map qty to the right variant,' providing clear when-to-use and contextual ordering. It does not mention when not to use, but the guidance is strong.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_reorder_linkARead-onlyInspect
Return the Packrift reorder URL, product URL, and copy-procurement-spec text for one AI_APPROVE SKU or handle. Use for repeat-buy and procurement handoff workflows.
| Name | Required | Description | Default |
|---|---|---|---|
| sku | No | Packrift SKU such as 1066, MFL1295, or LL251WR. | |
| handle | No | Packrift product handle if SKU is unknown. | |
| source_context | No | Optional analytics context, e.g. ai_agent_reorder or mcp_reorder. | |
| analytics_context | No | Internal QA context for synthetic evals. | |
| suppress_analytics | No | Internal QA flag. When true, do not record an AI-sales reorder event. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint and openWorldHint. The description adds that it returns three pieces of data (URLs and text) but does not elaborate on side effects, authorization needs, or external dependencies beyond what annotations imply.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences: the first states what the tool returns, the second specifies its usage. No extraneous information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description adequately lists the returned items. It lacks guidance on choosing between SKU and handle and does not mention authentication, but overall it is sufficient for a straightforward retrieval tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description does not add meaningful detail beyond the schema; it merely restates that the tool operates on SKU or handle. No explanation is given for source_context, analytics_context, or suppress_analytics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
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 copy-procurement-spec text for a given SKU or handle. It uses specific verbs and resources, though it does not explicitly differentiate from sibling tools like get_product or create_cart_url.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states 'Use for repeat-buy and procurement handoff workflows,' providing clear context. However, it does not mention when not to use or provide alternative tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_shipping_estimateARead-onlyInspect
Use when the buyer asks shipping cost for selected AI_APPROVE variants. Required arguments: destination_postal_code, country (US|CA), and items with variant_id as a numeric Shopify variant ID string plus qty, for example {"variant_id":"53475949216112","qty":1}. Never send variant_id as a number.
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| country | Yes | ||
| journey_id | No | ||
| match_type | No | ||
| selected_sku | No | ||
| result_set_id | No | ||
| selected_handle | No | ||
| destination_postal_code | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=true, indicating a read-only operation with external dependencies. The description adds minimal behavioral context beyond this, such as not mentioning that it queries external carriers or returns real-time estimates. With annotations, a score of 3 is appropriate as the description does not contradict but adds little extra.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences plus an example, front-loaded with usage condition and critical details. Every word is necessary and efficiently imparts key information without verbosity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has 8 parameters, no output schema, and no description of what the response contains (e.g., estimate amount, carrier details). Optional parameters are completely ignored. For an agent to reliably use this tool, more context about the output and less critical parameters is needed.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 0% schema coverage, the description compensates well for required parameters: it explains destination_postal_code, country, and items, including a warning about variant_id type. However, it does not explain optional parameters like journey_id or match_type, leaving gaps for non-required fields.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: getting shipping cost for selected AI_APPROVE variants. The verb 'get' and noun 'shipping estimate' are specific, and this purpose distinguishes it from sibling tools like get_pricing or get_product.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use the tool ('Use when the buyer asks shipping cost for selected AI_APPROVE variants') and provides required arguments with a concrete example. However, it does not mention when not to use the tool or suggest alternative tools for other scenarios.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
google_retail_ai_finderARead-onlyInspect
Controlled Packrift Google Retail / AI Commerce Search sales test. Uses the imported Retail catalog to find likely buyer matches, returns AI_APPROVE-gated cart-handoff candidates, and records low-cap test attribution. Use this for the Gemini/Retail pilot before normal search_products when testing Google Retail search quality.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum returned candidates after AI_APPROVE filtering. | |
| query | Yes | Buyer search such as 22x20x14 corrugated boxes, kraft bubble mailers, or 2 inch packing tape. | |
| visitor_id | No | Optional stable visitor/session id for Google Retail attribution. A safe test id is generated when omitted. | |
| approved_only | No | When true, return only products that pass Packrift's AI_APPROVE cart-candidate gate. | |
| analytics_context | No | Internal QA context for synthetic evals. | |
| suppress_analytics | No | Internal QA flag. When true, do not record Retail finder demand events. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint and openWorldHint. The description adds value by explaining the AI_APPROVE gating and attribution recording behavior. However, 'records low-cap test attribution' might imply a side effect, potentially contradicting readOnlyHint, but overall the behavioral context is strong.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences, front-loaded with purpose and usage guidance. Every sentence adds value without unnecessary detail. Highly concise and structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 6 parameters, no output schema, and many siblings, the description covers essential aspects: purpose, when to use, what it returns (AI_APPROVE candidates), and attribution recording. It could potentially explain the return format more, but for a test tool it's sufficiently complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
All parameters have schema descriptions (100% coverage), so the baseline is 3. The description does not add new parameter semantics beyond what the schema already provides. The schema descriptions are clear, and the description doesn't need to repeat them.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: it's a controlled test for Google Retail/AI Commerce search, finds buyer matches, returns AI_APPROVE-gated cart-handoff candidates, and records test attribution. It distinguishes from sibling 'search_products' by specifying this is for pilot testing before normal search.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly says to use this for the Gemini/Retail pilot before normal search_products when testing Google Retail search quality. This provides clear context for when to use and implies that search_products is the alternative for production use.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
inventory_statusARead-onlyInspect
Live inventory exploration for one or more AI_APPROVE variants. Returns Shopify total quantity, available-for-sale state, location-level BOX warehouse quantities where available, and a plain-language fulfillment summary.
| Name | Required | Description | Default |
|---|---|---|---|
| sku | No | Packrift SKU such as 1066. | |
| handle | No | Packrift product handle. | |
| quantity | No | ||
| variant_ids | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate readOnlyHint=true and openWorldHint=true, which align with the description's mention of 'live' exploration. The description adds valuable behavioral details beyond annotations, such as specific data returned (location-level BOX quantities, fulfillment summary). No contradictory information.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the tool's purpose and output. It is concise and to the point, with no unnecessary details. Slightly more action-oriented language could improve it.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 4 parameters, no output schema, and no nested objects, the description provides a reasonable overview of return values. However, it lacks details on how parameters interact (e.g., multiple variant_ids) and does not mention error cases or optionality. Adequate but not fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 50%, so the baseline is 3. The tool description does not elaborate on parameters like 'quantity' or 'variant_ids' beyond what the schema provides. It mentions 'one or more variants', implying variant_ids usage, but adds no further semantic meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description specifies the tool is for inventory exploration of 'AI_APPROVE variants' and lists what it returns (Shopify total quantity, available-for-sale, etc.). It provides a clear resource and action, though the verb 'exploration' is less direct than 'get' or 'check'. It distinguishes from the sibling 'check_inventory' by mentioning specific return fields.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the tool is for AI_APPROVE variants, providing some context, but it does not explicitly state when to use this tool over siblings like 'check_inventory' or 'search_products'. No exclusions or prerequisites are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
pack_calculatorBRead-onlyInspect
Exploration tool for item dimensions and weight. Calculates required inside dimensions, ranks Packrift box/mailer candidates, and gives void-fill guidance before live price/inventory confirmation.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| use_case | No | auto | |
| padding_in | No | ||
| item_depth_in | Yes | ||
| item_width_in | Yes | ||
| item_length_in | Yes | ||
| item_weight_lb | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only and open-world. The description adds that it calculates dimensions, ranks box/mailer candidates, and provides void-fill guidance, clarifying the tool's exploratory nature. No contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no redundancy. Front-loaded with the core purpose, followed by specific outputs. Every word adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with 7 parameters (3 required) and no output schema, the description gives a high-level overview but lacks details on return values, ranking criteria, or error conditions. Adequate for basic selection but incomplete for full understanding.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, and the description provides no explanation of any parameter, such as 'limit', 'use_case', or 'padding_in'. The agent must infer meaning from parameter names alone.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it is an exploration tool for item dimensions and weight, calculating inside dimensions and ranking candidates. It differentiates itself from purchase/confirmation tools by mentioning 'before live price/inventory confirmation'. However, it does not explicitly distinguish from the sibling tool 'find_packaging_for_item'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies it's for initial exploration before price/inventory confirmation, but does not specify when not to use it or mention alternatives like 'find_packaging_for_item' or 'check_inventory'.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
prepare_purchase_handoffARead-onlyInspect
Preferred exact-SKU purchase prep for agents. Call first with sku, quantity, and buyer_confirmed=false to confirm AI_APPROVE product, live price, and live inventory. Call again with buyer_confirmed=true only after buyer approval; then it returns a measured source-preserving MCP /r/cart URL. It does not place an order.
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | Exact Packrift SKU such as 1066, MFL1295, or LL251WR. | |
| quantity | No | Buyer-selected quantity. Defaults to 1. | |
| journey_id | No | ||
| mcp_source | No | ||
| mcp_target | No | ||
| source_slug | No | ||
| result_set_id | No | ||
| source_context | No | Optional analytics context, such as agent_quick_start, exact_sku_reorder, or browse_sh_first_cart_run. | |
| buyer_confirmed | No | Set true only after the buyer confirms the exact SKU and quantity. Without this, no cart URL is created. | |
| analytics_context | No | Internal QA context for synthetic evals. | |
| mcp_install_target | No | Optional install target for source-aware MCP installs, such as cline, codex, or generic_streamable_http. | |
| mcp_source_context | No | Optional source slug for source-aware MCP installs, such as cline_mcp_marketplace or mcp_so. | |
| suppress_analytics | No | Internal QA flag. When true, do not record downstream cart analytics. | |
| packrift_mcp_source | No | ||
| packrift_mcp_target | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds context by explaining the two-phase behavior and that it returns a cart URL, not an order placement. It could be more explicit about what happens internally (e.g., live fetches) but overall good.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences, front-loaded with purpose, then process. No unnecessary words. Efficient and clear.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Considering the tool's complexity (15 params, two-phase workflow, no output schema), the description covers the core workflow and return value. It could mention what the first call returns (e.g., price/inventory confirmation) for completeness, but overall sufficient.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The description adds meaning for key parameters: sku, quantity, and especially buyer_confirmed with its condition. Schema coverage is 53%, so many parameters are not explained, but the description focuses on the critical ones. A bit more detail on other params would push to 5.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool is for 'exact-SKU purchase prep' and explains the two-call pattern. It distinguishes itself from siblings by being the 'preferred' prep tool and explicitly stating it does not place an order, contrasting with order placement tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit guidance on when to call: first with buyer_confirmed=false to confirm product, price, inventory; then with buyer_confirmed=true only after buyer approval. It does not explicitly name alternatives or when not to use, but the process is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_productsARead-onlyInspect
Use when the user names a category by keyword (e.g. 'kraft tape', 'bubble mailer', 'starter kit') with no dimensions. For dimension-based fit, prefer find_packaging_for_item. Returns products with price, stock, URL.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | Free-text search; matches title, vendor, type, tags. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint and openWorldHint, so description doesn't need to restate. It adds return fields but no behavioral details beyond that. No contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences, front-loaded with usage condition, no filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given low complexity (2 params, no output schema), description covers purpose, usage, and return value adequately.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema describes query and limit partially. Description adds that search is by keyword for categories, but doesn't enhance param meaning beyond schema. 50% coverage baseline 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clear verb and resource: 'search products' and explicitly states it returns products with price, stock, URL. Distinguishes from sibling find_packaging_for_item by scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states when to use (keyword category search with no dimensions) and when to prefer alternative (find_packaging_for_item for dimension-based fit).
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!