ashby_list_candidates
ActiveTool of Ashby
declared in 0.1.0
Search candidates in your ATS. Returns names, emails, and application metadata. Use ashby_get_candidate with ID for full profile details.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-ashby-api-key"
},
{
"_apiKey": "your-ashby-api-key",
"per_page": 25
}
],
"required": [
"_apiKey"
],
"properties": {
"cursor": {
"type": "string",
"description": "Pagination cursor from a previous response"
},
"_apiKey": {
"type": "string",
"description": "Ashby API key"
},
"per_page": {
"type": "number",
"description": "Number of candidates per page (default 50)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ashby
https://github.com/pipeworx-io/mcp-ashby
1/7 registries