aggregate_data
Perform data aggregations (count, sum, avg, min, max) on specified tables using a Hasura GraphQL filter. Supported by the Advanced Hasura GraphQL MCP Server for efficient data analysis.
Instructions
Performs a simple aggregation (count, sum, avg, min, max)...
Input Schema
Name | Required | Description | Default |
---|---|---|---|
aggregateFunction | Yes | The aggregation function... | |
field | No | Required for 'sum', 'avg', 'min', 'max'... | |
filter | No | Optional. A Hasura GraphQL 'where' filter object... | |
tableName | Yes | The exact name of the table... |