Skip to main content
Glama

MCP Teamtailor

by crunchloop

teamtailor_list_candidates

Retrieve and filter candidate data from the Teamtailor recruitment platform, enabling users to manage and organize hiring processes efficiently.

Instructions

List and filter candidates.

Input Schema

NameRequiredDescriptionDefault
filterNo
pageNo
pageSizeNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filter": { "additionalProperties": false, "properties": { "createdAfter": { "type": "string" }, "createdBefore": { "type": "string" }, "updatedAfter": { "type": "string" }, "updatedBefore": { "type": "string" } }, "type": "object" }, "page": { "default": 1, "type": "number" }, "pageSize": { "default": 10, "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools from MCP Teamtailor

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/crunchloop/mcp-teamtailor'

If you have feedback or need assistance with the MCP directory API, please join our Discord server