Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Change Event Production Quantity

create_change_event_production_quantity

Add a new production quantity to an existing Change Event in Procore by specifying project, cost code, quantity, and unit of measure.

Instructions

Creates a new Change Event Production Quantity for a given Change Event. Use this to create a new Change Events in Procore. Creates a new Change Events and returns the created object on success (HTTP 201). Required parameters: project_id, change_event_id, cost_code_id, quantity, uom. Procore API: Construction Financials > Change Events. Endpoint: POST /rest/v1.0/projects/{project_id}/change_events/{change_event_id}/change_event_production_quantities

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
cost_code_idYesJSON request body field — iD of the associated Cost Code
quantityYesJSON request body field — the quantity for this Change Events operation
uomYesJSON 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
Behavior3/5

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

Annotations already indicate readOnlyHint=false, destructiveHint=false. Description adds that it returns HTTP 201 and the created object, which is consistent. No contradictions. However, beyond stating it's a creation operation, no additional behavioral traits (permissions, side effects, rate limits) are disclosed. The description does not add significant value over annotations.

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?

Description is multi-sentence with some redundancy: 'Use this to create a new Change Events' is superfluous and slightly incorrect. Could be more concise by removing that sentence. Information about API endpoint could be moved to a separate field. Overall acceptable but not efficient.

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

Completeness3/5

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

Covers main action and required parameters. Lacks details on return value structure (only says 'returns the created object'), error cases, permissions, or preconditions. With no output schema, more contextual information would help agents handle responses correctly. Adequate but not comprehensive.

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 baseline is 3. Description reiterates required parameters and their roles (URL path vs JSON body) already present in schema. No additional meaning or context provided for parameters like quantity or uom beyond their names and types.

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

Purpose4/5

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

Clearly states verb (creates), resource (Change Event Production Quantity), and context (for a given Change Event). Distinguishes from sibling 'create_change_event' by specifying the resource type. However, the second sentence redundantly says 'Use this to create a new Change Events', causing minor confusion but not obscuring the purpose.

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?

Provides minimal guidance: 'Use this to create a new Change Events' which essentially repeats the action. Does not specify when to use vs when not, nor suggests alternatives or prerequisites. Required parameters are listed but without context on selection criteria.

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