validate_paths
Verify file paths exist and are accessible before analysis to prevent 'PATH_NOT_ALLOWED' errors and ensure path correctness.
Instructions
Verify file paths exist and are accessible before analysis. Use when uncertain about path correctness or troubleshooting 'PATH_NOT_ALLOWED' errors. Example: {paths: ['src/auth.ts', 'config/database.js', '../README.md']}
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Array of paths to validate |