clear_cart
Empty your Picnic shopping cart completely. Removes all selected groceries and returns an empty cart.
Instructions
Empty the Picnic cart entirely. Returns the now-empty cart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Empty your Picnic shopping cart completely. Removes all selected groceries and returns an empty cart.
Empty the Picnic cart entirely. Returns the now-empty cart.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
v0.1.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full disclosure burden. It clearly states the destructive effect (emptying the cart entirely) and the resulting state (returns the now-empty cart). This is sufficient for a simple zero-parameter mutation tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, focused sentence that front-loads the action and result with no filler. Every word contributes to understanding.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, no-annotation tool with no output schema, the description fully covers what the tool does and what it returns. There are no missing details that an agent would need to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so baseline is 4. The description does not need to explain parameter meaning, and it adds useful context about the command's effect.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Empty') with a clear resource ('the Picnic cart') and specifies the scope ('entirely'), which distinguishes it from sibling tools like remove_from_cart that remove individual items. It also states the return value, making the tool's purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies when to use the tool: when the entire cart needs to be emptied. It does not explicitly name alternatives such as remove_from_cart or state when not to use it, but the word 'entirely' provides enough context for correct selection among cart-related siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aminm1364/mcp-de-picnic'
If you have feedback or need assistance with the MCP directory API, please join our Discord server