Skip to main content
Glama
zebbern

agloop-mcp

by zebbern

agloop_set_phase

Transition the AgLoop agent framework to a new operational phase. Use this tool to manage agent states and execution workflows in VS Code Copilot.

Instructions

Transition to a new phase. COORDINATOR ONLY.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phaseYes

Implementation Reference

  • The implementation of the `agloop_set_phase` tool, which acts as a handler. It transitions the state phase using the `StateManager`.
    def agloop_set_phase(phase: str) -> str:
        """Transition to a new phase. COORDINATOR ONLY."""
        result = _sm().set_phase(phase)
        if not result:
            return json.dumps({"error": "Failed to set phase"})
        return json.dumps(result, indent=2)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zebbern/agloop-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server