Skip to main content
Glama
alcylu

Nightlife Search

get_guest_list_entry_status

Retrieve the current status of a guest list entry. Provide the entry ID, or the event ID and customer email, to access confirmation, waitlist, or other status details for nightlife events.

Instructions

Check the status of a guest list entry. Provide either entry_id or event_id + customer_email.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entry_idNo
event_idNo
customer_emailNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
entry_idYes
statusYes
customer_nameYes
event_nameYes
event_dateYes
created_atYes
guest_list_benefitYes
door_instructionsYes
Behavior4/5

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

In the absence of annotations, the description carries the full burden but only conveys a read operation ('Check'). It does not detail error cases or behavior when both lookup methods are provided, but for a simple check operation this is mostly sufficient.

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?

Two concise sentences: the first states the purpose, the second provides exact usage instructions. No wasted words.

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

Completeness4/5

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

Given that the tool has an output schema (handling return values) and is a simple read operation, the description covers the main invocation logic. It could mention idempotency or lack of side effects, but the 'Check' verb implies read-only.

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

Parameters4/5

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

With 0% schema description coverage, the description adds critical relational context between parameters ('either ... or ...'), which is not present in the schema. However, it does not describe individual parameter formats or constraints.

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 uses a specific verb ('Check') and resource ('status of a guest list entry'), clearly distinguishing it from sibling tools like 'submit_to_guest_list' (creation) and 'cancel_vip_booking_request' (cancellation).

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

Usage Guidelines5/5

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

Explicitly states the two valid parameter combinations ('Provide either entry_id or event_id + customer_email'), guiding the agent on how to invoke the tool correctly without ambiguity.

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