Skip to main content
Glama
TylerIlunga

Procore MCP Server

update_cost_item_v2_0

Modify cost item details in Procore's preconstruction cost catalog, including pricing, labor, and specifications.

Instructions

Update Cost Item. [Preconstruction/Cost Catalog] PUT /rest/v2.0/companies/{company_id}/estimating/catalogs/items/{item_id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_idYesCost Item Id
company_idYesUnique company identifier associated with the Procore User Account.
typeYesThe type of the cost item.
nameYesThe name of the cost item.
descriptionNoThe description of the cost item.
unit_costNoThe unit cost of the cost item.
unit_laborNoThe unit labor required for the cost item.
unit_labor_costNoThe cost of the unit labor.
manufacturerNoThe manufacturer of the cost item.
catalog_numberNoThe catalog number of the cost item.
supplierNoThe supplier of the cost item.
cost_type_codeNoThe cost type code associated with the cost item. Applicable only for items categorized under a Custom cost type.
cost_type_nameNoThe name of the cost type associated with the cost item. Applicable only for items categorized under a Custom cost type.
wasteNoThe waste percentage associated with the cost item.
material_wasteNoThe waste percentage associated with the cost item.
item_marginNoThe margin applied to the cost item.
labor_marginNoThe margin applied to the labor for the cost item.
unit_labor_rateNoThe unit labor rate for the cost item.
is_untaxedNoIndicates whether the cost item is untaxed.
unitYesThe unit of measurement for the cost item. (17 possible values)
notesNoAny additional notes about the cost item.
colorNoThe color associated with the cost item.
catalog_idYesThe catalog ID associated with the cost item.
sub_itemsNoArray of sub-items associated with the cost item. Ignore unless you are creating an Assembly.
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 states 'Update Cost Item', implying a mutation, but doesn't disclose behavioral traits like required permissions, whether it's idempotent, what happens on partial updates, or error handling. The API path suggests a PUT operation, but no additional context is given.

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 parts: a brief purpose statement and an API path. It's front-loaded with the action, but the API path might be overly technical for an AI agent. No wasted sentences, though it could be more informative.

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 (24 parameters, 6 required, mutation tool) and lack of annotations or output schema, the description is inadequate. It doesn't explain what a cost item is, the update semantics, or expected outcomes. For a mutation tool with no structured safety hints, more context is needed.

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 fully documents all 24 parameters. The description adds no parameter semantics beyond the schema, not even mentioning key required fields like 'item_id' or 'company_id'. 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 action ('Update Cost Item') and resource ('Cost Item'), but it's vague about what a 'Cost Item' is and doesn't distinguish it from siblings like 'update_cost_code' or 'update_direct_cost_item'. It includes a context tag '[Preconstruction/Cost Catalog]' and API path, which adds some specificity but not clear differentiation.

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?

No guidance on when to use this tool versus alternatives like 'create_cost_item_v2_0' or 'update_direct_cost_item'. The description lacks context about prerequisites, such as needing an existing cost item ID, or exclusions. The API path hints at a RESTful update operation but doesn't provide usage rules.

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