Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
instacart_status

Check Instacart login status and session info. Use this to verify authentication before performing other actions.

instacart_login

Initiate Instacart login flow. Returns a URL and instructions for the user to complete login manually. After logging in, use instacart_status to verify.

instacart_logout

Clear saved Instacart session and cookies. Use this to log out or reset authentication state.

instacart_search

Search for products on Instacart. Returns product names, prices, and availability.

instacart_add_to_cart

Add a product to the Instacart cart. Searches for the product and adds the first matching result.

instacart_view_cart

View current Instacart cart contents, including items, quantities, and totals.

instacart_clear_cart

Remove all items from the Instacart cart.

instacart_preview_order

Preview order before placing. Shows cart summary, delivery window, and any issues that need to be resolved.

instacart_place_order

Place the order. IMPORTANT: Set confirm=true only when you have explicit user confirmation. Without confirm=true, this returns a preview instead of placing the order.

instacart_set_address

Set delivery address or zip code for Instacart orders.

instacart_stores

Get list of available stores for the current delivery location.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/markswendsen-code/mcp-instacart'

If you have feedback or need assistance with the MCP directory API, please join our Discord server