mcp-server-code-assist

by abhishekbhakat
Verified

list_directory

Retrieve directory contents with system commands, generating a structured list of files and folders for efficient file management and organization.

Instructions

Lists directory contents using system ls/dir command

Input Schema

NameRequiredDescriptionDefault
pathYes

Input Schema (JSON Schema)

{ "properties": { "path": { "anyOf": [ { "type": "string" }, { "format": "path", "type": "string" } ], "title": "Path" } }, "required": [ "path" ], "title": "ListDirectory", "type": "object" }

You must be authenticated.

Other Tools from mcp-server-code-assist

Related Tools

ID: pk7xbajohp