Skip to main content
Glama

shopping_instacart

Read-onlyIdempotent

Get Instacart delivery information for recipe ingredients. Returns a direct link to order groceries from a recipe through Instacart for same-day delivery. TRIGGERS:

  • 'order ingredients for X', 'buy groceries for X recipe'

  • 'Instacart delivery for X', 'shop for X on Instacart'

  • 'deliver ingredients', 'get groceries delivered', 'order from Instacart'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
postalCodeNoPostal/ZIP code for delivery area and store availability (e.g. '98101', '10001')
recipeSlugYesRecipe slug to shop ingredients for (e.g. 'chicken-pho', 'pad-thai')

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is known. The description adds that it returns a direct link for same-day delivery, which is informative but not deeply behavioral. It does not mention auth, rate limits, or any side effects beyond what annotations imply, so it adds only moderate context.

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 compact and front-loaded, stating the core function in the first sentence. The bulleted trigger list is concise and organized, adding practical usage examples without unnecessary fluff. Every sentence earns its place.

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 the simple tool (2 params, full schema coverage, good annotations), the description sufficiently covers what the tool does and its trigger conditions. It states the return type (direct link) and the delivery context. It could mention response structure, but that is not necessary given the simplicity and annotation coverage.

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%, and both parameters (recipeSlug and postalCode) are already well-documented with examples in the schema. The description does not add any additional parameter semantics beyond restating that it deals with recipe ingredients and delivery, so the baseline score of 3 applies.

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 uses a specific verb ('Get') and resource ('Instacart delivery information for recipe ingredients'), clearly stating it returns a direct link to order groceries. It distinguishes itself from sibling tools like shopping_generate_grocery_list by focusing on Instacart-specific delivery. The trigger examples further reinforce the purpose.

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 trigger list explicitly gives example phrases for when to use the tool, such as 'order ingredients for X' and 'Instacart delivery for X'. This provides clear context. However, it does not explicitly mention alternatives or when-not-to-use cases, 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.

Resources