Terminal Controller for MCP

by GongRzhe
Verified

list_directory

Display files and subdirectories within a specified directory. Use this command to retrieve a list of directory contents for efficient file system navigation and management.

Instructions

List files and subdirectories in the specified directory Args: path: Directory path to list contents, default is current directory Returns: List of directory contents

Input Schema

NameRequiredDescriptionDefault
pathNo

Input Schema (JSON Schema)

{ "properties": { "path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Path" } }, "title": "list_directoryArguments", "type": "object" }

You must be authenticated.

Other Tools from Terminal Controller for MCP

Related Tools

ID: i59xcpycnh