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
Name | Required | Description | Default |
---|---|---|---|
path | Yes | Path to the directory to list |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"description": "Path to the directory to list",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}