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
| Name | Type | Required | Description |
|---|---|---|---|
| stage | string | yes | plan / implement / verify / gate / report. |
| section_id | string | no | Section 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.