visualize_aggregate
Generate a concise meta description for the visualize_aggregate tool from NowAIKit MCP server, following all the formatting constraints provided.
Instructions
Build a real-time chart of ServiceNow records grouped by a field (e.g. incidents by priority, cases by state). Returns chart-ready data, a Teams Adaptive Card (Chart.*) to drop into a Copilot Studio "Send an adaptive card" step, a markdown table, and a summary. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Keep the top N groups by count (default 12) | |
| query | No | Optional encoded query filter, e.g. "active=true" | |
| table | Yes | Table to aggregate, e.g. "incident", "sn_customerservice_case" | |
| title | No | Optional chart title | |
| group_by | Yes | Field to group by, e.g. "priority", "state", "category", "assignment_group" | |
| chart_type | No | column (default) | bar | pie | donut |