validate_workflow_state_tool
Check your workflow state to identify missing steps and get warnings, ensuring you follow the CoordMCP coordination process.
Instructions
Validate your workflow state and get warnings about missing steps.
This tool checks your current workflow state and provides warnings about any steps you may have missed. Use this to ensure you're following the recommended CoordMCP workflow.
WHEN TO USE:
At any point during development to check if you're following the workflow
Before ending a context to make sure you've logged changes
When you want to know what steps to complete next
If you're unsure what to do next
WORKFLOW STEPS:
register_agent() - Register your agent
start_context() - Start a work context
lock_files() - Lock files before editing
Make your code changes
log_change() - Document your changes
unlock_files() - Unlock files after editing
end_context() - End your work session
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Your agent_id from register_agent() (required) |