Check MCP task lifecycle state
The Tasks extension defines working, input_required, completed, failed and cancelled states. Completed, failed and cancelled tasks are terminal states.
Inspect an MCP task object and validate its state, timestamps, TTL, polling information and required result or error fields.
The Tasks extension defines working, input_required, completed, failed and cancelled states. Completed, failed and cancelled tasks are terminal states.
Validate taskId, status, timestamps, TTL, polling interval and terminal state fields in the MCP Tasks extension.
Use MCP Task State Validator as a focused pre-flight utility while building, reviewing or debugging an MCP integration. Paste the relevant configuration, protocol message, metadata, schema or value into the tool and review the returned findings before the same data reaches a production client or server.
Extensions add optional behavior outside the MCP core. Both sides should explicitly support the extension being used, and extension-specific data should be validated separately from the base protocol envelope.
A clean result means the input passed the rules implemented by this utility. It does not guarantee application security, protocol interoperability or correct business behavior. Test important integrations against the exact MCP client, SDK, gateway and server versions used in your deployment.