get_file_docs
Retrieve documentation matching a file path or pattern. Use when editing a file or directory to get relevant references and conventions from project docs.
Instructions
Get documentation that matches a file path or pattern using frontmatter filePatterns. Use when editing a specific file or directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | File path or pattern. Examples: "src/components/Button.tsx", "**/*.test.js", "services/auth/*" |