Get Heatmap
get_heatmapRetrieve heatmap grid data for a game map, returning performance metrics per grid cell. Specify map, time period, and cell size for targeted analysis.
Instructions
Get heatmap grid data for a map. Returns performance metrics per cell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Time period: 1, 7, 14, or 30 days (default 7) | |
| map_id | Yes | Map ID to query (accepts the row UUID or slug from list_maps) | |
| cell_size | No | Cell size: 5, 10, 25, or 50 (default 25) | |
| event_name | No | Filter by event name | |
| project_id | No | Override the default project ID |