Skip to main content
Glama
chrischall

eventbrite-mcp

by chrischall

eb_user

Read-only

Retrieve a public Eventbrite user profile using their numeric user ID. Provides public user details when you need to look up attendee or organizer information.

Instructions

Get a public user profile by id. Use eb_me for the authenticated user (that call also returns private fields like emails).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYesNumeric user id
Behavior4/5

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

Annotations already provide readOnlyHint=true, so the description adds value by clarifying that the profile is public and excludes private fields like emails. This goes beyond the annotation by setting data-scope expectations, though it doesn't mention error behavior or rate limits.

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 sentences, front-loaded with the core action, and zero wasted words. The alternative guidance is compactly integrated.

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

Completeness5/5

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

For a simple read-only lookup with one parameter and no output schema, the description fully covers purpose, usage, and data scope. No gaps are apparent given the tool's simplicity.

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% with 'Numeric user id', so the parameter is already well-documented. The description's 'by id' adds no extra semantic detail, but the baseline of 3 is appropriate given the high schema coverage.

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?

Description states 'Get a public user profile by id' with a specific verb and resource, clearly distinguishing it from sibling eb_me which returns private fields. This meets the highest bar for purpose clarity.

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 instructs to use eb_me for the authenticated user's private data, providing a clear alternative. This gives direct when-to-use guidance and differentiates it from the closest sibling.

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/chrischall/eventbrite-mcp'

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