Skip to main content
Glama
the78mole

fega-schmitt-mcp

by the78mole

web_get_cart

Get the items and quantities in a shopping cart, without prices. Leave cart ID blank for the current active cart, or specify a cart ID to inspect a different cart.

Instructions

Inhalt eines Warenkorbs abrufen (Positionen mit Menge, keine Preise).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cart_idNoWarenkorb-ID. Weglassen für den aktuell aktiven Warenkorb.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.3/5.0
Behavior4/5

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

There are no annotations, so the description carries the burden. 'Abrufen' indicates a read-only retrieval, and 'keine Preise' discloses a key output limitation. It does not discuss auth or side effects, but for a simple GET-like cart read this is reasonably transparent.

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?

One compact sentence with no filler. It front-loads the action and resource, and the parenthetical adds essential constraints efficiently.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-parameter read tool with an output schema, the description covers what is retrieved, the quantity semantics, and the no-prices limitation, while the schema covers the active-cart behavior. Nothing essential is missing.

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?

The single optional cart_id parameter is already fully described in the schema, including the null/default behavior. The description adds no parameter-level meaning beyond what the schema provides, so the high-coverage baseline of 3 applies.

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?

The description uses a specific verb ('abrufen') and a clear resource ('Inhalt eines Warenkorbs'), then narrows the scope with 'Positionen mit Menge, keine Preise'. This differentiates it from sibling tools like web_get_cart_list and price-related tools.

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

Usage Guidelines4/5

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

It provides clear context: use this tool to retrieve cart contents with quantities, not prices. The schema adds that omitting cart_id targets the currently active cart. It does not explicitly name sibling alternatives, but the 'keine Preise' note signals a relevant exclusion.

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

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/the78mole/fega-schmitt-mcp'

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