create_report
Create a new saved report on ServiceNow tables to visualize data with charts, lists, or gauges for analysis and decision-making.
Instructions
Create a new saved report on any table (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Report title displayed in the list | |
| table | Yes | Table to report on (e.g. "incident", "change_request") | |
| type | Yes | Report type: "bar", "column", "pie", "line", "list", "gauge", "single_score", "trend", "pivot", "calHeatmap" | |
| field | No | Primary grouping field for the report | |
| query | No | Encoded query to filter report data | |
| aggregate | No | Aggregate function: COUNT (default), SUM, AVG, MIN, MAX | |
| group_by | No | Secondary grouping field (stacked charts) | |
| roles | No | Comma-separated roles that can view the report |