List Hiring Pipelines
list_hiring_pipelinesFetches hiring pipelines from Recruit CRM with pagination, providing pipeline IDs and names for selecting a job pipeline or viewing candidate stages.
Instructions
Lists Recruit CRM hiring pipelines with MCP-side pagination. Returns hiring_pipeline_id and name rows for selecting a job hiring pipeline or listing candidate hiring stages.
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 | ||
| hiring_pipelines | Yes |