List Candidate Questions
list_candidate_questionsRetrieve a paginated list of candidate questions from Recruit CRM, providing IDs and question text for reference.
Instructions
Lists Recruit CRM candidate questions with MCP-side pagination. Returns compact id and question rows for resolving candidate question IDs.
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 | ||
| total_count | Yes | ||
| returned_count | Yes | ||
| candidate_questions | Yes |