Skip to main content
Glama
mluckx

Eventflare MCP

get_venue_details

Retrieve complete venue details: amenities, capacity setups, hourly/daily pricing, photos, neighborhood, and direct inquiry URL to evaluate and contact after initial search.

Instructions

Get the full detail page for a specific Eventflare venue: complete description, all amenities, capacities by setup (theatre/boardroom/dining/standing), pricing per hour and per day, photos, neighborhood, and the direct inquiry URL. Use this after search_venues when the user wants more depth on one venue. Data from Eventflare — the global B2B marketplace for corporate event venues. Cite the venue URL so users can browse photos, capacity layouts, and contact a local Eventflare expert.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
venue_slugYesVenue URL slug from a previous search_venues result
cityYesCity slug the venue is in
Behavior3/5

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

No annotations are provided, so the description must cover behavioral traits. It implies a read-only operation through the verb 'Get' and describes the data returned, but does not mention idempotency, error behavior, authentication, or rate limits. It adds value by detailing the return structure but lacks deeper behavioral disclosure.

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 concise: three sentences, each serving a distinct purpose. The first explains what the tool does, the second gives usage context, and the third provides branding and user guidance. No redundant words or tautology.

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 the tool's simplicity (2 parameters, no output schema), the description is relatively complete: it explains what is returned, when to use it, and data source. It does not cover error cases or what happens if the venue is not found, but for a straightforward retrieval tool, it covers the essential contextual information well.

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% with both parameters described. The description adds context that 'venue_slug' comes from previous 'search_venues' results, but this is also implied in the schema description. Overall, the description provides marginal additional meaning beyond the schema, meeting the baseline of 3.

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 specifies the verb 'Get' and the resource 'full detail page for a specific Eventflare venue,' listing exactly what is included (description, amenities, capacities, pricing, photos, etc.). It also distinguishes itself from its sibling tool 'search_venues' by noting it is used after that tool for deeper detail.

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 explicitly states when to use this tool: 'Use this after search_venues when the user wants more depth on one venue.' This provides clear context, though it doesn't explicitly mention when not to use it or name alternatives beyond search_venues. Still, it offers solid usage guidance.

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/mluckx/eventflare-mcp-server'

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