Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Wbs Attribute Item

create_wbs_attribute_item

Creates a new Work Breakdown Structure attribute item in Procore for a project. Requires company, project, attribute ID, and unique name.

Instructions

Create Wbs Attribute Item for a given project. 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, project_id, attribute_id, name. Procore API (v2.0): Construction Financials > Work Breakdown Structure. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/wbs/attribute_items

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
project_idYesURL path parameter — unique identifier for the project.
attribute_idYesJSON request body field — unique identifier of the attribute
nameYesJSON request body field — attribute Item name. Unique within the Attribute.
Behavior3/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false, so the description adds moderate value by specifying 'returns the created object on success (HTTP 201)'. No contradictions or additional side effects are discussed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

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

Three sentences, front-loaded with purpose, includes endpoint and API version. Every sentence is informative and no waste.

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?

For a simple creation tool with full schema coverage and annotations, the description covers purpose, parameters, endpoint, and success response. Lacks info on error conditions or uniqueness constraints but 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 description coverage is 100% with each parameter already described. The description reiterates required parameters and mentions URL path vs body fields, which matches schema. No new meaning added beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it creates a WBS attribute item for a given project, using the verb 'create' and specifying the resource (WBS attribute item). It distinguishes from sibling 'create_wbs_attribute_items_in_bulk' by implication as this is a single creation.

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

Usage Guidelines4/5

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

The description says 'Use this to create a new Work Breakdown Structure records' and lists required parameters, providing clear context for when to use. However, it does not explicitly mention when not to use it or alternatives like the bulk creation tool.

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