create_report

Створити звіт (фільтр/view) для форми. Підтримує умови фільтрації, групування, суму/середнє по групі, видимі колонки, сортування. Для дат: yesterday, today, last_7_days, last_30_days, this_month, this_week, between (+ from/to), before, after тощо.

SERVERQuintaDB SOURCEhttps://quintadb.com/mcp
Medium RISK CLASS
Category Write
Parameters 123 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/com-quintadb-mcp/create-report.md

What create_report does on QuintaDB

AI agents use create_report to create or update resources in QuintaDB, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your QuintaDB environment.

ParameterTypeRequiredDescription
asc boolean true=за зростанням (default), false=за спаданням. Застосовується до sort_by.
name string Yes Назва звіту
order string asc або desc — напрям сортування ГРУП (лише коли задано group_field_ids). Це НЕ поле для сортування — для цього використовуй sort_by.
app_id string Yes Project ID (from list_projects)
sort_by string ID або назва поля для сортування записів (використовується разом з asc).
per_page integer Записів на сторінку (default 10)
criterias array Умови фільтрації. Для дат: yesterday, today, last_7_days, last_30_days, this_week, this_month, next_7_days, between (+ from/to), before, after. Для текстів: is,
entity_id string Yes Form ID (from list_forms or describe_project)
property_ids array ID або назви полів що відображаються (пусто = всі)
total_by_group integer 1 = показати суму числового поля по кожній групі. Обов'язково вказати total_by_group_column_id.
group_field_ids array ID полів для групування (GROUP BY). Наприклад, групувати по статусу.
average_by_group integer 1 = показати середнє числового поля по кожній групі. Обов'язково вказати average_by_group_column_id.

Parameters from the server's own tool schema.

Why create_report is rated Medium

This tool creates a new report or view configuration for a form, including filters, groupings, aggregations, and sorting. It persistently creates a new object in the system (a report/filter/view), which is a reversible write operation. It does not delete data or execute code, so Write is the appropriate category.

From the tool's definition Створити звіт (фільтр/view) для форми — 'Створити' means 'Create' in Ukrainian, indicating creation of a new report/view object

Risk signalsHigh parameter count (22 properties)

Questions about create_report

What does the create_report tool do? +

Створити звіт (фільтр/view) для форми. Підтримує умови фільтрації, групування, суму/середнє по групі, видимі колонки, сортування. Для дат: yesterday, today, last_7_days, last_30_days, this_month, this_week, between (+ from/to), before, after тощо. It is categorised as a Write tool in the QuintaDB MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does create_report accept? +

create_report accepts 12 parameters: asc, name, order, app_id, sort_by, per_page, criterias, entity_id, property_ids, total_by_group, group_field_ids, average_by_group. Required: name, app_id, entity_id. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on create_report? +

Register the QuintaDB MCP server in PolicyLayer and add a rule for create_report: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches QuintaDB. Nothing to install.

What risk level is create_report? +

create_report is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit create_report? +

Yes. Add a rate_limit block to the create_report rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block create_report completely? +

Set action: deny in the PolicyLayer policy for create_report. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides create_report? +

create_report is provided by the QuintaDB MCP server (https://quintadb.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on QuintaDB, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of QuintaDB's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.