Show Generic Tool Item
show_generic_tool_item_v1_0Retrieve the full details of a specific custom configurable tool item by its ID and project ID. Use this to access the JSON representation of a generic tool item from Procore.
Instructions
Get the details of a single Generic Tool Item. Use this to fetch the full details of a specific Custom - Configurable Tools by its identifier. Returns a JSON object describing the requested Custom - Configurable Tools. Required parameters: project_id, id. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: GET /rest/v1.0/generic_tool_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — generic Tool Item ID | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |