list_docs
List markdown documentation files from a local repository's docs/ directory, with optional pattern filtering.
Instructions
List markdown files under docs/ in the local repo.
Args:
pattern: Glob relative to docs/ (default: all markdown files).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | No | **/*.md |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |