File Operations MCP Server

list_directory

Retrieve detailed metadata and contents of a specified directory, optionally listing files recursively, for efficient file system management within the File Operations MCP Server.

Instructions

List contents of a directory with detailed metadata

Input Schema

NameRequiredDescriptionDefault
pathYesPath of directory to list
recursiveNoWhether to list contents recursively

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path of directory to list", "type": "string" }, "recursive": { "default": false, "description": "Whether to list contents recursively", "type": "boolean" } }, "required": [ "path" ], "type": "object" }

You must be authenticated.

Other Tools from File Operations MCP Server

Related Tools

ID: 7b750si00d