Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Standard Cost Code

create_standard_cost_code

Create a standard cost code to add a Work Breakdown Structure record to Procore. Requires company ID, cost code list ID, and cost code details.

Instructions

Create a new Standard Cost Code. Use this to create a new Work Breakdown Structure records in Procore. Creates a new Work Breakdown Structure records and returns the created object on success (HTTP 201). Required parameters: company_id, standard_cost_code_list_id, standard_cost_code. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: POST /rest/v1.0/standard_cost_codes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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
Behavior3/5

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

The description mentions successful creation returns HTTP 201, but it does not address error cases (e.g., duplicate codes), required authentication, or side effects. Annotations (readOnlyHint: false) confirm it's a write operation, so 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.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is four sentences with some repetition ('Creates a new Work Breakdown Structure records' appears twice). It includes the endpoint but could be more concise without losing key info.

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?

Given no output schema, the description mentions the return object, but lacks details on expected structure of the nested 'standard_cost_code' parameter, error responses, or pagination. Adequate but not complete.

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 3. The description lists required parameters but adds no semantic detail beyond the schema descriptions. For example, the 'standard_cost_code' object's structure is not explained.

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 tool creates a new Standard Cost Code and links to Work Breakdown Structure records. However, it does not explicitly differentiate from siblings like 'create_standard_cost_code_list' or 'create_cost_code', which reduces clarity.

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

Usage Guidelines3/5

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

It lists required parameters and the HTTP status, but provides no guidance on when to use this tool versus alternatives like 'create_standard_cost_code_list' (creating the list vs. a code) or prerequisites (e.g., the list must exist first).

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