Skip to main content
Glama
xs-mahbub

WPCafe MCP Server

by xs-mahbub

create_reservation

Create a table reservation by entering guest name, email, date, start and end times, and total guests. The booking price is automatically calculated.

Instructions

Create a new table reservation. Requires guest name, email, date, start_time, end_time, and total_guest. The booking price is calculated server-side.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesReservation date (YYYY-MM-DD or site date format)
nameYesGuest full name
emailYesGuest email address
notesNoSpecial requests or notes
phoneNoGuest phone number
statusNoInitial status (defaults to site setting)
end_timeYesEnd time (e.g. '09:00 PM' matching site time format)
branch_idNoLocation/branch ID
start_timeYesStart time (e.g. '07:00 PM' matching site time format)
table_nameNoTable identifier or seat number
branch_nameNoLocation/branch name
total_guestYesNumber of guests
payment_methodNoPayment method: wc (WooCommerce) or local (pay at venue)
Behavior2/5

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

No annotations provided, so description holds full burden. It discloses that price is server-calculated, which is useful, but omits other behaviors like whether it sends notifications, requires specific permissions, or the structure of success/failure responses.

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?

Extremely concise at two sentences with no redundant information. Every word adds value.

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

Completeness2/5

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

Given 13 parameters and no output schema, the description is incomplete. It does not explain optional parameters, return values, error scenarios, or time formatting. The description needs more context for an agent to use it correctly.

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 100%, so baseline is 3. The description adds minimal value by reiterating required fields and mentioning price calculation, but does not clarify optional parameters like notes, branch_id, or constraints like time format.

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 clearly states 'Create a new table reservation' and lists required fields, making the purpose clear. However, it does not explicitly distinguish this from sibling creation tools like create_discount or create_location, though the tool name itself provides differentiation.

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

Usage Guidelines2/5

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

The description implies usage by listing required fields but offers no guidance on when to use this tool versus alternatives (e.g., update_reservation, bulk_create). No explicit when-not-to-use or contextual hints.

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