Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Commitment Contract

update_commitment_contract

Updates an existing commitment contract by modifying only the supplied fields for a project in Procore.

Instructions

Updates a Commitment Contract for a given project. Use this to update an existing Commitments (only the supplied fields are changed). Updates the specified Commitments and returns the modified object on success. Required parameters: company_id, project_id, commitment_contract_id. Procore API (v2.0): Construction Financials > Commitments. Endpoint: PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/commitment_contracts/{commitment_contract_id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
project_idYesURL path parameter — unique identifier for the project.
commitment_contract_idYesURL path parameter — unique identifier for the Commitment Contract.
viewNoQuery string parameter — specifies which view (which attributes) of the resource is going to be present in the response. The extended view includes vendor name and custom fields data, while the default view does not.
numberNoJSON request body field — the Commitment Contract number. Defaults to the project numbering sequence for the respective contract type.
statusNoJSON request body field — the Commitment Contract status.
titleNoJSON request body field — the Commitment Contract title.
descriptionNoJSON request body field — the Commitment Contract description.
executedNoJSON request body field — the Commitment Contract executed status.
vendor_idNoJSON request body field — the ID of the vendor for the contract. The selected invoice contacts must all belong to this vendor. When the vendor is changed, the invoice contacts are reset.
assignee_idNoJSON request body field — only applicable to Purchase Order Contracts. The ID of the user assigned to the Commitment Contract. The user must belong to the project directory (see the Project Users endpoint).
signature_requiredNoJSON request body field — if true, a signature is required to execute the contract; otherwise no signature is required.
billing_schedule_of_values_statusNoJSON request body field — the subcontractor schedule of values (SSOV) status. Only applicable to contracts which use an SSOV.
inclusionsNoJSON request body field — only applicable to Work Order Contracts. The inclusions of the Commitment Contract.
exclusionsNoJSON request body field — only applicable to Work Order Contracts. The exclusions of the Commitment Contract.
bill_to_addressNoJSON request body field — only applicable to Purchase Order Contracts. The address to which invoices are sent. The default will be the bill to address of the most recently created purchase order.
ship_to_addressNoJSON request body field — only applicable to Purchase Order Contracts. The address to which materials are shipped. The default will be the ship to address of the most recently created purchase order.
ship_viaNoJSON request body field — only applicable to Purchase Order Contracts. The shipping method for the Commitment Contract.
payment_termsNoJSON request body field — only applicable to Purchase Order Contracts. The payment terms for the Commitment Contract.
retainage_percentNoJSON request body field — an "unformatted" decimal number. Specifically a number with a period as the decimal separator, without a thousands separator, and with an optional sign. It should be assumed that this number includ...
accounting_methodNoJSON request body field — the accounting method for the contract. Default is driven by a project setting.
allow_commentsNoJSON request body field — if true, comments are allowed on the Commitment Contract; otherwise comments are not allowed. Default is driven by a project setting.
allow_markupsNoJSON request body field — if true, markups are allowed on the Commitment Contract; otherwise markups are not allowed. Default is driven by a project setting.
change_order_level_of_detailNoJSON request body field — the level of details for showing change orders on invoices attached to this contract.
enable_ssovNoJSON request body field — if true, the subcontractor schedule of values (SSOV) is enabled for the Commitment Contract; otherwise the SSOV is not enabled. Default is driven by a project setting.
allow_change_orders_ssovNoJSON request body field — if true, the subcontractor schedule of values (SSOV) can be enabled on change orders for this Commitment Contract. When enabled, Change Order SSOV toggles become available. Default is false.
allow_payment_applicationsNoJSON request body field — if true, invoices are allowed on the Commitment Contract; otherwise invoices are not allowed. Default is driven by a project setting.
allow_paymentsNoJSON request body field — if true, payments are allowed on the Commitment Contract; otherwise payments are not allowed. Default is driven by a project setting.
display_materials_retainageNoJSON request body field — if true, materials retainage is displayed on the Commitment Contract; otherwise materials retainage is not displayed. Default is driven by a project setting.
display_work_retainageNoJSON request body field — if true, work retainage is displayed on the Commitment Contract; otherwise work retainage is not displayed. Default is driven by a project setting.
show_cost_code_on_pdfNoJSON request body field — if true, cost codes are displayed on the Commitment Contract PDF; otherwise cost codes are not displayed. Default is driven by a project setting.
ssr_enabledNoJSON request body field — if true, the sliding scale retention is enabled for the Commitment Contract. Default is driven by a project setting.
bill_recipient_idsNoJSON request body field — iDs of users in the project directory (see the Project Users endpoint). These users must belong to the selected vendor and are the invoice contacts for submitting subcontractor invoices. To grant a...
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate mutation (readOnlyHint false) and non-destructiveness. The description adds that this is a partial update (only supplied fields changed) and that it returns the modified object. This provides useful behavioral context beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively concise, with two main sentences and additional API endpoint information. It is front-loaded with the purpose and key usage hint (partial update). The API details could be considered extra but are not excessive.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (33 parameters) and the absence of an output schema, the description covers the core behavior and required parameters. However, it lacks usage context such as prerequisites (e.g., permissions), when to use vs create, and what to expect for the response beyond 'modified object'. It is adequate but has gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, with all 33 parameters described in the input schema. The description only lists the three required parameters, which are already marked in the schema. Thus, it adds no additional meaning beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it updates an existing Commitment Contract and specifies that only supplied fields are changed. However, it does not explicitly differentiate from sibling tools like create_commitment_contract or show_a_commitment_contract, but the verb and resource make the purpose clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description says 'Use this to update an existing Commitments' but provides no guidance on when to use this tool vs alternatives (e.g., create_commitment_contract). There are no when-not-to-use conditions or alternative tool mentions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TylerIlunga/procore-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server