suggest_next_actions
Identify the next most useful tools for your code analysis session based on tools already employed. Uses a static decision tree for instant, ranked suggestions with reasons.
Instructions
Suggest which tools to use next based on tools already used. Returns ranked suggestions with reasons. No LLM calls - uses a static decision tree for instant responses.
No prior indexing required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tools_used | No | List of tool names the agent has already used in this session | |
| context | No | Optional context about what the agent is trying to accomplish | |
| repo_path | No | Path to the repository (used to check if wiki exists) |