Earn 14 free days when your bug report or suggestion is accepted — how it works
Discovery & advice

codeloop_recommend_action

Context-aware recommendation router that returns the next CodeLoop tool to call given the current state.

When to use codeloop_recommend_action

Use `codeloop_recommend_action` when your AI agent needs to context-aware recommendation router that returns the next codeloop tool to call given the current state.

Parameters

NameTypeRequiredDescription
contextstringnoFree-form description of the current intent.
project_dirstringnoProject root.

What you get back

Suggested tool + arguments + rationale.

FAQ

What does codeloop_recommend_action do?

Context-aware recommendation router that returns the next CodeLoop tool to call given the current state.

When should an AI agent call codeloop_recommend_action?

Use `codeloop_recommend_action` when your AI agent needs to context-aware recommendation router that returns the next codeloop tool to call given the current state.

What does codeloop_recommend_action return?

Suggested tool + arguments + rationale.

Is codeloop_recommend_action part of the CodeLoop MCP server?

Yes. CodeLoop ships as an MCP server installed via `npx codeloop init`. Cursor and Claude Code call it automatically once the User Rule (Cursor) or CLAUDE.md (Claude Code) is in place.

Related