get_job_status
ActiveTool of RationalBloks
Check the status of a deployment job. STATUS VALUES: pending (job queued), running (deployment in progress), completed (success), failed (deployment failed). TIMELINE: Typical deployment takes 2-5 minutes. If status is 'running' for >10 minutes, check get_project_info for detailed pod status. If status is 'failed', use get_project_info to see deployment errors and check schema format (must be FLAT, no 'fields' nesting).
Parameters schema
{
"type": "object",
"required": [
"job_id"
],
"properties": {
"job_id": {
"type": "string",
"description": "Job ID returned from deployment operations"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
RationalBloks
https://github.com/rationalbloks/rationalbloks-mcp
1/7 registries