Skip to main content
Glama

superset_assets_import

Import Superset dashboards, charts, datasets, and databases from a ZIP file produced by assets_export. Overwrite existing objects with matching UUIDs when confirmed.

Instructions

Import Superset assets from a ZIP file (created via assets_export).

CRITICAL: overwrite=True overwrites ALL matching objects (dashboards, charts, datasets, databases). This is irreversible.

Args: file_path: Absolute path to the ZIP file on disk. overwrite: Overwrite existing objects with matching UUIDs (default False). confirm_overwrite: Overwrite confirmation (REQUIRED when overwrite=True).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
overwriteNo
confirm_overwriteNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It explicitly warns that overwrite=True irreversibly overwrites ALL matching objects across multiple asset categories and that confirm_overwrite is required. This is excellent transparency for a destructive operation.

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

Conciseness5/5

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

The description is compact and well-structured: a clear first-line purpose, a critical warning in caps, and a concise parameter breakdown. Every sentence adds value; no fluff or repetition. The warning is appropriately prominent.

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

Completeness5/5

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

Despite having an output schema (which means return values need not be described), this description covers all essential aspects for a safe and correct use: what the tool does, how to use the parameters, and the irreversible overwrite risk. It is complete for the tool's complexity and destructive potential.

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 coverage is 0%, so the description must fully explain parameters. It does exactly that with an Args section defining file_path as an absolute path, overwrite behavior, and confirm_overwrite as a mandatory confirmation. This is essential information not present in the schema.

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 function: importing Superset assets from a ZIP file. It specifies the source format (ZIP created via assets_export) and distinguishes it from sibling tools like dashboard_import or chart_import by covering all asset types. The verb 'Import' and resource 'Superset assets' are specific and unambiguous.

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?

The description explains the primary use case (importing assets exported via assets_export) and provides critical guidance about overwrite behavior. It doesn't explicitly mention alternatives for single-type imports, but the context is clear enough for an agent to select this tool when dealing with a ZIP file of multiple asset types.

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