Loading...
Loading...
Automate Render tasks via Rube MCP (Composio): services, deployments, projects. Always search tools first for current schemas.
npx skill4agent add sickn33/antigravity-awesome-skills render-automationRUBE_MANAGE_CONNECTIONSrenderRUBE_SEARCH_TOOLShttps://rube.app/mcpRUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONSrenderRENDER_LIST_SERVICESnametypelimitcursorcursorRENDER_LIST_SERVICESRENDER_TRIGGER_DEPLOYRENDER_RETRIEVE_DEPLOYserviceIdclearCachetrueserviceIddeployIdserviceIdclearCache: trueRENDER_RETRIEVE_DEPLOYserviceIddeployIdstatuscreatedAtupdatedAtfinishedAtcommitserviceIddeployIdRENDER_LIST_PROJECTSlimitcursor1. Call RENDER_LIST_SERVICES with name=service_name
2. Find service by name in results
3. Extract id (format: 'srv-xxxxxxxxxxxx')1. Store deployId from RENDER_TRIGGER_DEPLOY response
2. Call RENDER_RETRIEVE_DEPLOY with serviceId and deployId
3. Check status for completion1. RENDER_LIST_SERVICES -> find service by name -> get serviceId
2. RENDER_TRIGGER_DEPLOY with serviceId -> get deployId
3. Loop: RENDER_RETRIEVE_DEPLOY with serviceId + deployId
4. Check status: 'live' = success, 'build_failed'/'update_failed' = error
5. Continue polling until terminal state reachedcursorcursorlimitdata| Task | Tool Slug | Key Params |
|---|---|---|
| List services | RENDER_LIST_SERVICES | name, type, limit, cursor |
| Trigger deploy | RENDER_TRIGGER_DEPLOY | serviceId, clearCache |
| Get deploy status | RENDER_RETRIEVE_DEPLOY | serviceId, deployId |
| List projects | RENDER_LIST_PROJECTS | limit, cursor |