| name | preset-embedding |
| description | Inspect embedded dashboard configuration, trusted domains, origins, guest-token routing, and embedded RLS routing through direct Superset API calls. Use only for direct API workflows; Do not use for MCP-only work. |
preset-embedding
Use for embedded dashboard configuration reads and security-sensitive routing.
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. Consult preset-superset only when permissions drift matters.
- Default to embedded configuration reads.
- Route guest-token creation to
preset-guest-tokens.
- Route embedded RLS design/review to
preset-embedded-rls.
- Require explicit confirmation before embedded config mutations, guest tokens, trusted domain changes, or access-token key changes.
Decision Rules
- Distinguish config reads from trusted-domain mutations, guest-token issuance, and RLS changes.
- Require approval before broadening domains or issuing tokens.
- Route domain, token, and RLS requests to the correct guardrail.
- Avoid mutating embedded configuration.
Workflow Order
- Inspect embedded dashboard configuration.
- Classify domain, token, and RLS request type.
- Prepare approval summary for mutation or token issuance.
- Stop before broadening domains, mutating config, or issuing tokens.
Retrieve