skills_load
Load a diagnostic skill to retrieve step-by-step instructions for network troubleshooting, including tool calls, expected results, and anomaly interpretation.
Instructions
Load a diagnostic skill and return its full procedure.
The skill contains step-by-step instructions: which MCP tools to call, in what
order, what results to expect, and how to interpret anomalies. Read and follow
the skill before executing the corresponding workflow.
Matching priority: exact → case-insensitive exact → prefix → substring.
If the name is ambiguous, returns a list of candidates instead of content.
Args:
skill_name: Skill name (e.g., "bgp-diagnostic-mikrotik", "connectivity-check").
Partial and case-insensitive matches are supported.
Use skills_list() first if unsure of the exact name.
name: Alias for skill_name — either parameter is accepted.
Returns:
Full Markdown content of the skill plus metadata (platform, tags, token estimate).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill_name | No | ||
| name | No |