lc_missing
Retrieve missing context like files, implementations, or excluded sections to complete code understanding and analysis.
Instructions
Unified tool for retrieving missing context (files, implementations, or excluded sections). Args: root_path: Root directory path (e.g. '/home/user/projects/myproject') param_type: Type of data - 'f' for files, 'i' for implementations, 'e' for excluded sections data: JSON string containing the data (file paths in /{project-name}/ format or implementation queries) timestamp: Context generation timestamp
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root_path | Yes | ||
| param_type | Yes | ||
| data | Yes | ||
| timestamp | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |