Skip to main content
Glama

Search Events

search_events
Read-only

Use this when a user wants filtered live events.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNo
freeNo
vibeNo
whenNo
avoidNo
limitNo
prideNo
queryNo
venueNo
genresNo
offsetNo
date_toNo
promoterNo
date_fromNo
featuringNo
max_priceNo
price_maxNo
price_minNo
event_typesNo
result_limitNo
neighborhoodsNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed14 schema fields changed
    • removedInput schema / properties / avoid / description
      Removed value: -"Terms to penalize in recommendations."
    • removedInput schema / properties / city / description
      Removed value: -"City name, for example berlin or new york."
    • removedInput schema / properties / date_from / description
      Removed value: -"Inclusive start date in YYYY-MM-DD format."
    • removedInput schema / properties / date_to / description
      Removed value: -"Inclusive end date in YYYY-MM-DD format."
    • removedInput schema / properties / featuring / description
      Removed value: -"Artist or performer name."
    • removedInput schema / properties / limit / default
      Removed value: -12
    • removedInput schema / properties / limit / description
      Removed value: -"Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more."
    • removedInput schema / properties / max_price / description
      Removed value: -"Preference hint used by recommend_events and plan_night."
    • removedInput schema / properties / offset / default
      Removed value: -0
    • addedInput schema / properties / promoter
      Added value: +{
      +  "type": "string"
      +}
    • removedInput schema / properties / query / description
      Removed value: -"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases."
    • removedInput schema / properties / result_limit / default
      Removed value: -10
    • removedInput schema / properties / when / description
      Removed value: -"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD."
    • changedOutput schema / (root)
      Previous value: -{
      -  "anyOf": [
      -    {
      -      "properties": {
      -        "app_download_url": {
      -          "description": "Dizko iPhone app landing page.",
      -          "type": "string"
      -        },
      -        "assistant_instruction": {
      -          "type": "string"
      -        },
      -        "count": {
      -          "type": "number"
      -        },
      -        "events": {
      -          "items": {
      -            "properties": {
      -              "attendance_count": {
      -                "type": [
      -                  "number",
      -                  "null"
      -                ]
      -              },
      -              "calendar_url": {
      -                "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "city": {
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "description": {
      -                "description": "Short one-line event description for display.",
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "directions_url": {
      -                "description": "Google Maps directions link. Offer as 'Get directions'.",
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "ends_at": {
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "event_types": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              },
      -              "event_url": {
      -                "type": "string"
      -              },
      -              "genres": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              },
      -              "id": {
      -                "type": "string"
      -              },
      -              "lineup": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              },
      -              "price": {
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "source": {
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "starts_at": {
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "ticket_url": {
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "title": {
      -                "type": "string"
      -              },
      -              "venue": {
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "vibe": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              }
      -            },
      -            "required": [
      -              "id",
      -              "title",
      -              "event_url"
      -            ],
      -            "type": "object"
      -          },
      -          "type": "array"
      -        }
      -      },
      -      "required": [
      -        "count",
      -        "events"
      -      ],
      -      "type": "object"
      -    },
      -    {
      -      "properties": {
      -        "assistant_instruction": {
      -          "type": "string"
      -        },
      -        "cause": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        },
      -        "classification": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        },
      -        "code": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        },
      -        "error": {
      -          "type": "string"
      -        },
      -        "hostname": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        },
      -        "retryable": {
      -          "type": "boolean"
      -        },
      -        "status": {
      -          "type": [
      -            "number",
      -            "null"
      -          ]
      -        },
      -        "type": {
      -          "type": "string"
      -        },
      -        "url": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        }
      -      },
      -      "required": [
      -        "error"
      -      ],
      -      "type": "object"
      -    }
      -  ],
      -  "type": "object"
      -}New value: +null
  2. Changed14 schema fields changed
    • addedInput schema / properties / avoid / description
      Added value: +"Terms to penalize in recommendations."
    • addedInput schema / properties / city / description
      Added value: +"City name, for example berlin or new york."
    • addedInput schema / properties / date_from / description
      Added value: +"Inclusive start date in YYYY-MM-DD format."
    • addedInput schema / properties / date_to / description
      Added value: +"Inclusive end date in YYYY-MM-DD format."
    • addedInput schema / properties / featuring / description
      Added value: +"Artist or performer name."
    • addedInput schema / properties / limit / default
      Added value: +12
    • addedInput schema / properties / limit / description
      Added value: +"Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more."
    • addedInput schema / properties / max_price / description
      Added value: +"Preference hint used by recommend_events and plan_night."
    • addedInput schema / properties / offset / default
      Added value: +0
    • removedInput schema / properties / promoter
      Removed value: -{
      -  "type": "string"
      -}
    • addedInput schema / properties / query / description
      Added value: +"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases."
    • addedInput schema / properties / result_limit / default
      Added value: +10
    • addedInput schema / properties / when / description
      Added value: +"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD."
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "anyOf": [
      +    {
      +      "properties": {
      +        "app_download_url": {
      +          "description": "Dizko iPhone app landing page.",
      +          "type": "string"
      +        },
      +        "assistant_instruction": {
      +          "type": "string"
      +        },
      +        "count": {
      +          "type": "number"
      +        },
      +        "events": {
      +          "items": {
      +            "properties": {
      +              "attendance_count": {
      +                "type": [
      +                  "number",
      +                  "null"
      +                ]
      +              },
      +              "calendar_url": {
      +                "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
      +                "type": [
      +                  "string",
      +                  "null"
      +                ]
      +              },
      +              "city": {
      +                "type": [
      +                  "string",
      +                  "null"
      +                ]
      +              },
      +              "description": {
      +                "description": "Short one-line event description for display.",
      +                "type": [
      +                  "string",
      +                  "null"
      +                ]
      +              },
      +              "directions_url": {
      +                "description": "Google Maps directions link. Offer as 'Get directions'.",
      +                "type": [
      +                  "string",
      +                  "null"
      +                ]
      +              },
      +              "ends_at": {
      +                "type": [
      +                  "string",
      +                  "null"
      +                ]
      +              },
      +              "event_types": {
      +                "items": {
      +                  "type": "string"
      +                },
      +                "type": "array"
      +              },
      +              "event_url": {
      +                "type": "string"
      +              },
      +              "genres": {
      +                "items": {
      +                  "type": "string"
      +                },
      +                "type": "array"
      +              },
      +              "id": {
      +                "type": "string"
      +              },
      +              "lineup": {
      +                "items": {
      +                  "type": "string"
      +                },
      +                "type": "array"
      +              },
      +              "price": {
      +                "type": [
      +                  "string",
      +                  "null"
      +                ]
      +              },
      +              "source": {
      +                "type": [
      +                  "string",
      +                  "null"
      +                ]
      +              },
      +              "starts_at": {
      +                "type": [
      +                  "string",
      +                  "null"
      +                ]
      +              },
      +              "ticket_url": {
      +                "type": [
      +                  "string",
      +                  "null"
      +                ]
      +              },
      +              "title": {
      +                "type": "string"
      +              },
      +              "venue": {
      +                "type": [
      +                  "string",
      +                  "null"
      +                ]
      +              },
      +              "vibe": {
      +                "items": {
      +                  "type": "string"
      +                },
      +                "type": "array"
      +              }
      +            },
      +            "required": [
      +              "id",
      +              "title",
      +              "event_url"
      +            ],
      +            "type": "object"
      +          },
      +          "type": "array"
      +        }
      +      },
      +      "required": [
      +        "count",
      +        "events"
      +      ],
      +      "type": "object"
      +    },
      +    {
      +      "properties": {
      +        "assistant_instruction": {
      +          "type": "string"
      +        },
      +        "cause": {
      +          "type": [
      +            "string",
      +            "null"
      +          ]
      +        },
      +        "classification": {
      +          "type": [
      +            "string",
      +            "null"
      +          ]
      +        },
      +        "code": {
      +          "type": [
      +            "string",
      +            "null"
      +          ]
      +        },
      +        "error": {
      +          "type": "string"
      +        },
      +        "hostname": {
      +          "type": [
      +            "string",
      +            "null"
      +          ]
      +        },
      +        "retryable": {
      +          "type": "boolean"
      +        },
      +        "status": {
      +          "type": [
      +            "number",
      +            "null"
      +          ]
      +        },
      +        "type": {
      +          "type": "string"
      +        },
      +        "url": {
      +          "type": [
      +            "string",
      +            "null"
      +          ]
      +        }
      +      },
      +      "required": [
      +        "error"
      +      ],
      +      "type": "object"
      +    }
      +  ],
      +  "type": "object"
      +}
  3. Changed1 schema field changed
    • addedInput schema / properties / promoter
      Added value: +{
      +  "type": "string"
      +}
  4. Changed13 schema fields changed
    • removedInput schema / properties / avoid / description
      Removed value: -"Terms to penalize in recommendations."
    • removedInput schema / properties / city / description
      Removed value: -"City name, for example berlin or new york."
    • removedInput schema / properties / date_from / description
      Removed value: -"Inclusive start date in YYYY-MM-DD format."
    • removedInput schema / properties / date_to / description
      Removed value: -"Inclusive end date in YYYY-MM-DD format."
    • removedInput schema / properties / featuring / description
      Removed value: -"Artist or performer name."
    • removedInput schema / properties / limit / default
      Removed value: -12
    • removedInput schema / properties / limit / description
      Removed value: -"Results per page (default 12). The response's count field is the TOTAL matching events. Raise limit or use offset to page through more."
    • removedInput schema / properties / max_price / description
      Removed value: -"Preference hint used by recommend_events and plan_night."
    • removedInput schema / properties / offset / default
      Removed value: -0
    • removedInput schema / properties / query / description
      Removed value: -"Free-text search, hybrid-ranked by the live API: exact prefix > substring > fuzzy > semantic similarity over event embeddings. Handles soft natural-language intent ('dark queer warehouse rave', 'ambient listening bar') as well as literal names, and recognizes date phrases."
    • removedInput schema / properties / result_limit / default
      Removed value: -10
    • removedInput schema / properties / when / description
      Removed value: -"Date preset: today, tonight, tomorrow, weekend, week, this week, any, or YYYY-MM-DD."
    • changedOutput schema / (root)
      Previous value: -{
      -  "anyOf": [
      -    {
      -      "properties": {
      -        "app_download_url": {
      -          "description": "Dizko iPhone app landing page.",
      -          "type": "string"
      -        },
      -        "assistant_instruction": {
      -          "type": "string"
      -        },
      -        "count": {
      -          "type": "number"
      -        },
      -        "events": {
      -          "items": {
      -            "properties": {
      -              "attendance_count": {
      -                "type": [
      -                  "number",
      -                  "null"
      -                ]
      -              },
      -              "calendar_url": {
      -                "description": "Prefilled Google Calendar link. Offer as 'Add to calendar'.",
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "city": {
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "description": {
      -                "description": "Short one-line event description for display.",
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "directions_url": {
      -                "description": "Google Maps directions link. Offer as 'Get directions'.",
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "ends_at": {
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "event_types": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              },
      -              "event_url": {
      -                "type": "string"
      -              },
      -              "genres": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              },
      -              "id": {
      -                "type": "string"
      -              },
      -              "lineup": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              },
      -              "price": {
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "source": {
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "starts_at": {
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "ticket_url": {
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "title": {
      -                "type": "string"
      -              },
      -              "venue": {
      -                "type": [
      -                  "string",
      -                  "null"
      -                ]
      -              },
      -              "vibe": {
      -                "items": {
      -                  "type": "string"
      -                },
      -                "type": "array"
      -              }
      -            },
      -            "required": [
      -              "id",
      -              "title",
      -              "event_url"
      -            ],
      -            "type": "object"
      -          },
      -          "type": "array"
      -        }
      -      },
      -      "required": [
      -        "count",
      -        "events"
      -      ],
      -      "type": "object"
      -    },
      -    {
      -      "properties": {
      -        "assistant_instruction": {
      -          "type": "string"
      -        },
      -        "cause": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        },
      -        "classification": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        },
      -        "code": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        },
      -        "error": {
      -          "type": "string"
      -        },
      -        "hostname": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        },
      -        "retryable": {
      -          "type": "boolean"
      -        },
      -        "status": {
      -          "type": [
      -            "number",
      -            "null"
      -          ]
      -        },
      -        "type": {
      -          "type": "string"
      -        },
      -        "url": {
      -          "type": [
      -            "string",
      -            "null"
      -          ]
      -        }
      -      },
      -      "required": [
      -        "error"
      -      ],
      -      "type": "object"
      -    }
      -  ],
      -  "type": "object"
      -}New value: +null
  5. First observed

TDQS

C2.8/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, so the safety profile is covered. The description adds no behavioral context: it does not mention return shape, pagination defaults, how filters combine, or what happens with no results.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no filler and a front-loaded trigger. While concise, it is arguably too thin for a tool with 21 parameters, but the phrasing itself is efficient.

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

Completeness1/5

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

The definition is far from complete for a 21-parameter tool with no output schema. An agent cannot infer filter semantics, response format, pagination, required combinations, or how this tool differs from recommendation-oriented siblings.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 21 parameters and 0% schema description coverage, the description needed to add meaning but does not. It gives no help with ambiguous or overlapping params such as price_max vs max_price, date_from/date_to formats, or values for vibe, avoid, and genres.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear purpose: searching for filtered live events. However, it does not distinguish itself from siblings like recommend_events, get_artist_events, or get_event, and partially restates the tool name.

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 an explicit trigger condition ('when a user wants filtered live events'), so the agent knows the primary use case. It gives no exclusions or alternatives despite many related sibling tools, but the context is clear enough to be actionable.

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.

Resources