Skip to main content
Glama
denya

Glovo Claude Skill

by denya

Preview reorder

glovo_preview_reorder

Read a past order and check if it can be rebuilt into a basket without placing or altering any order.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
order_idYesOrder id from glovo_get_purchase_history.
Behavior4/5

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

Explicitly states no mutation ('never mutates the basket or places an order'), which is critical for safe usage. With no annotations, description carries full burden and does well.

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?

Two sentences, no fluff, front-loaded with key purpose. Efficient and clear.

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?

Lacks return format details (e.g., boolean or status), but for a read-only preview tool, the description provides sufficient context for safe usage despite no output schema.

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 for order_id already indicates source (glovo_get_purchase_history). Description adds 'past order' context but limited extra value; schema coverage is 100%.

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?

Clearly states verb ('Read'), resource ('one past order'), and outcome ('report whether it can be safely rebuilt into a basket'). Distinguishes from mutation tools by emphasizing it never mutates.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implicitly suggests when to use (to check rebuild feasibility) but lacks explicit exclusions or references to sibling tools like glovo_add_to_basket for actual reordering.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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