Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Change Order Package

update_change_order_package
Idempotent

Update an existing change order package in Procore, sending only the fields you want to change. Requires package ID, project ID, and change order data.

Instructions

Updates an existing change order package in Procore. Send only the fields you intend to change; omitted fields keep their current values. id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified change order package on success. 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: id, project_id, change_order. Procore API: Construction Financials > Change Orders. Endpoint: PATCH /rest/v1.0/change_order_packages/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the Change Orders resource
project_idYesJSON request body field — unique identifier for the project.
contract_idNoJSON request body field — unique identifier of the contract
change_orderYesJSON request body field — the change order for this Change Orders operation
Behavior5/5

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

Beyond the annotations (readOnlyHint false, destructiveHint false, idempotentHint true), the description discloses the partial-update behavior, return value on success, and specific HTTP error statuses with their meanings (401, 403, 404). This gives the agent a clear behavioral model without contradicting annotations.

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

Conciseness5/5

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

The description is information-dense but well-structured, front-loading the primary purpose and then logically covering prerequisites, return behavior, errors, required parameters, and endpoint details. No sentence is redundant with the schema or annotations.

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

Completeness5/5

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

For a mutation tool with an open-world nested change_order object and no output schema, the description covers the essential context: what it updates, how partial updates work, id resolution, return value, and error handling. It leaves change_order field details to the API domain, which is acceptable given additionalProperties: true.

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

Parameters4/5

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

The schema already covers all four parameters with 100% description coverage, so the baseline is 3. The description adds value by identifying id as a URL path parameter that must reference an existing parent record, and by clarifying that the change_order object supports partial updates.

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 opens with 'Updates an existing change order package in Procore,' using a specific verb and resource. It clearly distinguishes the tool from create and list siblings by emphasizing 'existing' and providing the PATCH endpoint, making the purpose unmistakable.

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

Usage Guidelines5/5

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

The description explicitly instructs to resolve the id with the matching list tool first, providing a clear prerequisite and an alternative. It also explains partial-update semantics ('Send only the fields you intend to change'), which tells the agent when and how to invoke it.

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