Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Wbs Attribute Item

update_wbs_attribute_item

Update an existing Work Breakdown Structure attribute item by providing its ID and new name. Only supplied fields are changed.

Instructions

Update Wbs Attribute Item for a given project. Use this to update an existing Work Breakdown Structure records (only the supplied fields are changed). Updates the specified Work Breakdown Structure records and returns the modified object on success. Required parameters: company_id, project_id, wbs_attribute_item_id, name. Procore API (v2.0): Construction Financials > Work Breakdown Structure. Endpoint: PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/wbs/attribute_items/{wbs_attribute_item_id}

Input Schema

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

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

Beyond annotations (readOnlyHint=false), the description clarifies partial update behavior ('only the supplied fields are changed') and confirms it returns the modified object. This adds useful context about the operation's scope and idempotency.

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 very concise: two sentences covering purpose, usage, required params, and API reference. Each sentence is necessary and front-loaded, with no wasted words.

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

Completeness5/5

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

Given the fully described input schema, annotations, and no output schema, the description complete by explaining the return value and providing the API endpoint. It covers all necessary context for an AI agent to invoke the tool correctly.

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?

With 100% schema description coverage, the input schema already fully documents all parameters. The description merely lists required parameters without adding new meaning, so it meets the baseline but does not exceed it.

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 verb 'Update' and the resource 'Wbs Attribute Item', specifying it operates on existing Work Breakdown Structure records. It distinguishes itself from sibling tools like 'create_wbs_attribute_item' and 'delete_wbs_attribute_item'.

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 usage when updating an existing WBS attribute item, but does not explicitly state when to use this tool versus alternatives like bulk update or other update tools. It lacks exclusion criteria and alternative recommendations.

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