Glovo Claude Skill
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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_storesA | Browse live Glovo stores for the configured location. category_id 1 = restaurants, 4 = groceries, and 3 = pharmacy/beauty retail. |
| 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_store | Get details for a Glovo store by slug or id, including store_id and store_address_id when available. |
| glovo_get_store_menu | Return a compact recursive menu/category list for a store. |
| glovo_browse_store_catalog | Open an exact same-store content_uri returned by glovo_get_store_menu. Supports restaurant, grocery, and retail catalogs; returns a truthful search fallback when a node has no product tiles. |
| glovo_get_store_recommendations | 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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