Show First Prime Contract
show_first_prime_contractFetches the first prime contract for a specified project and returns its complete field set as a single JSON object. Use this read-only tool when you need the initial contract details.
Instructions
Returns the first Prime Contract created for the specified Project. Use the /prime_contracts endpoint if you need to return more than one Prime Contract. Use this when you already know which first prime contract you want and need its full field set. Returns a single JSON object describing the first prime contract. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id. Procore API: Construction Financials > Prime Contracts. Endpoint: GET /rest/v1.0/prime_contract
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. |