Skip to main content
Glama
TylerIlunga

Procore MCP Server

Delete Commitment Change Order Line Item

delete_commitment_change_order_line_item
DestructiveIdempotent

Permanently delete a specified commitment change order line item. Provide company, project, change order, and line item IDs. This action cannot be undone.

Instructions

Deletes a specified commitment change order line item. Use this to permanently delete the specified Commitments. This cannot be undone. Permanently removes the specified Commitments. This action cannot be undone. Required parameters: company_id, project_id, commitment_change_order_id, id. Procore API (v2.0): Construction Financials > Commitments. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/commitment_change_orders/{commitment_change_order_id}/line_items/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
project_idYesURL path parameter — unique identifier for the project.
commitment_change_order_idYesURL path parameter — unique identifier for the Commitment Change Order.
idYesURL path parameter — unique identifier of the Commitments resource
Behavior4/5

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

The description reinforces the destructive nature by stating 'This cannot be undone' and 'Permanently removes', adding context beyond the destructiveHint annotation. It also lists required parameters, though it could mention idempotency or side effects.

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 the same idea three times ('Deletes', 'Use this to permanently delete', 'Permanently removes'). It could be condensed to a single sentence with the required parameters and warning.

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?

The description covers basic functionality and required parameters, but lacks context on preconditions (e.g., change order status), what happens if the item is already deleted (idempotency), and does not mention that this applies only to line items, not entire change orders.

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 coverage, the description adds no new meaning to parameters beyond listing them. The schema already provides identifiers; the description does not clarify parameter roles further.

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 tool deletes a specified commitment change order line item, specifying the exact resource and action. It distinguishes from sibling delete tools by naming the specific resource type.

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 indicates to use this for permanent deletion of line items, but does not provide explicit scenarios when not to use it or suggest alternatives. It lacks guidance on prerequisites or conditions.

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