Skip to main content
Glama

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:

  1. register_agent() - Register your agent

  2. start_context() - Start a work context

  3. lock_files() - Lock files before editing

  4. Make your code changes

  5. log_change() - Document your changes

  6. unlock_files() - Unlock files after editing

  7. end_context() - End your work session

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYesYour agent_id from register_agent() (required)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It discloses the core behavior (checks state, yields warnings) but does not explicitly state that it is non-mutating or describe the return format, error conditions, or side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a front-loaded purpose, a 'WHEN TO USE' list, and a workflow steps list. It is appropriately sized for the information provided, with no obvious redundancy or wasted sentences.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with one parameter, no output schema, and no annotations, the description covers purpose, usage timing, and workflow context. It could be enhanced by describing the response/warning format, but it is sufficiently complete for an agent to reason about when and why to invoke it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single parameter agent_id has 100% schema description coverage (stating it comes from register_agent()). The description adds workflow context that references register_agent(), but does not add extra semantics beyond the schema's own documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the tool 'validates your workflow state and provides warnings about missing steps', which is a specific verb+resource scope. This clearly distinguishes it from sibling tools like get_workflow_guidance_tool by focusing on validation and warnings rather than general guidance.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The 'WHEN TO USE' section provides clear contexts such as checking workflow progress, before ending a context, and when unsure of next steps. It gives solid usage guidance but lacks explicit exclusions or alternative tool references.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/siddiquesahabaj/CoordMCP'

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