Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create A WBS Code

create_a_wbs_code

Create a new Work Breakdown Structure code by specifying segment items. If the combination exists, the existing code is updated with the provided description.

Instructions

Create a new WBS code using the specified segments. If the combination of segments matches an existing WBS Code, the existing code will be updated with the description provided. 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: project_id, segment_items. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: POST /rest/v1.0/projects/{project_id}/work_breakdown_structure/wbs_codes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
descriptionNoJSON request body field — description of the wbs code.
segment_itemsYesJSON request body field — the segment items for this Work Breakdown Structure operation
Behavior4/5

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

Annotations don't contradict description. The description reveals upsert behavior (update if combination exists) and HTTP 201 response, adding value beyond annotations. However, it doesn't detail any auth requirements or rate limits.

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?

Description is front-loaded with core purpose. Includes API endpoint detail which may be useful but adds verbosity. Still concise overall, with no wasted sentences.

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, description mentions return of created object with HTTP 201. Upsert behavior is explained. API path and source are provided. For a 3-param tool, this is fairly 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 is 3. Description repeats required parameters and mentions 'segment items' but adds minimal extra meaning beyond the schema descriptions. No parameter format details.

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 WBS code using segments, with upsert behavior noted. It specifies the resource and action, but does not explicitly differentiate from sibling tools like update_a_wbs_code or bulk_create_wbs_codes.

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?

The description advises using this tool to create WBS records in Procore, but lacks explicit guidance on when to use this vs. alternatives (e.g., bulk creation or update). The upsert behavior is mentioned but no when-not guidelines.

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