Tools
| Tool | Description | Key Params |
|---|---|---|
reports.list | List all saved reports | — |
reports.get | Get a report’s configuration | report_id |
reports.create | Create a new report | name, config |
reports.update | Update a report’s config | report_id, name, config |
reports.delete | Delete a report | report_id |
reports.execute | Run a report and return data | report_id, time_range (optional override) |
Config Structure
| Field | Description |
|---|---|
object_type_slug | Which object type to query |
list_id | Optional — scope to a specific pipeline/list |
metric | count, sum, avg, min, max |
metric_field | Field to aggregate (required for sum/avg/min/max) |
group_by | Field to group results by |
chart_type | bar, line, pie, number, table |
filters | Array of filter objects |
time_range | Default time range |