Skip to main content
Glama

wafle_products_list

Read-onlyIdempotent

List products from a Wafle store with pagination and optional search, filter by status or category. Use to browse catalog or find a product ID before making changes.

Instructions

List products of a single store with pagination + optional search/filter. Returns id, slug, name, sku, price, stock, status, images.

Use to browse catalog or to find a product id before editing/overriding.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-based page number.
slugYesWafle store slug, e.g. 'gamerland' or 'lensitive'.
searchNoFree-text search across name/sku.
statusNo
categoryNoFilter by category slug.
per_pageNoItems per page (1-200).
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description adds useful context about pagination, filtering, and return fields, but does not disclose deeper behaviors like ordering, error cases, or rate limits.

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?

The description is compact and front-loaded: two sentences that state the action, scope, and return fields, followed by a concrete use case. Every sentence earns its place with no wasted words.

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 read-only list tool with strong annotations and high schema coverage, the description is complete: it explains purpose, scope, pagination/filtering, returned fields, and a practical use case. No output schema exists, but the description lists the key return fields.

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 coverage is 83%, so most parameters already have descriptions. The description only generically mentions 'pagination + optional search/filter' and does not add syntax or meaning beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb and resource: 'List products of a single store' with pagination and optional search/filter. It clearly states what the tool does and lists return fields, but it does not explicitly contrast itself with sibling tools like wafle_products_search or wafle_products_get.

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?

The description gives clear context: 'Use to browse catalog or to find a product id before editing/overriding.' This tells the agent when to use it, though it does not mention when not to use it or explicitly name alternatives.

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/the33warehouse-tech/wafle-mcp'

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