Skip to main content
Glama

Overseer MCP Server

by freqkflag

overseer.sync_docs

Validate and maintain consistent documentation formatting across PHASES.md and PHASE-XX.md files, ensuring required sections are properly structured and up to date.

Instructions

Ensures documentation consistency. Validates that PHASES.md and PHASE-XX.md files follow consistent formatting with required sections.

Input Schema

NameRequiredDescriptionDefault
repo_rootYesRoot path of the repository
optionsNo

Input Schema (JSON Schema)

{ "properties": { "options": { "properties": { "dry_run": { "default": false, "description": "Show what would be changed without making changes", "type": "boolean" }, "update_api_docs": { "default": true, "description": "Update API documentation", "type": "boolean" }, "update_readme": { "default": true, "description": "Update README.md formatting", "type": "boolean" } }, "type": "object" }, "repo_root": { "description": "Root path of the repository", "type": "string" } }, "required": [ "repo_root" ], "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