Skip to main content
Glama
TylerIlunga

Procore MCP Server

update_change_event

Modify change event details in Procore construction projects to track financial adjustments, update origins, or add attachments.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID
project_idYesUnique identifier for the project.
change_eventYeschange_event
change_event_origin_idNoID of the record to associate as the Change Event origin. Provide alongside `change_event_origin_type`. Send both values as `null` to remove an existing origin.
change_event_origin_typeNoChange Event origin type. Supported values: `GenericToolItem`, `CommunicationThread`, `Meeting`, `Observations::Item`, `Rfi::Header`, `SiteInstruction`.
origin_global_idNoGlobal ID of the record to associate as the Change Event origin. Provide instead of `change_event_origin_id` and `change_event_origin_type`.
attachmentsNoChange Event Attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[]` as files.
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 of behavioral disclosure. It only hints at mutation via 'PATCH' and the 'Update' verb, but fails to describe critical behaviors: required permissions, whether updates are idempotent or destructive, rate limits, error handling, or the response format. For a mutation tool with 7 parameters and no annotation coverage, this is a significant gap in transparency.

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

Conciseness3/5

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

The description is concise (one sentence) and front-loaded with the core action ('Update Change Event'), but it's under-specified rather than efficiently informative. The bracketed category and HTTP endpoint add some structure, but the sentence doesn't earn its place by providing actionable guidance. It avoids verbosity but fails to deliver essential context.

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 tool's complexity (7 parameters, nested objects, no output schema, no annotations), the description is incomplete. It doesn't explain the update scope, behavioral implications, or usage context. While the schema covers parameters well, the description lacks critical information for a mutation tool, such as what happens on success/failure or how to handle the 'change_event' object. This leaves the agent poorly equipped to use the tool effectively.

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%, with detailed parameter descriptions in the input schema (e.g., origin association rules, multipart/form-data requirements for attachments). The tool description adds no parameter semantics beyond what the schema already provides. Since the schema does the heavy lifting, the baseline score of 3 is appropriate, but the description doesn't compensate or add value.

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

Purpose2/5

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

The description 'Update Change Event. [Construction Financials/Change Events] PATCH /rest/v1.0/change_events/{id}' is a tautology that restates the tool name and adds minimal context. It specifies the resource ('Change Event') and HTTP method (PATCH), but lacks a clear, specific verb or differentiation from sibling tools like 'update_change_event_v1_1' or 'create_change_event'. The bracketed category adds some domain context but doesn't clarify what the tool actually does beyond the obvious.

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

Usage Guidelines1/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. It doesn't mention prerequisites (e.g., needing an existing change event ID), compare it to sibling tools like 'update_change_event_v1_1' or 'create_change_event', or specify any constraints (e.g., when updates are allowed). This leaves the agent with no usage context beyond the tool name.

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