Skip to main content
Glama
j0hanz

filesystem-mcp

by j0hanz

Get File Info

stat
Read-only

Retrieve metadata for one or more files or directories: size, type, permissions, MIME type, timestamps, and token estimate. Use token estimate to pre-screen read cost before reading.

Instructions

Get metadata for one or more files or directories: size, type, permissions, MIME type, timestamps, and tokenEstimate. Use tokenEstimate to pre-screen read cost before calling read. Single path: pass path. Batch mode: pass paths[].

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoSingle file path; mutually exclusive with paths
pathsNoArray of file paths for batch mode (max 1000); mutually exclusive with path
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the safe read-only nature is established outside the description. The description adds useful behavioral context with tokenEstimate as a cost pre-screening signal and lists the metadata categories returned, though it does not detail batch response shape or error behavior.

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 three tight sentences: the first states what the tool returns, the second gives the key workflow rationale, and the third covers parameter mode selection. Every sentence earns its place with no repetition or filler.

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?

For a simple, read-only stat tool, the description is nearly complete: it lists return fields, explains tokenEstimate utility, and covers both invocation modes. The main gap is that without an output schema, it does not specify the exact response structure for batch calls, but the enumerated fields mitigate this.

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 schema already fully documents path and paths, including mutual exclusivity and the 1000-item limit. The description only restates 'Single path: pass path. Batch mode: pass paths[]', adding little beyond the structured schema.

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 states a specific verb and resource: 'Get metadata for one or more files or directories' and enumerates the returned fields (size, type, permissions, MIME type, timestamps, tokenEstimate). This clearly distinguishes it from siblings like read (content access) and list (directory enumeration).

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?

It explicitly says to use tokenEstimate to pre-screen read cost before calling read, naming the alternative tool and the exact condition that selects stat. It also clarifies single-path vs batch-mode usage, giving practical selection guidance.

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

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/j0hanz/filesystem-mcp'

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