maple-dashboard-widgets

Create and validate Maple dashboard widgets via MCP with structured JSON.

1.6k|107|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Makisuo/maple --skill maple-dashboard-widgets
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: maple-dashboard-widgets
Source: https://github.com/Makisuo/maple/tree/main/skills/maple-dashboard-widgets
Command: npx skills add https://github.com/Makisuo/maple --skill maple-dashboard-widgets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maple dashboard widgets can be complex to assemble, validate, and maintain; this skill provides a structured approach to building, repairing, and reviewing those widgets via the Maple MCP, ensuring consistency and safety.

Core Features & Use Cases

  • Create, add, or update dashboard widgets through the MCP with properly structured widget JSON.
  • Validate widget configurations against data sources, grouping, transforms, and display options to catch common mistakes before persistence.
  • Reproduce end-to-end validation and inspection workflows to verify that the stored widget matches its rendered output and tooling constraints.

Quick Start

Provide a minimal widget JSON payload to the Maple MCP using the recommended create_dashboard path and verify the widget is stored and rendered.

Frequently Asked Questions about maple-dashboard-widgets

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

FAQPage Schema
How do I validate Maple dashboard widget configurations before deployment?▼

You can validate Maple dashboard widgets via MCP by checking JSON structures against data sources, groupBy prefixes, transforms like reduceToValue, and hidden-series handling to catch errors before persistence.

What types of widget configurations can I create and update through the Maple MCP?▼

Through the Maple MCP, you can create, add, or update dashboard widgets covering traces, logs, and metrics, including complex charts, formulas, and multi-query configurations.

How does MCP handle widget validation for data sources and transforms?▼

MCP widget validation imposes strict rules for data sources, groupBy prefixes, and transforms like reduceToValue, ensuring configuration correctness and safe deployment of your dashboard widgets.

Can I use MCP to verify that a stored dashboard widget matches its rendered output?▼

Yes, you can reproduce end-to-end validation workflows to verify that the stored Maple dashboard widget matches its rendered output and adheres to tooling constraints via post-submission verification.

What is the best way to structure complex chart and multi-query configurations for Maple dashboards?▼

The best way to structure complex charts and multi-query configurations is by providing properly structured widget JSON to the Maple MCP using the recommended create_dashboard path for safe deployment.

Why do my Maple dashboard widgets fail validation when using hidden-series or reduceToValue transforms?▼

Widget validation fails when configurations violate MCP rules for hidden-series handling or reduceToValue transforms, requiring structural adjustments to match data source constraints before persistence.