Skip to main content
Glama

list_directory

Retrieve contents of a specified directory to manage and analyze files within the mcp-adr-analysis-server, enabling efficient architectural decision record workflows.

Instructions

List contents of a directory

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesPath to the directory to list

Implementation Reference

  • Input schema definition for the 'list_directory' tool arguments, specifying directoryPath and optional recursive flag.
    export interface ListDirectoryArgs { directoryPath: string; recursive?: boolean; }
  • The tool 'list_directory' is listed/registered in the server context generator's hardcoded tool list under File System Operations category.
    { name: 'list_directory', description: 'List directory contents with filtering' },

Latest Blog Posts

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/tosin2013/mcp-adr-analysis-server'

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