Skip to content

CI/CD Pipelines

4 tools for inspecting Bitbucket Pipelines — all read-only.


List pipeline runs for a repository, with the most recent runs first.

ParameterRequiredDescription
workspaceWorkspace slug
repo_slugRepository slug
pageNoPage number

Example prompt:

“List recent pipeline runs for myworkspace/myrepo”


Get detailed information about a specific pipeline run, including its status, duration, and trigger.

ParameterRequiredDescription
workspaceWorkspace slug
repo_slugRepository slug
pipeline_uuidPipeline UUID

Example prompt:

“Get details for pipeline {abc-123-def}“


List all steps (stages) within a pipeline run — shows each step’s name, status, and duration.

ParameterRequiredDescription
workspaceWorkspace slug
repo_slugRepository slug
pipeline_uuidPipeline UUID

Example prompt:

“Show the steps for pipeline {abc-123-def}“


Retrieve the build log output for a specific pipeline step. Useful for diagnosing failed builds.

ParameterRequiredDescription
workspaceWorkspace slug
repo_slugRepository slug
pipeline_uuidPipeline UUID
step_uuidStep UUID

Example prompt:

“Show the build log for the failing step in pipeline {abc-123-def}”