Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Wbs Attributes

create_wbs_attributes

Create Work Breakdown Structure attributes in Procore to organize project costs. Provide company, project, name, and position to add a new WBS record.

Instructions

Create Wbs Attributes 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, name, position. Procore API (v2.0): Construction Financials > Work Breakdown Structure. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/wbs/attributes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
project_idYesURL path parameter — unique identifier for the project.
nameYesJSON request body field — attribute name. Unique within the project.
positionYesJSON request body field — position of the Attribute in the Company. Unique within the Project.
Behavior4/5

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

Annotations (readOnlyHint=false, destructiveHint=false) indicate mutation. The description adds that it creates a new record, returns the created object on success (HTTP 201), and specifies the API endpoint. This provides useful behavioral context beyond the annotations, though it does not cover error scenarios or authentication requirements.

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?

The description is concise with four sentences: purpose, explicit usage instruction, success response, required parameters, and API info. Every sentence adds value; there is no redundant or extraneous information.

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 the tool's simplicity (4 required parameters, no output schema, no nested objects) and the presence of annotations, the description sufficiently covers purpose, required input, and expected outcome. It lacks potential error information but is adequate for correct invocation.

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 covers 100% of parameters with detailed descriptions. The description merely lists the required parameters without adding new semantic meaning. It does not explain constraints like uniqueness (already in schema) or parameter relationships. Baseline of 3 is appropriate as schema does the heavy lifting.

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 action ('Create') and the resource ('Wbs Attributes'), including the purpose for a given project. It specifies that it creates Work Breakdown Structure records and returns the created object. However, it does not differentiate from sibling tools like 'create_wbs_code' or 'create_wbs_attribute_item', which have similar names and purposes.

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 implies that this tool is used for creating WBS attributes by stating 'Use this to create a new Work Breakdown Structure records'. It provides the required parameters, but lacks explicit guidance on when to prefer this tool over alternatives or when not to use it. No exclusions or context for decision-making are provided.

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