Stats
Actions
Tags
From preset-mcp-skills
Use Superset MCP data-returning tools for chart data, chart previews, rendered chart SQL, and dataset query results. Use only for MCP tool workflows; do not use for direct API work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/preset-mcp-skills:preset-mcp-dataThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use when the user needs data returned through MCP tools.
Use when the user needs data returned through MCP tools.
get_chart_data for existing chart result data.get_chart_preview for renderable existing chart previews.get_chart_sql to inspect rendered chart SQL without executing it.query_dataset for semantic-layer metrics, dimensions, filters, and time ranges.preset-mcp-visualization.get_chart_data, get_chart_sql, get_chart_preview, or query_dataset according to the requested output.npx claudepluginhub preset-io/agent-skills --plugin preset-mcp-skillsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.