What problem does it solve? Working with FuseBase Project Dashboards through an LLM requires knowing the correct MCP tool chain, schema resolution rules, and data formats; this Skill provides the operational instructions and reference docs so agents can discover, read, and write dashboard data without guessing endpoints or column keys. ## Core Features & Use Cases - Discovery and execution flow: Enforces the bootstrap → prompts/skill knowledge → tools_search/tools_describe → tool_call chain, with alias-only resolution via resolveAliases and UUID invariants. - Dashboard data operations: Documents getDashboardViewData and batchPutDashboardData request/response shapes, item_key resolution, and per-type value formats (link, files, label, lookup, dates). - Managed databases (CRM): Routes Companies, Deals, and Meetings intents to dedicated references with fixed aliases and a demo-data seeding recipe using relations. - Use Case: Ask the agent to seed demo companies and deals into the CRM; it bootstraps the connection, resolves aliases, reads schemas, creates rows, and links Companies to Deals via addRelationRows. ## Quick Start Verify the fusebase-dashboards MCP server is connected, then ask the agent to list all dashboards in the organization and show the schema of one of them.