Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Wbs Attribute Items In Bulk

create_wbs_attribute_items_in_bulk

Bulk create Work Breakdown Structure attribute items for a Procore project using company and project IDs.

Instructions

Create Wbs Attribute Items in bulk 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. Procore API (v2.0): Construction Financials > Work Breakdown Structure. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/wbs/attribute_items/bulk

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
project_idYesURL path parameter — unique identifier for the project.
attribute_itemsNoJSON request body field — the attribute items for this Work Breakdown Structure operation
Behavior3/5

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

Annotations already indicate this is a non-read-only, non-destructive, non-idempotent operation. The description adds that it returns created object on HTTP 201 and specifies the API endpoint. This is adequate but does not delve into side effects or permissions.

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 with three sentences plus endpoint info. It front-loads the purpose and required parameters. Minor redundancy ('records' repeated) but overall efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description lacks details on the structure of 'attribute_items' array items, which is critical for correct usage. No output schema specified, and the schema description for 'attribute_items' is vague ('JSON request body field'). This leaves significant gaps in understanding the request body format.

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%. The description notes required parameters and hints at attribute_items being JSON body, but does not elaborate on the structure of individual items in the array, which is crucial for a bulk operation.

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 the action ('Create'), the resource ('Wbs Attribute Items'), and the bulk nature. It distinguishes from singular sibling 'create_wbs_attribute_item' by noting 'in bulk'.

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 in Procore', which implies usage context. However, it does not mention when not to use or alternative tools like 'bulk_create_wbs_codes' or 'create_wbs_attribute_item'.

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