Skip to main content
Glama
TylerIlunga

Procore MCP Server

Copy From Standard Cost Code List

copy_from_standard_cost_code_list

Copy cost codes from a standard list to a project, duplicating Work Breakdown Structure records.

Instructions

Copy Cost Codes from Standard Cost Code List. Use this to duplicate an existing Work Breakdown Structure records as a new record. Creates a copy of the Work Breakdown Structure records and returns the newly created object (HTTP 201). Required parameters: project_id, standard_cost_code_list_id. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: POST /rest/v1.0/cost_codes/copy_from_standard_list

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesJSON request body field — unique identifier for the project.
sub_job_idNoJSON request body field — unique identifier for the Sub Job
standard_cost_code_list_idYesJSON request body field — unique identifier for the Standard Cost Code List
Behavior3/5

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

Annotations show readOnlyHint=false and destructiveHint=false, so the description must add behavioral context. It states that the tool creates a new record and returns HTTP 201 with the new object, but does not disclose side effects, auth requirements, or error conditions. This adds some value beyond annotations but is not comprehensive.

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 4 sentences. The first sentence states the purpose, followed by usage, outcome, required parameters, and API endpoint. It is front-loaded and every sentence adds value, though the API info could be considered extraneous.

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 moderate complexity and no output schema, the description covers the copy action, required parameters, and expected response (HTTP 201 with new object). It does not address error handling or edge cases, but is sufficiently complete for an agent to invoke the tool correctly.

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?

Input schema has 100% description coverage, setting a baseline of 3. The description explicitly lists two required parameters ('project_id, standard_cost_code_list_id'), which reinforces the schema but adds no new semantic information. It omits mentioning the optional 'sub_job_id' parameter.

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 'Copy Cost Codes from Standard Cost Code List' and explains it duplicates Work Breakdown Structure records as a new record. The verb 'copy' and resource are specific, but it does not explicitly distinguish from the sibling 'copy_subset_from_standard_cost_code_list'.

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 says 'Use this to duplicate' but provides no guidance on when to use this tool vs alternatives, such as the sibling 'copy_subset_from_standard_cost_code_list'. There are no when-not or alternative instructions.

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