Skip to main content
Glama
mcpflow
by mcpflow

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EVENTBRITE_API_KEYYesYour Eventbrite API key from the Eventbrite Developer Portal

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_eventsB

Search for Eventbrite events based on various criteria

get_eventB

Get detailed information about a specific Eventbrite event

get_categoriesA

Get a list of Eventbrite event categories

get_venueA

Get information about a specific Eventbrite venue

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct resource: searching events, retrieving a specific event, listing categories, and fetching venue details. There is no overlap in purpose, so an agent can easily select the correct tool.

Naming Consistency5/5

All tool names follow a clear verb_noun pattern (search_events, get_event, get_categories, get_venue). The consistency makes the toolset predictable and easy to navigate.

Tool Count5/5

With only 4 tools, the server is tightly scoped for read-only event discovery. Each tool serves a clear, necessary function and the count feels appropriate for the domain.

Completeness4/5

The toolset covers the core read operations for events, categories, and venues. It lacks a few potentially useful endpoints like searching venues or getting organizers, but for the apparent purpose of event discovery, it is nearly complete.

Maintenance

ActivityInactive
ResponsivenessSyncing