Skip to content
Development
Skill

/preset-mcp-troubleshooting

Troubleshoot Superset MCP health, validation, permission, response-size, and bug-report workflows. Use only for MCP tool workflows; do not use for direct API work.

From plugin
preset-io-agent-skills
1228 skills
Install
$ npx -y skills add preset-io/agent-skills --skill preset-mcp-troubleshooting --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/preset-mcp-troubleshooting

Context preview

The summary Claude sees to decide when to auto-load this skill.

Troubleshoot Superset MCP health, validation, permission, response-size, and bug-report workflows. Use only for MCP tool workflows; do not use for direct API work.

SKILL.md

preset-mcp-troubleshooting.SKILL.md
name: preset-mcp-troubleshooting
description: Troubleshoot Superset MCP health, validation, permission, response-size, and bug-report workflows. Use only for MCP tool workflows; do not use for direct API work.

preset-mcp-troubleshooting

Use when Superset MCP tools fail, return validation errors, return permission errors, or produce oversized responses.

Always

  • Stay on MCP troubleshooting; do not switch to direct APIs.
  • Use `health_check` first for service availability.
  • Use `generate_bug_report` when the user says MCP is broken or asks how to report an issue.
  • Treat permission denied as authoritative.
  • No permission workaround: do not search alternate tools, REST APIs, or direct APIs to expose restricted data.
  • Use live tool schemas to fix validation errors.

Decision Rules

  • Connection or availability issue: `health_check`.
  • Tool parameter/schema issue: inspect the live tool schema and retry only with corrected MCP arguments.
  • Permission issue: explain the denied operation and stop; do not search for alternate tools to expose restricted data.
  • Response too large: rerun with narrower filters, identifiers, page sizes, or row limits.
  • Repro/report request: `generate_bug_report`.

Workflow Order

1. Classify the failure: availability, validation, permission, unsupported capability, oversized response, or unknown error. 2. Use the smallest diagnostic MCP tool. 3. Explain the failure in user terms. 4. For permission denied, stop or generate bug report when requested. 5. Stop before direct API or REST API calls. 6. Retry only when the correction is clear and remains on MCP.

Retrieve

  • Troubleshooting guide: [references/troubleshooting.md](references/troubleshooting.md)
Read more
Ships withpreset-io-agent-skills

Agent guidance for working with Preset, Apache Superset, and Superset MCP tools. The skills work across Claude, OpenAI Codex, Cursor, GitHub Copilot, Snowflake Cortex Code CLI, and Gemini CLI from a single source.

Get the whole plugin
Stats
12
Stars
1
Forks
Active
Maintenance
Shell
Language
Apache-2.0
License
10d ago
Last commit
3mo ago
Created

Repo: preset-io/agent-skills

Other skills on preset-io-agent-skills.