Skip to main content
Glama

Search Etix events, venues, and performers

etix_search
Read-onlyIdempotent

Search Etix by keyword to retrieve matching events, venues, and performers along with their IDs and canonical URLs.

Instructions

Search Etix by keyword and get matching events (performances), venues, and performers — each with its id and canonical etix.com URL. Follow up with etix_get_event (event_id) or etix_get_venue (venue_id) for full details. Backs onto Etix's public suggest endpoint; returns a few top matches per category, not an exhaustive list. Read-only, no Etix account required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordsYesSearch text — an artist, event, or venue name (e.g. "jazz", "Marion Meadows").
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint. Description adds that it's read-only and requires no Etix account, and that the backend is a public suggest endpoint returning a limited set of top matches. This adds value beyond annotations without contradiction.

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 sentences, front-loaded with the action, no wasted words. Every sentence provides useful information.

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?

Description fully explains what the tool returns (events, venues, performers with IDs and URLs) and how to proceed with other tools. No output schema needed, but the description covers the essential context for an agent to use the 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 coverage is 100% with a clear description for the keyword parameter. The main description adds no additional meaning for the parameter itself, just context about the return structure. Baseline 3 is appropriate.

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 Etix by keyword and returns matching events, venues, and performers with IDs and URLs. It distinguishes itself from sibling tools by mentioning follow-up tools like etix_get_event and etix_get_venue.

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 states when to use (keyword search) and the nature of results (top matches, not exhaustive). Advises follow-up with specific tools for full details. Provides clear context for usage.

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/etix-mcp'

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