Skip to main content
Glama

Unrestricted Development MCP Server

fs_list_directory

List directory contents with detailed file information including type, size, and permissions for development environment navigation and file management.

Instructions

List contents of a directory with detailed information about each entry (name, type, size, permissions, etc.)

Input Schema

NameRequiredDescriptionDefault
pathYesAbsolute or relative path to the directory
recursiveNoList subdirectories recursively
showHiddenNoShow hidden files (starting with .)

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Absolute or relative path to the directory", "type": "string" }, "recursive": { "default": false, "description": "List subdirectories recursively", "type": "boolean" }, "showHidden": { "default": false, "description": "Show hidden files (starting with .)", "type": "boolean" } }, "required": [ "path" ], "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/ConnorBoetig-dev/mcp2'

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