| name | preset-superset |
| description | Discover and validate direct Superset workspace API capabilities: version, OpenAPI, current user, permissions, menu, and API safety. Use only for direct API workflows; Do not use for MCP-only work. |
preset-superset
Use before domain-specific workspace API calls when endpoint drift, permissions, or feature availability matter.
Always
- Auth and conventions come from
preset-api (JWT exchange, base URLs, Rison); resolve the workspace hostname through the Management API when it is not already known.
- Send bearer tokens only to workspace hostnames resolved from the Preset Management API.
- Prefer the workspace
/api/v1/_openapi and /version over generic Superset docs.
- Keep this skill read-only discovery.
Decision Rules
- Use discovered workspace host and API facts.
- Classify version, OpenAPI, current-user, permissions, and menu calls as read-only discovery.
- Identify follow-up calls that need confirmation.
- Avoid assuming endpoints before discovery.
Workflow Order
- Resolve workspace hostname.
- Read version, OpenAPI, current-user, permissions, and menu capabilities.
- Classify follow-up risk.
- Redact credentials and tokens.
Retrieve
Do Not
- Do not run SQL, fetch chart data, export/import assets, mutate workspace objects, issue guest tokens, or change access controls from this skill.