Skip to main content
Glama
alcylu

Nightlife Search

get_vip_booking_status

Retrieve VIP booking status for a nightlife venue. Input your booking request ID and matching customer email or phone to get the current status.

Instructions

Fetch VIP booking status from the venue booking workflow. Requires booking request ID and matching customer email or phone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
booking_request_idYes
customer_emailNo
customer_phoneNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
booking_request_idYes
statusYes
last_updated_atYes
status_messageYes
latest_noteYes
historyYes
deposit_statusYes
deposit_amount_jpyYes
deposit_payment_urlYes
Behavior2/5

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

With no annotations, the description must fully convey behavior. It indicates a read operation (fetch) but lacks details on error handling, authorization beyond field matching, rate limits, or side effects. The minimal information leaves ambiguity about what happens on mismatches or missing data.

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 two concise sentences, front-loading the primary purpose and following with key requirement. No unnecessary words or repetition.

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?

Given the presence of an output schema, the description does not need to explain return values. It covers basic purpose and one requirement, but omits guidance on common error cases or how to interpret responses. For a simple fetch, it is minimally adequate.

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 0%, so the description must compensate. It explains that booking_request_id is required and customer_email/phone are needed for matching, adding context beyond the schema. However, it does not clarify which optional field must be provided or format requirements.

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 the tool fetches VIP booking status from the venue booking workflow, specifying the resource and action. It distinguishes from sibling tools like create or cancel, but does not explicitly differentiate from other get tools like get_guest_list_entry_status.

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 mentions required fields but provides no guidance on when to use this tool versus alternatives. It does not state scenarios where this tool is appropriate or not, nor does it reference sibling tools.

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/alcylu/nightlife-mcp'

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