← Back to list

mcp-tools-reference
by giantswarm
Plugin marketplace for Claude Code, targeting Giant Swarm staff
⭐ 0🍴 0📅 Jan 24, 2026
SKILL.md
name: mcp-tools-reference description: MCP tools quick reference for Giant Swarm operations
MCP Tools Quick Reference
Discovery
mcp_muster_list_core_tools: List core platform toolsmcp_muster_filter_tools: Search tools by pattern (e.g.,workflow_*,x_kubernetes*,*capi*,*_teleport_*)core_workflow_list: List available workflows
Execution
All tools execute via: mcp_muster_call_tool
core_*tools: Core platform building blocksx_*tools: Extended tools (kubernetes, prometheus, teleport, flux, capi)workflow_*tools: High-level automated workflows (composable)
Critical Parameters
Kubernetes (x_kubernetes_*):
kubeContext: REQUIRED - Always set explicitly (current context ignored)- Format:
teleport.giantswarm.io-{mc}orteleport.giantswarm.io-{mc}-{wc}
Prometheus (x_prometheus_*):
prometheus_url: REQUIRED - Format:http://localhost:{localPort}/prometheus- Port from
workflow_login-management-cluster(unique per MC) - Verify port works before queries
Teleport (x_teleport_*, workflows):
localPort: MUST be string, not integer (e.g.,"18001", not18001)
CAPI (*capi*):
- MC context only - Tools fail on WC context
Common Workflows
Login Management Cluster:
- Tool:
workflow_login-management-cluster - Args:
installation(MC name),localPort(string) - Creates: kubectl context + Mimir port-forward
Login Workload Cluster:
- Tool:
workflow_login-workload-cluster - Args:
installation(MC name),localPort(string),workloadCluster(WC name) - Creates: kubectl context
List Clusters:
- Tool:
x_teleport_kube_list_clusters - Returns: All available MC/WC clusters
Tool Categories
workflow_*: Automated multi-step operations (prefer these)x_kubernetes_*: K8s resource operations, logs, execx_prometheus_*: PromQL queries, metric fetchingx_teleport_*: Cluster discovery, access managementx_flux_*: GitOps operations, Kustomization inspection*capi*: Cluster API operations (MC only)core_*: Platform primitives (workflow building blocks)
Workflow Debugging
- Inspect:
core_workflow_get - Execution history:
core_workflow_execution_list - On error: Check workflow definition + execution logs
Best Practices
- Check existing workflows first - Use
mcp_muster_filter_toolswithworkflow_*pattern - Prefer MCP tools over kubectl/CLI - Better integration, error handling
- Create workflows from multi-step tasks - Makes platform composable
- Verify ports before Prometheus queries - Login workflow creates port-forward
- Always set kubeContext - Never rely on current context
Score
Total Score
55/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
