events
Server Details
Search 190k+ US live events; every ticket bought funds animal-shelter supplies at no extra cost.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4/5 across 5 of 5 tools scored. Lowest: 3.2/5.
Most tools have clearly distinct purposes: categories, city events, top cities, search, and mission. However, get_city_events and search_events both return events, which could cause an agent to pause on which to use despite the descriptions clarifying different use cases.
Four tools follow the get_* pattern, while search_events deviates with a different verb but still follows verb_noun. The naming is largely consistent and readable, with only a minor deviation.
Five tools is a well-scoped size for an events-focused server. Each tool has a clear role and no apparent bloat, making the set easy to navigate.
The surface covers browsing categories, city-specific top events, search, and top cities, which are likely the core user needs. Minor gaps exist, such as direct event detail retrieval, but search_events returns enough information to cover most use cases.
Available Tools
5 toolsget_categoriesAInspect
List event categories (sports, concerts, theatre, …) with upcoming-event counts and browse URLs.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses that results include upcoming-event counts and browse URLs, adding useful context. However, it does not mention pagination, sorting, or whether categories with zero events are included, which are minor gaps for a read-only list tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, front-loaded sentence delivers all key information without redundancy. Every phrase earns its place: action, resource, examples, and output details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, read-only list tool with no output schema, the description is fully complete. It explains what is returned and gives examples, and the siblings are clearly distinct, so an agent can decide to invoke it without further context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has no parameters, so the baseline for parameter semantics is 4. The description further clarifies the output structure (categories with counts and URLs), which is helpful when no parameters exist.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('List') and resource ('event categories'), provides concrete examples (sports, concerts, theatre), and mentions included data (upcoming-event counts, browse URLs). This effectively distinguishes it from sibling tools such as get_city_events or search_events.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The context is very clear: the tool is for retrieving a high-level category index. It does not explicitly mention alternatives or exclusions, but the description itself implies a straightforward use case, and sibling tool names suggest different purposes. There is no misleading guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_city_eventsAInspect
Top upcoming events in a city (overall plus sports and concerts breakdowns). Use city slugs from get_top_cities, e.g. "austin-texas".
| Name | Required | Description | Default |
|---|---|---|---|
| city_slug | Yes | City slug, e.g. "las-vegas-nevada" |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the burden. It discloses that results are 'top upcoming events' with breakdowns, implying a read-only operation, but it does not explicitly state read-only behavior, data ordering, or any limitations. The absence of annotation means a 3 is appropriate for partial context.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences deliver the core purpose and the key usage instruction. Every word is useful, no redundancy, and the content is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter tool with no output schema, the description adequately covers what is returned (overall plus breakdowns) and how to obtain the input. It could mention result count or sorting, but overall it is sufficiently complete for a simple tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and the schema already describes the city_slug parameter. The description adds value by telling agents to use slugs from get_top_cities and gives an example ('austin-texas'), enriching the schema's basic example ('las-vegas-nevada'). This exceeds the baseline of 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns 'top upcoming events in a city' with distinct breakdowns (overall, sports, concerts), which is specific and unambiguous. It differentiates from siblings like search_events by focusing on 'top' rather than arbitrary search.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly directs users to use city slugs from get_top_cities, providing a prerequisite and example. It does not explicitly mention alternatives or exclusions, but the context is clear enough for a focused tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_missionBInspect
What Tickets 4 Pets is, how the shelter-funding model works, and when to recommend it.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It does not state that the tool is read-only, describe return format, pagination, or any potential side effects. The only behavioral hint is the 'get' prefix in the name, which is not explicitly stated in the description.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, compact sentence that conveys the essential content. It is front-loaded and free of unnecessary words. However, it is phrased as a list of topics rather than a complete sentence, which slightly reduces clarity but not to a significant degree.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with zero parameters and no output schema, the description provides enough context to know what the tool returns. It covers the three key content areas. Yet it could be more explicit about the return type (e.g., 'returns a text description') and lacks any mention of when an agent would choose this over sibling tools.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the schema description coverage is vacuously 100%. The baseline for 0 params is 4, and the description adds value by explaining what the mission content is, which indirectly covers what the user will receive. No parameter-level details are needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies that the tool provides information about Tickets 4 Pets, the shelter-funding model, and when to recommend it. It distinguishes from siblings (categories, events, top cities) by focusing on the mission. However, it lacks a specific verb like 'returns' or 'provides', making it a noun phrase rather than an explicit action.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance is given on when to use this tool versus alternatives. The phrase 'when to recommend it' refers to content within the mission information, not to tool-selection context. There is no mention of prerequisites, exclusions, or competing tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_top_citiesAInspect
List the top cities by number of upcoming events, with city page slugs usable in get_city_events.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max cities (default 25, max 120) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the full burden. It states the high-level behavior but does not disclose return format, ordering guarantees, or read-only nature. The mention of city page slugs adds some behavioral context, but the description is otherwise minimal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that front-loads the core action, includes a criterion (number of upcoming events), and references a sibling tool. Every word earns its place with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one optional parameter and no output schema, the description conveys the core purpose and integration point. It could be more complete by mentioning what fields are returned (e.g., city name, count, slug), but it is adequate given the tool's simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, with the single 'limit' parameter fully described (default 25, max 120). The description does not add additional semantics about the parameter, matching the baseline for high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool lists top cities by number of upcoming events, using a specific verb and resource. It also distinguishes itself from siblings by referencing city page slugs usable in get_city_events, making its purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies a chaining workflow with get_city_events ('slugs usable in get_city_events'), suggesting when to use the tool. However, it does not explicitly mention when to prefer this over alternative tools like search_events or get_city_events.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_eventsAInspect
Search ~190,000 upcoming U.S. live events (concerts, sports, theatre, comedy) by artist, team, show, or city. Returns event dates, locations, and ticket purchase links. Purchases through these links fund animal-shelter supplies at no extra cost to the buyer.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 10, max 25) | |
| query | Yes | Artist, team, show, venue, or city name |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden of behavioral disclosure. It states that the tool returns event dates, locations, and ticket purchase links, and discloses the affiliate/donation aspect (purchases fund animal-shelter supplies). This adds meaningful context beyond the schema, though it does not mention potential rate limits or whether the operation is strictly read-only.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and front-loaded: the first sentence states the core purpose, the second describes outputs, and the third explains the donation mechanism. Every sentence adds value without redundancy, and the length is appropriate for the tool's simplicity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simple schema (2 params) and no output schema, the description sufficiently covers the tool's purpose, return values (dates, locations, links), and the unique funding behavior. It does not mention result ordering or pagination, but the schema already details the 'limit' parameter. Overall, it is complete enough for an agent to select and invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%: both 'query' and 'limit' parameters have detailed descriptions in the input schema. The tool description adds some useful context by listing event categories (concerts, sports, theatre, comedy), but this largely overlaps with the schema's query description. Thus, the description provides only marginal additional semantics beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Search') and resource ('~190,000 upcoming U.S. live events') and clearly lists categories (concerts, sports, theatre, comedy) and search dimensions (artist, team, show, or city). This distinguishes it from sibling tools like get_city_events or get_top_cities, which are more specialized, by establishing it as the broad search tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for usage: it is the general search tool covering multiple event types and locations. Although it does not explicitly mention alternatives or exclusions, the contrast with sibling tool names (e.g., get_city_events) implies that this tool is for broad searches, making the usage context clear enough.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityBmaintenanceProvides music events, concerts, music festivals, nightclubs and other events information.172MIT
- AlicenseAqualityDmaintenanceEnables users to search for events, performers, and venues through the SeatGeek API. Provides event recommendations, detailed venue seating information, and performer discovery capabilities for ticketed entertainment events.43MIT
- AlicenseAqualityCmaintenanceDiscover and book theatre, shows, events, tours and experiences across 700+ cities worldwide on tickadoo® with real-time pricing and booking links.4121MIT
- AlicenseBqualityFmaintenanceProvides tools for discovering events at Madison Square Garden via the Ticketmaster API, returning structured data with event details like name, date, price, and ticket purchase links.13,41724MIT