get_project_info
ActiveTool of RationalBloks
Get detailed project info including deployment status and resource usage. DEPLOYMENT STATUS: Running (healthy), Pending (starting), CrashLoopBackOff (init container failed - usually schema format error), ImagePullBackOff (image build failed). TROUBLESHOOTING: If status is CrashLoopBackOff, the schema is likely in wrong format (nested 'fields' key or missing 'type' properties). Use get_schema to review current schema. If replicas show 0/2, the init container (migration runner) is failing. This is almost always a schema format issue.
Parameters schema
{
"type": "object",
"required": [
"project_id"
],
"properties": {
"project_id": {
"type": "string",
"description": "Project ID (UUID)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
RationalBloks
https://github.com/rationalbloks/rationalbloks-mcp
1/7 registries