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

codeloop_get_prompt

Retrieve a context-aware prompt template for the current stage of multi-section app development.

When to use codeloop_get_prompt

Use `codeloop_get_prompt` when your AI agent needs to retrieve a context-aware prompt template for the current stage of multi-section app development.

Parameters

NameTypeRequiredDescription
stagestringyesplan / implement / verify / gate / report.
section_idstringnoSection identifier.

What you get back

Prompt text + variable bindings.

FAQ

What does codeloop_get_prompt do?

Retrieve a context-aware prompt template for the current stage of multi-section app development.

When should an AI agent call codeloop_get_prompt?

Use `codeloop_get_prompt` when your AI agent needs to retrieve a context-aware prompt template for the current stage of multi-section app development.

What does codeloop_get_prompt return?

Prompt text + variable bindings.

Is codeloop_get_prompt 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