Skip to main content
Glama

AiDD MCP Server

by skydeckai

list_directory

Retrieve a detailed listing of files and directories in a specified path to analyze directory structure and locate specific files. Accessible only within permitted directories using the AiDD MCP Server interface.

Instructions

Get a detailed listing of files and directories in the specified path. This tool is essential for understanding directory structure and finding specific files within a directory. Only works within the allowed directory. Example: Enter 'src' to list contents of the src directory, or '.' for current directory.

Input Schema

NameRequiredDescriptionDefault
pathYesPath of the directory to list

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "Path of the directory to list", "type": "string" } }, "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/skydeckai/mcp-server-aidd'

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