Skip to main content
Glama
denya

Glovo Claude Skill

by denya

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
glovo_get_shopping_guideA

Return the Glovo shopping playbook and safety rules. Call this before changing a basket.

glovo_auth_statusA

Check whether a Glovo session is available and whether the access token is currently valid.

glovo_get_locationA

Read the current Glovo browsing location headers. Does not mutate baskets.

glovo_set_locationA

Set the local browsing location headers. This does not clear baskets, but changing stores may make an existing basket incompatible.

glovo_get_saved_locationsA

Read authenticated saved Glovo delivery locations and identify the current saved-location match. Read-only; does not change location headers or baskets.

glovo_search_locationsB

Search public Glovo delivery locations by text. Returns only place id, provider, title, and subtitle.

glovo_select_locationA

Resolve a public location suggestion, check guest delivery serviceability, and persist only valid browsing location headers.

glovo_loginA

Open Chrome for Glovo sign-in and save the local session for order history and basket tools.

glovo_browse_storesB

Browse live Glovo stores for the configured location. category_id 4 = groceries, 1 = food/restaurants.

glovo_get_suggestionsA

Turn structured repeat, explore, or balanced food intent into 3-5 read-only live Glovo choices. Uses full card-level venue history, re-fetches current products/options, and can attach optional Google Maps quality evidence. Never changes the basket.

glovo_get_storeA

Get details for a Glovo store by slug or id, including store_id and store_address_id when available.

glovo_get_store_menuC

Return a compact recursive menu/category list for a store.

glovo_get_store_recommendationsA

Read authenticated current-product carousels such as Easy Reorder and Top Sellers. Returns live product identifiers, prices, and availability without changing the basket.

glovo_get_store_order_optionsA

Read delivery minimums, surcharges, restrictions, public store information, and similar stores before preparing a basket. No checkout or order placement.

glovo_search_store_itemsB

Search products/items inside a specific Glovo store. Use ids from glovo_browse_stores or glovo_get_store.

glovo_get_productB

Get product details from a store. Use product ids returned by glovo_search_store_items.

glovo_get_basketA

Read the current authenticated Glovo basket. If store_id is provided, read that store basket.

glovo_get_purchase_historyA

Read authenticated Glovo order history. Pagination is cursor-based: start with offset 0, then pass the returned next_offset value.

glovo_get_order_itemsB

Read details/items for one past Glovo order.

glovo_preview_reorderA

Read one past order and report whether it can be safely rebuilt into a basket. This never mutates the basket or places an order.

glovo_plan_reorderA

Resolve past order lines against authenticated Easy Reorder and current store search results. Read-only; inspect product options and obtain approval before using basket tools.

glovo_get_order_statsB

Walk full order-history cursor pagination and return compact card-only statistics. Detail enrichment is intentionally separate.

glovo_analyze_order_historyA

Walk cursor-correct history, enrich a bounded recent subset with order details, and calculate truthful product frequency, cadence, customization, and visible-spend statistics with explicit coverage.

glovo_add_to_basketB

Add a product to the real Glovo basket. Do not call unless the user explicitly asks for a real basket change.

glovo_set_quantityA

Set exact product quantity in the real Glovo basket. Quantity 0 removes it. Do not call unless explicitly requested.

glovo_remove_from_basketB

Remove one product from the real Glovo basket. Do not call unless explicitly requested.

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/denya/glovo-skill'

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