Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Company Segment Item

create_company_segment_item

Create a Work Breakdown Structure segment item in Procore by providing company ID, segment ID, code, and name.

Instructions

Create Company Segment Item. 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, segment_id, code, name. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: POST /rest/v1.0/companies/{company_id}/work_breakdown_structure/segments/{segment_id}/segment_items

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
segment_idYesURL path parameter — unique identifier of the segment
codeYesJSON request body field — segment Item Code
nameYesJSON request body field — segment Item Name
segment_item_list_idNoJSON request body field — segment Item List ID
parent_idNoJSON request body field — unique identifier of the parent
Behavior3/5

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

Description discloses the creation action and success response (HTTP 201) but does not discuss potential errors, side effects, or authentication needs. Annotations (readOnlyHint false, destructiveHint false) are consistent with creating a resource. 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?

Three sentences with some redundancy (two sentences essentially say the same thing). It includes API endpoint info but could be more streamlined.

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?

Adequate for a simple creation tool: it states purpose, input essentials, and outcome. However, it lacks information about error handling, relationships to other segment tools, or constraints.

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, and the description simply lists required parameters without adding new meaning. For example, it does not explain what 'code' or 'name' represent in the WBS context.

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?

Clearly states it creates a Work Breakdown Structure segment item in Procore, with a specific verb and resource. However, it does not explicitly distinguish itself from related tools like create_project_segment_item or bulk_create_wbs_codes, though the name and context help.

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 (e.g., project-level segment items, bulk creation). Required parameters are listed but no prerequisites or exclusion criteria are mentioned.

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