get_snapshot_status
get_snapshot_status
get_snapshot_status
Checks the processing status of a snapshot. Since snapshot creation is asynchronous, poll this tool until the status reaches completed before running simulations.
Returns the current processing state, progress percentage, and any error messages if issues occur.
Training is in progress. Continue polling every 30-60 seconds.
Training is complete. Model is ready for simulations using the simulate tool.
Training failed. Check the error message or try uploading more data.
Meaning: AI model is still training on your data
Next Action: Continue polling every 30-60 seconds
Typical Duration: 5-15 minutes for most files
Meaning: Training succeeded and model is ready
Next Action: Proceed to the simulate tool
Details: The completedAt timestamp indicates when processing finished
Meaning: Processing encountered an error
Next Action: Check the error message and address the issue before retrying
Common Causes: Insufficient data, corrupted files, or format issues
Recommended polling strategy:
Your AI assistant handles this automatically.
Solution: Verify the snapshotId is correct and ensure you’re using the mindAssessmentId from create_snapshot.
Solution: Verify your API key in the MCP server configuration and ensure the format is correct: Bearer YOUR_KEY.