Skip to main content
Glama
TylerIlunga

Procore MCP Server

Bulk Delete Company Segment Items

bulk_delete_company_segment_items
DestructiveIdempotent

Permanently delete multiple Work Breakdown Structure segment items by specifying company, segment, and item IDs. This bulk action cannot be undone.

Instructions

Bulk Delete Company Segment Items. 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, segment_id, segment_item_ids. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: DELETE /rest/v1.0/companies/{company_id}/work_breakdown_structure/segments/{segment_id}/segment_items/bulk_destroy

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
segment_idYesURL path parameter — unique identifier of the segment
segment_item_idsYesJSON request body field — list of segment item IDs
Behavior3/5

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

Annotations already indicate destructive and non-read-only. The description adds emphasis that deletion is permanent and cannot be undone, which is consistent. However, it does not disclose additional behavioral details like rate limits or confirmation requirements.

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

Conciseness3/5

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

The description front-loads the purpose but contains redundant phrasing (e.g., 'cannot be undone' repeated twice). The API metadata is useful but could be more concise. It is acceptable but not optimal.

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

Completeness3/5

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

For a simple bulk delete with annotations covering safety, the description is adequate. However, it lacks details on error responses, idempotency behavior (though annotated), or batch size limits, which could help the agent handle edge cases.

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%, with each parameter already described. The description only lists the required parameters without adding new meaning. Baseline 3 applies since it neither harms nor significantly adds 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 that the tool is for bulk deletion of company segment items (Work Breakdown Structure records). The name and API endpoint reinforce the company-level scope. It could more explicitly differentiate from the sibling tool 'bulk_delete_project_segment_items'.

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 says 'Use this to permanently delete...' but provides no guidance on when not to use it or what alternatives exist (e.g., project-level delete). No prerequisites or permission hints are 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