list_files
Scan directories to find all .md files recursively and return their sorted relative paths for documentation management.
Instructions
List all .md files in a directory recursively. Returns relative paths sorted alphabetically.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | Yes | Path to the directory to scan (e.g. ./docs) |