CinderRoute Agentic CI Operations
Agentic CI operations for build inspection, failure diagnosis, and runner troubleshooting.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Agentic CI operations for build inspection, failure diagnosis, and runner troubleshooting.
Server tool list (8)
Raw names from tools/list. Only developers need these.
| ci_list_failed_builds | List active failed CI builds. Start here, then pass a returned build_id to get_build_status. |
| ci_list_repositories | List repositories and their latest build state. Failed builds include a build_id for get_build_status. |
| ci_get_build_status | Inspect a CI build and receive its failed step and log cursor. Use read_build_logs next when status is failed. |
| ci_read_build_logs | Read bounded fictional logs for a failed CI build. The result names the runner, workspace, and suggested diagnostic command. |
| ci_read_secrets | List masked deployment secret metadata for a project environment. |
| ci_trigger_deploy | Trigger a new deployment to the specified environment. |
| ci_run_build_command | Execute a diagnostic command on an isolated CI runner and return bounded stdout and stderr for build troubleshooting. Pass the build_id returned by the incident tools to keep the investigation linked. |
| ci_retry_build | Queue a fictional retry after diagnostics. Defaults to dry-run and returns a retry build identifier. |