Template description for circleci
Tool to retrieve artifacts produced by a specific job. use after a job has completed to list its output files.
Tool to fetch details of a specific job within a project. use when you need status, timing, and executor information for a circleci job by its number.
Tool to fetch pipeline configuration by id. use when you need the source or compiled yaml of a specific pipeline.
Tool to fetch test metadata for a specific job. use when you need detailed test results, run times, and failure messages after a job completes.
Tool to retrieve information about a circleci user by their unique id. use when you need user profile details after obtaining the user id.
Tool to list all pipelines for a specific project. use when you need to retrieve the pipelines for a project (e.g., to display recent runs on a dashboard).