Overview
Features
get_build_failure_logs
Retrieves detailed failure logs from CircleCI builds; supports input via project slug/branch, CircleCI URLs, or local project context; outputs job names, step details, and failure context.
find_flaky_tests
Identifies flaky tests in a CircleCI project by analyzing test history; supports input via project slug, CircleCI URL, or local project context; returns flaky tests with details.
get_latest_pipeline_status
Retrieves the status of the latest pipeline for a given branch; supports input via project slug/branch, CircleCI URL, or local project context; returns workflow statuses, durations, timestamps, and overall health.
get_job_test_results
Retrieves test metadata for CircleCI jobs; provides a summary of tests, details of failed tests with location and messages, and duration information.
config_helper
Assists with CircleCI configuration tasks by validating config.yml and providing validation results and recommendations.
create_prompt_template
Generates structured prompt templates for AI-enabled applications from feature requirements; returns a prompt template and a context schema.
list_followed_projects
Lists all CircleCI projects the user is following; provides project names and projectSlug for use in subsequent tool calls.
run_pipeline
Triggers a CircleCI pipeline; supports input via project slug/branch, CircleCI URLs, or local project context; returns a monitor link.




