List Currencies
list_currenciesRetrieve paginated currency records from Recruit CRM. Returns currency_id, code, country, currency, and symbol for use in candidate and job currency fields.
Instructions
Lists Recruit CRM currencies with MCP-side pagination. Returns currency_id, code, country, currency, and symbol rows for candidate and job currency_id fields.
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 | ||
| currencies | Yes | ||
| total_count | Yes | ||
| returned_count | Yes |