← ClaudeAtlas

fusebase-dashboardslisted

How to use MCP for working with Fusebase dashboards during LLM development. Use when: 1. Discovering dashboards, views, schema via MCP; 2. Creating or updating dashboards/views; 3. Reading/writing dashboard data; 4. Working with relations, filters, templates, child tables; 5. Working with managed databases (e.g. meetings, companies, deals) — load prompts_search({ groups: ["managedDatabases"] }) and see references/meetings.md, references/companies.md, references/deals.md.
fusebase-dev/fusebase-flow · ★ 2 · AI & Automation · score 78
Install: claude install-skill fusebase-dev/fusebase-flow
# Fusebase Dashboards MCP Skill This document describes how to use **MCP (Model Context Protocol)** for working with Fusebase dashboards **during LLM development**. MCP is used for discovery and execution from the LLM; the **SDK** is used only in **runtime code** (app/browser). See the Fusebase Dashboards SDK skill for SDK usage. For rules and checklists, see `AGENTS.md`. - **For runtime SDK code** that reads or writes dashboard data (`getDashboardViewData`, `batchPutDashboardData`, etc.), **`references/data-patterns.md` is required** — it defines the real response/request shapes; use it together with `sdk_describe` (do not infer `data.rows` vs top-level `data` from memory). - **Default-path rule** — this skill is for existing dashboard surfaces and explicitly dashboard-oriented tasks. It is **not** the default storage-planning skill for new app-owned structured data. Do not ask the user to choose between PostgreSQL and a new dashboard/database unless the user explicitly requested dashboards or the project is extending an existing dashboard surface. ## References Each reference is in a separate file under `references/`. Load the file when you need that topic. **meta** - [Authorization and Scopes](references/authz.md) - [Bootstrap](references/bootstrap.md) - [SDK Discovery](references/sdk.md) - [Tooling](references/tooling.md) **core** - [Dashboard Data](references/data-patterns.md) - [Dashboard Schema](references/schema-fundamentals.md) - [Domain Overview](reference