Skip to main content
Glama

Overseer MCP Server

by freqkflag

overseer.advance_phase

Validate all deliverables are complete and advance to the next project phase, locking the current phase and setting the next phase as active.

Instructions

Advance a phase to the next phase after validating all deliverables are complete. Marks current phase as "locked" and sets next phase as current.

Input Schema

NameRequiredDescriptionDefault
repo_rootYesRoot path of the repository
expected_current_phaseYesPhase ID that should currently be active (e.g., "01", "02")

Input Schema (JSON Schema)

{ "properties": { "expected_current_phase": { "description": "Phase ID that should currently be active (e.g., \"01\", \"02\")", "type": "string" }, "repo_root": { "description": "Root path of the repository", "type": "string" } }, "required": [ "repo_root", "expected_current_phase" ], "type": "object" }

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/freqkflag/PROJECT-OVERSEER-MCP'

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