Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Requisition (Subcontractor Invoice) Whole Change Order Item

update_requisition_subcontractor_invoice_whole_change_order_item

Update a whole change order item in a subcontractor invoice requisition by modifying only the supplied fields.

Instructions

Update a specific Requisition (Subcontractor Invoice) Whole Change Order Item. 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: requisition_id, id. Procore API: Construction Financials > Commitments. Endpoint: PATCH /rest/v1.0/requisitions/{requisition_id}/whole_change_order_items/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requisition_idYesURL path parameter — requisition (Subcontractor Invoice) ID
idYesURL path parameter — whole Change Order Item ID
work_completed_this_periodNoJSON request body field — the amount of work completed this period
materials_presently_storedNoJSON request body field — the amount of materials presently stored
work_completed_retainage_retained_this_periodNoJSON request body field — work completed retainage amount retained this period
materials_stored_retainage_currently_retainedNoJSON request body field — materials stored retainage amount currently retained
work_completed_retainage_released_this_periodNoJSON request body field — the amount of work completed retainage released this period
work_completed_this_period_quantityNoJSON request body field — work completed this period quantity
ssr_manual_overrideNoJSON request body field — the ssr manual override for this Commitments operation
commentNoJSON request body field — comment for the Whole Change Order Item
statusNoJSON request body field — status of the Whole Change Order Item
Behavior3/5

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

Annotations already indicate the tool is not read-only and not destructive. The description adds that the tool returns the modified object on success, which is standard. No additional behavioral traits (e.g., side effects, permissions, rate limits) are disclosed beyond what annotations provide.

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 concise (3-4 sentences) and front-loaded with the main action. It includes a reference to the Procore API endpoint, which provides extra context without being overly verbose. Slightly more streamlined would be ideal.

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 has 11 parameters and no output schema, the description is adequate but minimal. It explains the basic operation and return value but lacks guidance on how body fields interact, possible status values, or error scenarios. More context on usage of the optional fields would improve completeness.

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?

The input schema has 100% description coverage, so the baseline is 3. The description only mentions required parameters (requisition_id, id) but does not add meaning beyond the schema, such as default values, constraints, or examples for body fields.

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

Purpose5/5

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

The description clearly states the action (update) and the specific resource (Requisition Subcontractor Invoice Whole Change Order Item). It explicitly mentions updating existing commitments and that only supplied fields are changed, which distinguishes it from other update tools.

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

Usage Guidelines3/5

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

The description indicates when to use the tool ('Use this to update an existing Commitments') but does not provide explicit guidance on when not to use it or contrast with sibling tools (e.g., update_requisition_subcontractor_invoice_contract_item). The context of when to choose this over alternatives is missing.

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