Skip to main content
Glama

AI Agent Template MCP Server

by bswa006

create_maintenance_workflows

Generate AI context maintenance workflows for teams to ensure quality over time. Define project path, team size, update frequency, and optional features like checklists, metrics, and training materials.

Instructions

Create team workflows for maintaining AI context quality over time

Input Schema

NameRequiredDescriptionDefault
analysisIdNoAnalysis ID from analyze_codebase_deeply
includeChecklistsNoInclude review checklists
includeMetricsNoInclude metrics dashboard
includeTrainingNoInclude training materials
projectPathYesPath to the project directory
teamSizeYesNumber of developers on the team
updateFrequencyYesHow often the team updates context

Input Schema (JSON Schema)

{ "properties": { "analysisId": { "description": "Analysis ID from analyze_codebase_deeply", "type": "string" }, "includeChecklists": { "description": "Include review checklists", "type": "boolean" }, "includeMetrics": { "description": "Include metrics dashboard", "type": "boolean" }, "includeTraining": { "description": "Include training materials", "type": "boolean" }, "projectPath": { "description": "Path to the project directory", "type": "string" }, "teamSize": { "description": "Number of developers on the team", "type": "number" }, "updateFrequency": { "description": "How often the team updates context", "enum": [ "daily", "weekly", "biweekly", "monthly" ], "type": "string" } }, "required": [ "projectPath", "teamSize", "updateFrequency" ], "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/bswa006/mcp-context-manager'

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