ashby_list_applications
ActiveTool of Ashby
declared in 0.1.0
Search job applications across positions. Returns candidate name, applied job, application stage, and submission date.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-ashby-api-key"
},
{
"_apiKey": "your-ashby-api-key",
"per_page": 100
}
],
"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 applications per page (default 50)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ashby
https://github.com/pipeworx-io/mcp-ashby
1/7 registries