Skip to main content
Glama

compare_adr_progress

Validate implementation progress by comparing TODO tasks against architectural decisions and current environment status to ensure alignment.

Instructions

Compare TODO.md progress against ADRs and current environment to validate implementation status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
todoPathNoPath to TODO.md file to analyzeTODO.md
adrDirectoryNoDirectory containing ADR filesdocs/adrs
projectPathNoPath to project root for environment analysis.
environmentNoTarget environment context for validation (auto-detect will infer from project structure)auto-detect
environmentConfigNoEnvironment-specific configuration and requirements
validationTypeNoType of validation to performfull
includeFileChecksNoInclude file existence and implementation checks
includeRuleValidationNoInclude architectural rule compliance validation
deepCodeAnalysisNoPerform deep code analysis to distinguish mock from production implementations
functionalValidationNoValidate that code actually functions according to ADR goals, not just exists
strictModeNoEnable strict validation mode with reality-check mechanisms against overconfident assessments
environmentValidationNoEnable environment-specific validation rules and checks

Implementation Reference

  • Schema definition and metadata registration for the compare_adr_progress tool in the central TOOL_CATALOG. Includes inputSchema with adrIds parameter, category 'adr', requiresAI true, and CE-MCP directive support.
    TOOL_CATALOG.set('compare_adr_progress', { name: 'compare_adr_progress', shortDescription: 'Compare ADR implementation progress', fullDescription: 'Compares ADR decisions against actual implementation to measure progress.', category: 'adr', complexity: 'moderate', tokenCost: { min: 2000, max: 4000 }, hasCEMCPDirective: true, // Phase 4.3: Moderate tool - progress comparison relatedTools: ['analyze_adr_timeline', 'validate_all_adrs'], keywords: ['adr', 'compare', 'progress', 'implementation'], requiresAI: true, inputSchema: { type: 'object', properties: { adrIds: { type: 'array', items: { type: 'string' } }, }, }, });
  • Registration of compare_adr_progress in AVAILABLE_TOOLS array used for AI planning and orchestration.
    const AVAILABLE_TOOLS = [ 'analyze_project_ecosystem', 'generate_adrs_from_prd', 'suggest_adrs', 'analyze_content_security', 'generate_rules', 'generate_adr_todo', 'compare_adr_progress', 'manage_todo', 'generate_deployment_guidance', 'smart_score', 'troubleshoot_guided_workflow', 'smart_git_push', 'generate_research_questions',
  • Helper reference in planningTools array for CE-MCP tool chain orchestration directives.
    const planningTools = [ 'analyze_project_ecosystem', 'generate_adrs_from_prd', 'suggest_adrs', 'analyze_content_security', 'generate_rules', 'generate_adr_todo', 'compare_adr_progress', 'manage_todo', 'generate_deployment_guidance', 'smart_score', 'troubleshoot_guided_workflow', 'smart_git_push', 'perform_research', 'validate_rules', ];
  • Helper reference in server context tools list for LLM awareness.
    name: 'compare_adr_progress', description: 'Compare ADR implementation progress against requirements', },
  • Registration in TOOL_CAPABILITIES mapping with description for AI context in tool chain planning.
    compare_adr_progress: 'Validate TODO vs ADRs vs actual environment state',

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/tosin2013/mcp-adr-analysis-server'

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