clear_analysis_cache
Clears cached multi-file analysis data to resolve outdated or incorrect results, improving accuracy for specific files or all files in Houtini-lm.
Instructions
Clear the multi-file analysis cache for a specific file or all files
WORKFLOW: System diagnostics and function discovery TIP: Start with health_check, use list_functions to explore capabilities SAVES: Claude context for strategic decisions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | No | Optional: specific file to clear from cache |
Input Schema (JSON Schema)
{
"properties": {
"filePath": {
"description": "Optional: specific file to clear from cache",
"type": "string"
}
},
"required": [],
"type": "object"
}