Skip to main content
Glama

Get City Pulse

get_city_pulse
Read-only

Use this when a user wants a city's busiest nights, top venues, genre mix, and headline events.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYes
daysNo
date_fromNo
event_typesNo

Schema Changelog

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

  1. Changed6 schema fields changed
    • 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. Defaults to today."
    • removedInput schema / properties / days / default
      Removed value: -7
    • removedInput schema / properties / days / description
      Removed value: -"Window length in days starting from date_from (max 14)."
    • removedInput schema / properties / event_types / description
      Removed value: -"Optional event-type filter, for example party."
    • changedOutput 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: +null
  2. Changed6 schema fields changed
    • 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. Defaults to today."
    • addedInput schema / properties / days / default
      Added value: +7
    • addedInput schema / properties / days / description
      Added value: +"Window length in days starting from date_from (max 14)."
    • addedInput schema / properties / event_types / description
      Added value: +"Optional event-type filter, for example party."
    • changedOutput 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"
      +}
  3. Changed6 schema fields changed
    • 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. Defaults to today."
    • removedInput schema / properties / days / default
      Removed value: -7
    • removedInput schema / properties / days / description
      Removed value: -"Window length in days starting from date_from (max 14)."
    • removedInput schema / properties / event_types / description
      Removed value: -"Optional event-type filter, for example party."
    • changedOutput 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: +null
  4. First observed

TDQS

A3.5/5.0
Behavior3/5

Does 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.

Conciseness5/5

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.

Completeness2/5

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.

Parameters1/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources