run_query
Execute tree-sitter queries on project files to extract specific code patterns or structures. Supports optional file paths, languages, and result limits for targeted analysis.
Instructions
Run a tree-sitter query on project files.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_path | No | ||
language | No | ||
max_results | No | ||
project | Yes | ||
query | Yes |