Skip to main content
Glama

MCP File Editor Server

by pwilkin

list_files

Retrieve a detailed list of files and subdirectories within a specified directory path using the server's file management capabilities.

Instructions

List all files and subdirectories in a given directory.

Input Schema

NameRequiredDescriptionDefault
directory_pathYesAbsolute path to the directory to list

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "directory_path": { "description": "Absolute path to the directory to list", "type": "string" } }, "required": [ "directory_path" ], "type": "object" }

Other Tools from MCP File Editor Server

Related Tools

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/pwilkin/mcp-file-edit'

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