ashby_get_pipeline_summary
Retrieve a pipeline summary with candidate counts per interview stage for each job, answering questions like 'What does our pipeline look like?' across open roles.
Instructions
Get a pipeline summary showing candidate counts per interview stage, per job.
Use this to answer "What does our pipeline look like?", "How many candidates at each stage?", or "Give me an overview of where things stand across open roles." The MCP server fetches and aggregates all applications internally — no need to paginate manually.
Response: jobs[] (job_id, job_title, total_active, total_archived, stages[] (stage_title, stage_type, count)), totals (active, archived, leads).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No | Summary for one specific job (UUID). If omitted, summarizes all jobs matching the status filter. | |
| status | No | Which jobs to include. Defaults to Open. | Open |