Skip to main content
Glama
davidmosiah

Zé Delivery MCP

List Zé root product groups

ze_list_groups
Read-onlyIdempotent

Lists product groups like Ofertas and Cervejas from Zé Delivery's catalog without placing orders. Use to browse available categories before making a purchase decision.

Instructions

Read-only listRootProductGroups (Ofertas, Cervejas, …). Does not place an order.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
privacy_modeNo
response_formatNomarkdown
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructuringHint false, so the safety posture is covered. The description adds domain-specific reassurance that no order is placed, which is helpful context, but it does not go beyond that to describe output shape, pagination, or any other behaviors.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short and front-loaded with the core action. The second sentence is useful for avoiding a dangerous misunderstanding, though the word 'Read-only' is somewhat redundant with the readOnlyHint annotation.

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

Completeness3/5

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

The tool is simple and has strong annotations, so the lack of an output schema is not critical. However, the description does not explain the meaning of privacy_mode or response_format, nor what the returned groups contain beyond the examples. It is adequate but leaves moderate gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not explain either parameter. The schema exposes enum values for privacy_mode and response_format, but the agent is left to infer their meaning from names alone. This is a clear gap that the description should compensate for.

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 names a specific operation: list root product groups, with concrete examples such as Ofertas and Cervejas. It also explicitly distinguishes itself from ordering tools by stating 'Does not place an order.' This makes the tool's purpose clear and separable from siblings.

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?

The description implies when to use the tool: when needing a read-only listing of root product groups. It gives one exclusion ('Does not place an order') but does not explicitly describe when to prefer this over sibling tools like ze_list_categories or ze_search, so guidance is present but incomplete.

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/davidmosiah/ze-mcp'

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