Skip to main content
Glama
TylerIlunga

Procore MCP Server

update_change_event_v1_1

Modify change events in Procore construction projects to update details, attachments, line items, and status for financial tracking.

Instructions

Update Change Event. [Construction Financials/Change Events] PATCH /rest/v1.1/change_events/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID
project_idYesUnique identifier for the project.
attachmentsNoNot to be used if other attachment types are included
attachments_by_drawing_revisionNoattachments_by_drawing_revision
attachments_by_file_versionNoattachments_by_file_version
attachments_by_formNoattachments_by_form
attachments_by_imageNoattachments_by_image
attachments_by_uuidNoattachments_by_uuid
change_itemsNoChange Event Line Items
change_reasonNochange_reason
change_typeNochange_type
custom_fieldsNocustom_fields
descriptionNodescription
event_originNoevent_origin
external_dataNoexternal_data
numberNonumber
prime_contract_for_estimatesNoprime_contract_for_estimates
scopeNoEvent Scope
sourceNoThe Change Event source refers to the resource that was responsible for creating this Change Event.
source_of_revenue_romNoRevenue ROM source for this Change Event
statusNostatus
titleNotitle
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions 'PATCH' which implies a partial update, but does not disclose critical behavioral traits like required permissions, whether it's idempotent, rate limits, or what happens on validation errors. The description is minimal and lacks operational context.

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 very concise with just one sentence, front-loading the key action ('Update Change Event'). There is no wasted verbiage, though it could benefit from more context. It efficiently states the purpose but lacks depth.

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

Completeness2/5

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

Given the complexity (22 parameters, nested objects, no output schema, no annotations), the description is inadequate. It does not explain the return values, error handling, or provide any context about the Change Event domain. For a mutation tool with rich input schema, more guidance is needed.

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 description coverage is 100%, so the schema already documents all 22 parameters thoroughly. The description adds no additional parameter semantics beyond the schema, such as examples or constraints. Baseline 3 is appropriate as the schema does the heavy lifting.

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

Purpose3/5

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

The description states the tool updates a Change Event, which is a specific verb+resource. However, it does not distinguish this from sibling tools like 'update_change_event' or 'update_change_event_production_quantity', leaving ambiguity about its unique scope. The inclusion of '[Construction Financials/Change Events]' adds some context but is not fully clarifying.

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 provides no guidance on when to use this tool versus alternatives. With sibling tools like 'update_change_event' and 'update_change_event_production_quantity', there is no indication of differences in functionality, versioning, or appropriate contexts, leaving the agent without usage direction.

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