Skip to main content
Glama

superset_report_create

Create scheduled reports delivering dashboard or chart screenshots via email, or set up SQL-based alerts that trigger notifications when conditions are met.

Instructions

Create a report (periodic delivery) or alert (SQL-condition based).

For Report: specify dashboard or chart — Superset will send a screenshot on schedule. For Alert: specify database and sql — Superset checks the condition and notifies on trigger.

Args: name: Report/alert name. crontab: Cron schedule. Examples: - "0 9 * * *" — every day at 9:00 - "0 9 * * 1" — every Monday at 9:00 - "0 */6 * * *" — every 6 hours report_type: Type: "Report" (periodic delivery, default) or "Alert" (condition-based). dashboard: Dashboard ID for screenshot (for Report). chart: Chart ID for screenshot (for Report). database: Database connection ID (for Alert — SQL condition). sql: SQL query for condition check (for Alert). The alert triggers when the query returns a non-empty result. recipients: JSON string with recipient list. Format: [{"type": "Email", "recipient_config_json": {"target": "user@example.com"}}] active: Whether active (default True).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sqlNo
nameYes
chartNo
activeNo
crontabYes
databaseNo
dashboardNo
recipientsNo
report_typeNoReport

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden and explains key behaviors: reports send scheduled screenshots, alerts trigger on non-empty SQL results, and recipients follow a specific JSON format. It lacks explicit mention of permissions, return values, or error handling, but the operational behavior is well covered.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear summary, separated report/alert guidance, and a readable Args list. It's slightly verbose but every section adds value with examples and clarifications.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the 9-parameter schema with no descriptions, the description is quite complete and covers all parameters. Minor gaps include not explicitly stating conditional requirements (e.g., dashboard or chart required for Report, database and sql for Alert) and not mentioning response/return value, but the provided information is sufficient for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description fully compensates by explaining every parameter with examples (crontab formats, recipients JSON structure, SQL condition semantics). It adds meaning beyond the schema's raw types and defaults.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's action ('Create a report or alert') and distinguishes between the two modes, which differentiates it from sibling tools like update/delete. It also explains the resource types and their purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides clear context on when to use Report vs Alert ('For Report: specify dashboard or chart' / 'For Alert: specify database and sql'), which guides parameter selection. It does not explicitly name alternative tools or state when not to use it, but the distinction is strong.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bintocher/mcp-superset'

If you have feedback or need assistance with the MCP directory API, please join our Discord server