List Languages And Proficiencies
list_languages_and_proficienciesFetch paginated language and proficiency options from Recruit CRM, returning standard IDs for use in candidate language_skills.
Instructions
Lists Recruit CRM languages with MCP-side pagination and returns the standard proficiency IDs. Use language_id and proficiency_id for candidate language_skills.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. Pagination is applied by this MCP server because the Recruit CRM metadata endpoint returns all rows. | |
| limit | No | Records per page (max 500, default 100). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| has_more | Yes | ||
| languages | Yes | ||
| total_count | Yes | ||
| proficiencies | Yes | ||
| returned_count | Yes |