run_query
Execute tree-sitter queries on project files to analyze and extract code patterns. Specify project, query, and optional file path or language for targeted results. Returns a list of matches for efficient code 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 |