ashby_get_candidate
ActiveTool of Ashby
declared in 0.1.0
Get full candidate profile by ID. Returns contact info, resume, interview history, and current application status.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-ashby-api-key",
"candidateId": "cand_12345"
}
],
"required": [
"_apiKey",
"candidateId"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "Ashby API key"
},
"candidateId": {
"type": "string",
"description": "Ashby candidate ID"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ashby
https://github.com/pipeworx-io/mcp-ashby
1/7 registries