Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- access_token — Inspect the current access token.
- current_user — The authenticated user.
- list_clusters — List clusters.
- get_cluster — Read a cluster.
- create_cluster — Create a cluster.
- list_cluster_queues — List cluster queues.
- get_cluster_queue — Read a cluster queue.
- create_cluster_queue — Create a cluster queue.
- pause_cluster_queue_dispatch — Pause dispatch on a queue.
- resume_cluster_queue_dispatch — Resume dispatch on a queue.
- list_cluster_secrets — List cluster secrets.
- get_cluster_secret — Read a cluster secret.
- create_cluster_secret — Create a cluster secret.
- list_agents — List agents.
- get_agent — Read an agent.
- list_pipelines — List pipelines.
- get_pipeline — Read a pipeline.
- create_pipeline — Create a pipeline.
- update_pipeline — Update a pipeline.
- list_pipeline_schedules — List pipeline schedules.
- get_pipeline_schedule — Read a pipeline schedule.
- create_pipeline_schedule — Create a pipeline schedule.
- list_builds — List builds.
- get_build — Read a build.
- create_build — Trigger a build.
- cancel_build — Cancel a build.
- rebuild_build — Rebuild a build.
- list_jobs — List jobs in a build.
- get_job — Read a job.
- unblock_job — Unblock a blocked job.
- retry_job — Retry a job.
- get_job_env — Environment variables for a job.
- search_logs — Search job logs.
- tail_logs — Tail job logs.
- read_logs — Read job logs.
- list_artifacts_for_build — Artifacts for a build.
- get_artifact — Read an artifact.
- list_annotations — List build annotations.
- create_annotation — Create a build annotation.
- list_tests — List tests in Test Engine.
