Skip to main content
Glama
TylerIlunga

Procore MCP Server

create_change_event

Create change events in Procore to track financial modifications and document origins like RFIs, meetings, or site instructions for construction projects.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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 must carry the full burden. It states 'Create Change Event' and 'POST', implying a write operation, but fails to disclose critical behavioral traits such as required permissions, whether it's idempotent, what happens on failure, or the expected response format. The mention of 'multipart/form-data' for attachments in the schema is not reflected in the description.

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—two brief phrases—and front-loaded with the core action. However, it lacks substance; the conciseness comes at the cost of informativeness, though it avoids redundancy.

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 (6 parameters, nested objects, no output schema, no annotations), the description is inadequate. It does not explain the purpose of a 'Change Event', the required 'change_event' object structure, or the implications of creating one. The schema provides parameter details, but the description fails to offer necessary context for a mutation tool.

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 schema itself (e.g., 'change_event_origin_type' enum values, attachment upload instructions). The description adds no parameter semantics beyond the schema, but the schema is comprehensive, justifying the baseline score of 3.

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 'Create Change Event. [Construction Financials/Change Events] POST /rest/v1.0/change_events' is largely tautological, restating the tool name ('Create Change Event') and adding only a vague category and HTTP method. It does not specify what a 'Change Event' is, what it creates, or how it differs from siblings like 'create_change_event_v1_1' or 'create_change_event_production_quantity'.

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 does not mention prerequisites, context, or distinctions from sibling tools (e.g., 'create_change_event_v1_1'), leaving the agent with no 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