Skip to main content
Glama
TylerIlunga

Procore MCP Server

Delete Wbs Attributes

delete_wbs_attributes
DestructiveIdempotent

Permanently delete Work Breakdown Structure attributes for a specific project in Procore. Requires company, project, and attribute IDs.

Instructions

Delete Wbs Attributes for a given project. 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, wbs_attribute_id. Procore API (v2.0): Construction Financials > Work Breakdown Structure. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/wbs/attributes/{wbs_attribute_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_idYesURL path parameter — unique identifier for the Wbs Attribute.
Behavior2/5

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

Annotations already provide destructiveHint=true and idempotentHint=true. The description repeatedly emphasizes that the action 'cannot be undone', reinforcing but not extending the annotation. It does not disclose authorization needs, rate limits, error behavior, or what happens if the record is missing. No contradiction with annotations; the description aligns but adds no new transparency.

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 is repetitive, stating 'permanently delete' and 'cannot be undone' multiple times. It also includes API endpoint details that may be extraneous for an AI agent. While it front-loads the purpose, it could be significantly more concise.

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?

For a simple delete tool with no output schema, the description lacks crucial context such as return value (e.g., what is returned on success), error conditions (e.g., what happens if the attribute does not exist or is in use), and required permissions. The annotations partially fill gaps but overall completeness is low.

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 has 100% coverage with descriptions for all three parameters. The description merely lists the required parameters without additional context (e.g., format or constraints). Since schema coverage is high, the baseline is 3, and the description adds no extra value beyond the schema.

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 (delete WBS attributes) and the resource (Work Breakdown Structure records) with specific scope (given project). It mentions permanence and lists required parameters. However, it does not explicitly differentiate from sibling tools like 'update_wbs_attributes' or 'assign_the_attribute_items_to_the_wbs_codes', though the verb 'delete' is distinct. The purpose is clear but lacks explicit sibling differentiation.

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 instructs to use this tool for permanent deletion but provides no guidance on when to use it versus alternatives (e.g., when to delete vs. update). There is no mention of prerequisites, scenarios where deletion might be inappropriate, or any decision-making context. The agent is left to infer usage from the action alone.

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