Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Change Event Production Quantity

update_change_event_production_quantity

Modify an existing change event production quantity by updating its cost code, quantity, unit of measure, description, or WBS code. Specify project, change event, and quantity ID.

Instructions

Updates a Change Event Production Quantity's attributes. Use this to update an existing Change Events (only the supplied fields are changed). Updates the specified Change Events and returns the modified object on success. Required parameters: project_id, change_event_id, id. Procore API: Construction Financials > Change Events. Endpoint: PATCH /rest/v1.0/projects/{project_id}/change_events/{change_event_id}/change_event_production_quantities/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
change_event_idYesURL path parameter — unique identifier for the Change Event
idYesURL path parameter — change Event Production Quantity ID
cost_code_idNoJSON request body field — iD of the associated Cost Code
quantityNoJSON request body field — the quantity for this Change Events operation
uomNoJSON request body field — unit of Measure
descriptionNoJSON request body field — the description for this Change Events operation
wbs_code_idNoJSON request body field — iD of the associated WBS Code
Behavior5/5

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

The description complements annotations (readOnlyHint=false, destructiveHint=false) by stating that only supplied fields are changed and that the modified object is returned on success. No contradiction.

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 four sentences, front-loaded with the main action. It includes necessary details like partial update and return behavior, but could be slightly more concise by omitting the endpoint line which is redundant with the tool's structure.

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

Completeness4/5

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

Given no output schema and 8 parameters, the description covers purpose, partial update semantics, required params, and return behavior. It does not mention error handling or prerequisites, but annotations and sibling naming help fill gaps.

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 coverage is 100%, so the baseline is 3. The description lists required parameters and includes endpoint structure, but does not add significant meaning beyond what the schema already provides for each parameter.

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 clearly states the verb (Updates) and resource (Change Event Production Quantity). It specifies partial update semantics ('only the supplied fields are changed') and distinguishes itself from sibling tools (create, list, delete) through naming and context.

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

Usage Guidelines4/5

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

The description explicitly says 'Use this to update an existing Change Events' and notes partial update behavior. It does not explicitly contrast with create or delete tools, but context is clear enough for a well-tuned agent.

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