Skip to main content
Glama

skills_list

Explore network diagnostic skills filtered by platform or tag, then load specific step-by-step troubleshooting workflows.

Instructions

List available diagnostic skills/workflows.

Skills are step-by-step procedures that guide Claude through structured
troubleshooting using the MCP tools. Call this first to discover what's
available, then use skills_load() to load a specific skill.

Args:
    platform: Filter by platform (mikrotik, aruba, aci, graylog, librenms,
              paloalto, panorama, generic). If None, returns all skills.
    tag: Filter by topic tag (bgp, routing, multicast, connectivity, wifi…).
         If None, no tag filter is applied.
    reload: Set True to refresh the index after adding new skill files (default: False).

Returns:
    List of skills with name, title, platform, tags, description and required tools.
    Never returns skill content — use skills_load() for that.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
platformNo
tagNo
reloadNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It states that the tool never returns skill content (important behavioral constraint) and describes the return structure. However, it does not explicitly mention that the tool is read-only or any potential side effects, though for a list tool this is less critical. Still, a 4 is appropriate as it adds some value beyond the schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, front-loads the main purpose, and is structured with clear 'Args' and 'Returns' sections. Every sentence adds value, with no redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having no output schema, the description explains the return type ('List of skills with name, title, platform, tags, description and required tools') and clarifies that it does not return skill content. This is complete for the tool's complexity and the context of its siblings.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, so the description must compensate. It does so excellently: it explains each parameter (platform, tag, reload) with possible values, defaults, and semantics. For platform and tag, it lists example values, adding significant meaning beyond the schema's type-only definitions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool 'List available diagnostic skills/workflows' and distinguishes itself from sibling 'skills_load' by noting that after listing, one should use skills_load to load a specific skill. The verb 'List' and resource 'skills' are specific, and the relationship to the sibling is explicit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage context: 'Call this first to discover what's available, then use skills_load() to load a specific skill.' It also explains the optional filters (platform, tag) and the reload parameter, giving clear guidance on when and how to use the tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/angoran/git-netai'

If you have feedback or need assistance with the MCP directory API, please join our Discord server