Skip to main content
Glama

mcp-チームテーラー

MCP Teamtailor は、 teamtailor apiとの簡単な統合を提供するモデル コンテキスト プロトコル (MCP) サーバーです。

依存関係

MCP Teamtailor サーバーの使用には、他の依存関係は必要ありません。

使用法

MCPサーバーは、使用しているクライアントによって設定が異なります。参考までに、Claude Desktopを使用した場合の設定方法を以下に示します。

{ "mcpServers": { "teamtailor": { "command": "npx", "args": [ "-y", "@crunchloop/mcp-teamtailor" ], "env": { "TEAMTAILOR_URL": "https://api.teamtailor.com/v1", "TEAMTAILOR_API_KEY": "XXXX" } } } }

MCPトランスポート

現時点では、 stdioトランスポートのみが実装されています。

ツール

  • teamtailor_list_candidates - 候補者を一覧表示し、フィルタリングします。

    • pageSize : ページレスポンスのサイズ(文字列、オプション)

    • page : 取得するページ番号(文字列、オプション)

    • filter.createdAfter : 特定の日付以降に作成された候補をフィルタリングします(文字列、オプション)

    • filter.createdBefore : 特定の日付より前に作成された候補をフィルタリングします(文字列、オプション)

    • filter.updatedAfter : 特定の日付以降に更新された候補をフィルタリングします(文字列、オプション)

    • filter.updatedBefore : 特定の日付より前に更新された候補をフィルタリングします(文字列、オプション)

  • teamtailor_get_candidate - ID で単一の候補者を取得します。

    • candidateId : 取得する候補者のID(数値、必須)

ライセンス

MITライセンスに基づいてリリースされています。詳細はLICENSEファイルをご覧ください。

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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