Skip to main content
Glama
xs-mahbub

WPCafe MCP Server

by xs-mahbub

list_products

Fetch food menu products from WPCafe, filtered by category, location, search term, and paginated for easy browsing.

Instructions

List WooCommerce food menu products managed by WPCafe. Supports filtering by category, location, search, and pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orderNoSort direction
pagedNoPage number (default 1)
searchNoSearch products by name or SKU
orderbyNoSort field
categoryNoFilter by WooCommerce product category slug or ID
locationNoFilter by restaurant location taxonomy ID
per_pageNoProducts per page (default 10)
Behavior2/5

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

No annotations exist, so the description must disclose behavioral traits. It only mentions listing and filtering but does not indicate whether the operation is read-only, rate limits, or what data is returned. The absence of transparency is a gap.

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 a single sentence with no wasted words. It front-loads the main purpose and lists key features efficiently.

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?

No output schema is provided, so the description should explain return values but does not. It covers filtering but not sorting/ordering. For a list tool with parameters like orderby and order, this information is missing. Adequate but incomplete.

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 coverage is 100%, so the baseline is 3. The description adds minimal value by reiterating filtering capabilities (category, location, search) but does not explain sorting or ordering parameters beyond schema descriptions.

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 clearly states it lists WooCommerce food menu products managed by WPCafe, with specific filtering options like category, location, search, and pagination. This distinguishes it from siblings like 'list_timed_products' and CRUD tools.

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 usage for listing products with filters but does not explicitly state when to use this over alternatives like 'get_product' for a single product or other list tools. No exclusions or when-not-to-use guidance is provided.

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/xs-mahbub/wpcafe-mcp'

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