Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Standard Cost Code

update_standard_cost_code

Updates an existing Work Breakdown Structure standard cost code record using the specified fields. Provide the code ID, company ID, list ID, and new code data.

Instructions

Update Standard Cost Code. Use this to update an existing Work Breakdown Structure records (only the supplied fields are changed). Updates the specified Work Breakdown Structure records and returns the modified object on success. Required parameters: id, company_id, standard_cost_code_list_id, standard_cost_code. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: PATCH /rest/v1.0/standard_cost_codes/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the Work Breakdown Structure resource
viewNoQuery string parameter — the 'default' view only returns id and standard_cost_code_list_id. The 'compact' view also includes origin_id. The 'extended' view includes the more complete list of attributes shown below. The 'ex...
company_idYesJSON request body field — unique identifier for the Procore company
standard_cost_code_list_idYesJSON request body field — standard Cost Code List ID
standard_cost_codeYesJSON request body field — the standard cost code for this Work Breakdown Structure operation
Behavior4/5

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

The description discloses that only supplied fields are changed (partial update) and that it returns the modified object on success. Annotations are present but the description adds value by clarifying the partial update behavior and listing required parameters. No contradiction with annotations.

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 at four sentences, with front-loaded purpose. It avoids fluff but is slightly repetitive ('Update Standard Cost Code', 'use this to update an existing...'). Still efficient.

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, the description adequately covers return value. It explains partial update behavior and lists required parameters. Could mention idempotency or error cases, but overall sufficient for the tool's complexity.

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 reiterates required parameters and hints at partial update ('only the supplied fields are changed'), but does not add significant new meaning beyond the schema.

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?

The description clearly states the action ('update') and the resource ('Standard Cost Code' / 'Work Breakdown Structure records'), using specific verbs and nouns. However, it does not explicitly differentiate from sibling tools like 'sync_standard_cost_codes' or 'bulk_update_wbs_codes', though the update verb implies targeting a single existing record.

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?

The description provides required parameters but lacks guidance on when to use this tool versus alternatives (e.g., bulk update, sync). It does not state preconditions, exclusions, or context where another tool would be more appropriate.

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