```json
[
  {"name": "cmd_summarize_body", "tool": "function_body", "params": {"file_path": "expert_build/summarize.py", "function_name": "cmd_summarize"}},
  {"name": "summarize_template", "tool": "function_body", "params": {"file_path": "expert_build/prompts.py", "function_name": "SUMMARIZE"}},
  {"name": "invoke_sync_raises", "tool": "raises_analysis", "params": {"file_path": "expert_build/llm.py", "function_name": "invoke_sync"}},
  {"name": "cmd_summarize_callers", "tool": "find_callers", "params": {"symbol": "cmd_summarize"}},
  {"name": "summarize_tests", "tool": "related_test_files", "params": {"file_path": "expert_build/summarize.py"}},
  {"name": "summarize_imports", "tool": "file_imports", "params": {"file_path": "expert_build/summarize.py"}}
]
```
