Skip to main content
Glama

search_events

Read-only

Search Eventbrite for upcoming local and online events by topic and location. Returns event name, date/time, location, ticket price, event description, and registration URL. Use for event discovery, community involvement, or entertainment planning.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesEvent type or topic to find (e.g. 'tech conference', 'comedy show', 'food festival')
locationNoCity or region to search for events (e.g. 'New York, NY', 'Los Angeles', 'virtual')

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds the list of returned fields, but no deeper behavioral context like rate limits or pagination. This is acceptable given the annotation coverage, but not especially rich.

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?

Three concise sentences: purpose, output fields, and use cases. No fluff, and the most important information is front-loaded.

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?

For a simple search tool with no output schema, the description lists the returned fields and use cases, providing sufficient context. It doesn't cover pagination or ordering, but these are not critical for basic event discovery.

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 schema already documents both parameters fully. The description's mention of 'topic and location' simply echoes the schema without adding new semantic meaning.

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 the tool searches Eventbrite for events 'by topic and location', with a specific verb and resource. It distinguishes itself from sibling tools which target Steam games, Dev.to articles, and podcasts.

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?

Provides clear use cases: 'event discovery, community involvement, or entertainment planning'. Does not explicitly mention exclusions or alternatives, but siblings are different domains, making the intended usage clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Each tool targets a distinct platform (Steam, Dev.to, Eventbrite, podcasts) with no overlapping functionality, making selection unambiguous.

Naming Consistency3/5

Inconsistent use of 'get_' for one tool and 'search_' for three others breaks the pattern; but all use clear verb-noun structure.

Tool Count4/5

With 4 tools, the server is well-scoped for a social content discovery service, though could expand.

Completeness3/5

Covers games, tech articles, events, and podcasts, but omits video content (e.g., YouTube) and social media feeds, leaving notable gaps.

Resources