Skip to main content
Glama
bill-gtl-group

File Server MCP

list_files

List files in configured folders (documents, reports, desktop) and apply an optional pattern filter to locate specific files.

Instructions

List files in a configured folder

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folderYesFolder name to list files from. Available: documents, reports, desktop
patternNoOptional file pattern to match (e.g., "*.txt")

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. 'List files' clearly implies a non-destructive enumeration, which is useful. However, it does not mention return format, recursion, hidden files, sorting, or how the pattern parameter affects results.

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?

One short sentence with no filler or redundant information. It is concise, front-loaded, and easy to parse.

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

Completeness3/5

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

The description is adequate for a simple listing tool, and the schema covers parameters. But it lacks usage differentiation from sibling tools and does not describe the output or behavior with the optional pattern. No output schema exists, so a bit more return-value context would improve completeness.

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%, so the baseline is 3. The description itself adds no parameter-level detail; the schema fully documents the folder enum and the optional pattern. No compensation is needed because the schema is already complete.

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

Purpose4/5

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

The description states a clear action and object: 'List files in a configured folder.' The folder enum in the schema adds specificity, and the verb 'List' distinguishes it from read_file and search_files. However, 'configured folder' is a bit vague and does not explicitly contrast with siblings.

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

Usage Guidelines2/5

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

No guidance is given for when to use this tool versus search_files or read_file. The context is implied by the name and description, but there are no explicit alternatives, exclusions, or conditions.

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

Deploy Server

Other Tools