list_files
List markdown files from your local documentation and knowledge bases. Filter by path pattern or limit results.
Instructions
List available markdown files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of files to list (default 100). | |
| pattern | No | Optional case-insensitive filter. Plain text matches as a substring of the relative path; glob syntax (*, ?) is also supported, e.g. "projects/*.md". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |