Skip to main content
Glama
TylerIlunga

Procore MCP Server

create_change_event_v1_1

Create a change event in Procore to document and manage construction project modifications, including scope adjustments and financial updates.

Instructions

Create Change Event. [Construction Financials/Change Events] POST /rest/v1.1/change_events

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesUnique identifier for the project.
numberNonumber
titleNotitle
descriptionNodescription
scopeYesEvent Scope
prime_contract_for_estimatesNoprime_contract_for_estimates
event_originNoevent_origin
change_reasonNochange_reason
statusYesstatus
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
change_typeNochange_type
external_dataNoexternal_data
custom_field_%{custom_field_definition_id}NoValue of the custom field. The data type of the value passed in corresponds with the data_type of the Custom Field Definition. For a lov_entry data_type the value passed in should be the ID of one ...
change_itemsNoChange Event Line Items
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 'POST /rest/v1.1/change_events', implying a write operation, but lacks details on permissions, side effects, rate limits, or response format. This is inadequate for a mutation tool with 15 parameters and no output schema.

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 with two sentences, but it is front-loaded with the action and includes an API endpoint. However, the second sentence adds minimal value beyond the first, and it could be more structured to highlight key parameters or usage.

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 (15 parameters, nested objects, no output schema, no annotations), the description is incomplete. It fails to explain the tool's role in the system, expected outcomes, or error handling, leaving significant gaps for an agent to understand and invoke it correctly.

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 documents all parameters. The description adds no parameter semantics beyond the schema, such as explaining relationships between fields like 'scope' and 'status'. 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 verb ('Create') and resource ('Change Event'), but it is vague about what a 'Change Event' is in the Construction Financials context. It does not differentiate from sibling tools like 'create_change_order_request' or 'create_potential_change_order', leaving the purpose unclear beyond the basic action.

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. With many sibling tools related to changes (e.g., 'create_change_order_request', 'create_potential_change_order'), there is no indication of context, prerequisites, or distinctions, making it misleading for selection.

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