Skip to main content
Glama

Edit MCP

list_files

Retrieve and filter files in a specified directory using a pattern. Ideal for organizing and managing file listings efficiently on the Edit MCP server.

Instructions

List files in a directory

Input Schema

NameRequiredDescriptionDefault
directoryYesPath to the directory to list files from
patternNoPattern to filter files by (e.g., *.txt)

Input Schema (JSON Schema)

{ "properties": { "directory": { "description": "Path to the directory to list files from", "type": "string" }, "pattern": { "description": "Pattern to filter files by (e.g., *.txt)", "type": "string" } }, "required": [ "directory" ], "type": "object" }

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

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