fusebase-dashboards

Discover FuseBase dashboard schemas and read or write data via MCP.

6|Updated May 29, 2026
One-click install
npx skills add https://github.com/fusebase-dev/fusebase-flow --skill fusebase-dashboards
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fusebase-dashboards
Source: https://github.com/fusebase-dev/fusebase-flow/tree/main/.agents/skills/fusebase-dashboards
Command: npx skills add https://github.com/fusebase-dev/fusebase-flow --skill fusebase-dashboards

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates the guesswork and manual API exploration when working with FuseBase Project Dashboards during LLM-driven development. It provides a structured workflow for discovering schemas, reading and writing data, managing relations, and handling system-managed databases like Companies and Deals—all through the Model Context Protocol.

Core Features & Use Cases

  • MCP-Powered Dashboard Operations: Discover dashboards, views, and schemas; read and update dashboard data; work with relations, filters, templates, and child tables using standardized MCP tools.
  • System-Managed Database Support: First-class handling of Companies, Deals, and Meetings databases with alias-only discovery, CRM demo data seeding, and relation workflows.
  • SDK Guidance: Clear separation between MCP for LLM development and SDK for runtime feature code, with exact method mappings and initialization patterns.

Quick Start

Use the fusebase-dashboards skill to discover your organization's dashboards, inspect their schemas, and read or write data via the connected MCP server.

Frequently Asked Questions about fusebase-dashboards

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage FuseBase dashboards with LLMs using MCP?▼

You can manage FuseBase dashboards with LLMs by using this Skill to connect to a fusebase-dashboards MCP server, enabling LLM-driven discovery, schema inspection, and data read/write operations through the Model Context Protocol.

Can I read and write data to FuseBase system-managed databases like Companies and Deals?▼

Yes, you can read and write data to FuseBase system-managed databases like Companies and Deals. The Skill provides first-class support for alias-only discovery, CRM demo data seeding, and relation workflows for these specific databases.

What is the workflow for inspecting dashboard schemas and views before executing tool operations?▼

The workflow follows an intent-based approach requiring mandatory domain knowledge loading before tool execution. This allows you to discover dashboards, inspect schemas, and handle views, filters, child tables, and relations systematically.

Do I need a connected MCP server to develop FuseBase dashboards with an LLM?▼

Yes, you need a connected fusebase-dashboards MCP server to execute operations. The Skill provides SDK guidance for runtime feature code, but MCP is specifically required for the LLM-driven development process.

How does MCP development differ from using the SDK for FuseBase dashboard operations?▼

MCP is used for LLM-driven development to discover schemas and manage data operations, while the SDK is used for runtime feature code. The Skill provides clear separation between the two with exact method mappings and initialization patterns.

What dashboard operations are supported when working with FuseBase relations and filters?▼

Supported dashboard operations include discovering dashboards, reading and updating data, and working with relations, filters, templates, and child tables using standardized MCP tools provided by the Skill.