Get City Pulse
get_city_pulseUse this when a user wants a city's busiest nights, top venues, genre mix, and headline events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | ||
| days | No | ||
| date_from | No | ||
| event_types | No |
get_city_pulseUse this when a user wants a city's busiest nights, top venues, genre mix, and headline events.
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | ||
| days | No | ||
| date_from | No | ||
| event_types | No |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Input schema / properties / city / descriptionRemoved value: -"City name, for example berlin or new york."Input schema / properties / date_from / descriptionRemoved value: -"Inclusive start date in YYYY-MM-DD format. Defaults to today."Input schema / properties / days / defaultRemoved value: -7Input schema / properties / days / descriptionRemoved value: -"Window length in days starting from date_from (max 14)."Input schema / properties / event_types / descriptionRemoved value: -"Optional event-type filter, for example party."Output schema / (root)Previous value: -{
- "anyOf": [
- {
- "properties": {
- "assistant_instruction": {
- "type": "string"
- },
- "busiest_nights": {
- "items": {
- "properties": {
- "date": {
- "type": "string"
- },
- "events": {
- "type": "number"
- },
- "weekday": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "date",
- "events"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "city": {
- "type": [
- "string",
- "null"
- ]
- },
- "date_from": {
- "type": "string"
- },
- "date_to": {
- "type": "string"
- },
- "days": {
- "type": "number"
- },
- "free_events_in_sample": {
- "type": "number"
- },
- "headliners": {
- "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"
- },
- "sample_note": {
- "type": "string"
- },
- "sample_size": {
- "type": "number"
- },
- "top_genres": {
- "items": {
- "properties": {
- "events": {
- "type": "number"
- },
- "genre": {
- "type": "string"
- }
- },
- "required": [
- "genre",
- "events"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "top_venues": {
- "items": {
- "properties": {
- "events": {
- "type": "number"
- },
- "total_attendance": {
- "type": "number"
- },
- "venue": {
- "type": "string"
- }
- },
- "required": [
- "venue",
- "events"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "total_available": {
- "type": "number"
- }
- },
- "required": [
- "date_from",
- "date_to",
- "total_available",
- "sample_size",
- "busiest_nights",
- "top_venues",
- "top_genres",
- "headliners"
- ],
- "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: +nullInput schema / properties / city / descriptionAdded value: +"City name, for example berlin or new york."Input schema / properties / date_from / descriptionAdded value: +"Inclusive start date in YYYY-MM-DD format. Defaults to today."Input schema / properties / days / defaultAdded value: +7Input schema / properties / days / descriptionAdded value: +"Window length in days starting from date_from (max 14)."Input schema / properties / event_types / descriptionAdded value: +"Optional event-type filter, for example party."Output schema / (root)Previous value: -nullNew value: +{
+ "anyOf": [
+ {
+ "properties": {
+ "assistant_instruction": {
+ "type": "string"
+ },
+ "busiest_nights": {
+ "items": {
+ "properties": {
+ "date": {
+ "type": "string"
+ },
+ "events": {
+ "type": "number"
+ },
+ "weekday": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "date",
+ "events"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "city": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "date_from": {
+ "type": "string"
+ },
+ "date_to": {
+ "type": "string"
+ },
+ "days": {
+ "type": "number"
+ },
+ "free_events_in_sample": {
+ "type": "number"
+ },
+ "headliners": {
+ "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"
+ },
+ "sample_note": {
+ "type": "string"
+ },
+ "sample_size": {
+ "type": "number"
+ },
+ "top_genres": {
+ "items": {
+ "properties": {
+ "events": {
+ "type": "number"
+ },
+ "genre": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "genre",
+ "events"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "top_venues": {
+ "items": {
+ "properties": {
+ "events": {
+ "type": "number"
+ },
+ "total_attendance": {
+ "type": "number"
+ },
+ "venue": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "venue",
+ "events"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total_available": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "date_from",
+ "date_to",
+ "total_available",
+ "sample_size",
+ "busiest_nights",
+ "top_venues",
+ "top_genres",
+ "headliners"
+ ],
+ "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"
+}Input schema / properties / city / descriptionRemoved value: -"City name, for example berlin or new york."Input schema / properties / date_from / descriptionRemoved value: -"Inclusive start date in YYYY-MM-DD format. Defaults to today."Input schema / properties / days / defaultRemoved value: -7Input schema / properties / days / descriptionRemoved value: -"Window length in days starting from date_from (max 14)."Input schema / properties / event_types / descriptionRemoved value: -"Optional event-type filter, for example party."Output schema / (root)Previous value: -{
- "anyOf": [
- {
- "properties": {
- "assistant_instruction": {
- "type": "string"
- },
- "busiest_nights": {
- "items": {
- "properties": {
- "date": {
- "type": "string"
- },
- "events": {
- "type": "number"
- },
- "weekday": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "date",
- "events"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "city": {
- "type": [
- "string",
- "null"
- ]
- },
- "date_from": {
- "type": "string"
- },
- "date_to": {
- "type": "string"
- },
- "days": {
- "type": "number"
- },
- "free_events_in_sample": {
- "type": "number"
- },
- "headliners": {
- "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"
- },
- "sample_note": {
- "type": "string"
- },
- "sample_size": {
- "type": "number"
- },
- "top_genres": {
- "items": {
- "properties": {
- "events": {
- "type": "number"
- },
- "genre": {
- "type": "string"
- }
- },
- "required": [
- "genre",
- "events"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "top_venues": {
- "items": {
- "properties": {
- "events": {
- "type": "number"
- },
- "total_attendance": {
- "type": "number"
- },
- "venue": {
- "type": "string"
- }
- },
- "required": [
- "venue",
- "events"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "total_available": {
- "type": "number"
- }
- },
- "required": [
- "date_from",
- "date_to",
- "total_available",
- "sample_size",
- "busiest_nights",
- "top_venues",
- "top_genres",
- "headliners"
- ],
- "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: +nullDoes the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only and closed-world behavior, so the description only needs to add context. It clarifies the aggregate nature of the result, but does not mention date-range behavior, filtering effects, or any limitations. This is adequate but not rich.
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, well-structured sentence that front-loads the trigger condition and immediately lists the returned content. There is no wasted wording.
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?
With four parameters, no schema descriptions, and no output schema, the description needs to carry more weight. It does list the result categories but fails to explain the optional parameters or any filtering behavior, leaving a notable completeness gap.
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 0%, so the description must compensate by explaining parameters. It only implies 'city' via the phrase 'a city's' and entirely ignores days, date_from, and event_types, leaving agents without meaningful guidance for those fields.
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 states a specific verb-plus-resource purpose: retrieving a city pulse summarizing busiest nights, top venues, genre mix, and headline events. This content list clearly distinguishes it from siblings like search_events, get_artist_events, and list_cities.
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 opens with 'Use this when a user wants...' and gives clear, concrete context for when the tool is appropriate. It does not explicitly mention when not to use it or name alternative tools, so it stops short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.