Skip to main content
Glama
TylerIlunga

Procore MCP Server

Unassign The Attribute Items From The Wbs Codes

unassign_the_attribute_items_from_the_wbs_codes
DestructiveIdempotent

Permanently remove attribute items from WBS codes by deleting the specified Work Breakdown Structure records. Requires company and project IDs. This action cannot be undone.

Instructions

Unassign the Attribute Items from the Wbs Codes. Use this to permanently delete the specified Work Breakdown Structure records. This cannot be undone. Permanently removes the specified Work Breakdown Structure records. This action cannot be undone. Required parameters: company_id, project_id. Procore API (v2.0): Construction Financials > Work Breakdown Structure. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/wbs/codes/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.
filters__attribute_id__NoQuery string parameter — delete item(s) with the specified Wbs Attribute IDs. Example usage: ?filters[attribute_id][]=2670495558&filters[id][]=973021455
filters__attribute_item_id__NoQuery string parameter — delete item(s) with the specified Wbs Attribute Item IDs. Example usage: ?filters[attribute_item_id][]=2670495558&filters[id][]=973021455
filters__id__NoQuery string parameter — delete item(s) with the specified Wbs Code IDs. Example usage: ?filters[id][]=2670495558&filters[id][]=973021455
Behavior3/5

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

Annotations already indicate destructive and idempotent behavior. The description adds that the action cannot be undone and permanently removes records, which reinforces destructiveHint but does not provide additional behavioral context beyond what annotations offer. It does not address side effects, authorization needs, or response behavior.

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

Conciseness2/5

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

The description contains redundant phrases: 'This cannot be undone' appears twice, and 'Permanently removes the specified Work Breakdown Structure records' is stated twice. The inclusion of the full endpoint path is useful but could be shortened.

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 about the response after deletion, such as status codes or confirmation. It does not explain the effect of the filter parameters (e.g., deleting all attribute items vs. specific ones). Given the tool is destructive and has no output schema, the description should provide more comprehensive guidance.

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 coverage is 100%, so the description adds no value beyond the schema. It lists required parameters but does not explain the filter parameters or their usage beyond what the schema already provides.

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

Purpose2/5

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

The description conflates 'unassign' with 'permanently delete', creating confusion about the actual operation. It fails to clearly distinguish from the sibling tool 'assign_the_attribute_items_to_the_wbs_codes' and does not state whether it removes associations or deletes records entirely.

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?

The description mentions that the operation cannot be undone and lists required parameters, but provides no guidance on when to use this tool versus alternatives like 'assign_the_attribute_items_to_the_wbs_codes' or other delete tools. No context on prerequisites or exclusions is given.

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