Skip to main content
Glama

skill_files

List supporting files in a skill directory to discover examples, references, and templates bundled with the skill, excluding the main SKILL.md.

Instructions

List supporting files in a skill directory (excludes SKILL.md).

Use this to discover additional resources (examples, references, templates) bundled with a skill beyond its main SKILL.md content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe skill name (e.g., "panel-custom-components").

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/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 implies a read operation by stating 'List...', but does not explicitly confirm it is read-only or describe side effects, permissions, or rate limits. The exclusion of SKILL.md is noted, but overall transparency is adequate but not thorough.

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 two sentences, each earning its place: first sentence defines the action, second provides usage guidance. It is front-loaded and contains no unnecessary words. Ideal conciseness.

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

Completeness4/5

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

Given low complexity (1 required parameter), high schema coverage, and presence of an output schema, the description covers the essential aspects: what it does, usage recommendation, and key exclusion (SKILL.md). It could be more complete by specifying the return format, but the output schema likely covers that, making the description sufficient.

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

Parameters3/5

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

Schema description coverage is 100% (the single parameter 'name' is described with an example). The description does not add any meaning beyond the schema, so it meets the baseline of 3. It does not compensate with additional parameter context.

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 'List supporting files in a skill directory (excludes SKILL.md)', providing a specific verb and resource. It distinguishes itself from siblings like skill_file_get (which gets a single file) by implying a listing operation. The examples of resources (examples, references, templates) further clarify the scope.

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

Usage Guidelines3/5

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

The description says 'Use this to discover additional resources... beyond its main SKILL.md content', which gives a clear use case. However, it does not explicitly state when not to use it or mention alternatives like skill_file_get for retrieving specific files. Some guidance is present but lacks exclusions.

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/MarcSkovMadsen/holoviz-mcp'

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