Skip to main content
Glama
flowency-live

BNDY MCP Server

Official

create_event

Schedule a music event by linking one or more artists to a venue on a specific date and time, with options for tickets, pricing, and external references.

Instructions

Create an event in BNDY linking one or more artists to a venue on a specific date/time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
artistIdNoSingle artist UUID (use artistIds for multi-artist events)
artistIdsNoArray of artist UUIDs for multi-artist events (preferred over artistId)
venueIdYesVenue UUID (from search_venue or create_venue)
dateYesEvent date in YYYY-MM-DD format
startTimeYesStart time in HH:MM format (24-hour, e.g., "20:00")
endTimeNoOptional end time in HH:MM format
titleNoOptional event title (defaults to "Artist @ Venue")
isPublicNoWhether event should appear on public Frontstage map (default: false)
externalIdsNoExternal system references for cross-referencing (optional)
priceNoTicket price (e.g., "FREE", "£15", "£10-£20")
eventUrlNoURL to the source event page
ticketedNoWhether event requires tickets (true) or is free/door entry (false)
ticketInformationNoAdditional ticket information text
ticketUrlNoURL to purchase tickets
imageUrlNoEvent poster/image URL
descriptionNoLong-form event description
notesNoAdditional notes about the event
Behavior2/5

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

No annotations provided, so description must carry full burden. It does not disclose behavioral traits such as required permissions, side effects, or constraints on date/time. The description is too brief to inform about what happens under different parameter combinations.

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, front-loaded sentence with no unnecessary words. It is concise and to the point.

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?

With 17 parameters, no output schema, and no annotations, the description is insufficient. It does not explain return value, validation rules, or how optional parameters interact. More context is needed for an AI agent to use this tool 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 the baseline is 3. The description adds minimal extra meaning beyond 'linking one or more artists' but does not elaborate on parameter usage or relationships.

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 'Create an event in BNDY linking one or more artists to a venue on a specific date/time.' It uses a specific verb (create) and resource (event in BNDY), and distinguishes from sibling tools like create_artist and create_venue.

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 provides no guidance on when to use this tool versus alternatives like bulk_import or edit_event. No explicit when-to-use or when-not-to-use information is given.

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/flowency-live/bndy-MCP'

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