get_all_custom_fields
Retrieve all custom fields for a company from Procore's workforce planning system. Use this tool to access and manage custom field configurations through the Procore MCP Server.
Instructions
Get All Custom Fields. [Company Admin/Custom - Configurable Tools] GET /rest/v1.0/workforce-planning/v2/companies/{company_id}/custom-fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. This parameter accepts both formats: - **Recommended**: Procore company ID (integer) - Use this for new integrations - Legacy: LaborChart UUID format (uuid string... | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |