Skip to main content
Glama
TylerIlunga

Procore MCP Server

Delete Potential Change Order Line Item

delete_potential_change_order_line_item
DestructiveIdempotent

Permanently remove a line item from a potential change order. This action cannot be undone. Requires potential change order ID, line item ID, and project ID.

Instructions

Delete Potential Change Order Line Item. Use this to permanently delete the specified Change Orders. This cannot be undone. Permanently removes the specified Change Orders. This action cannot be undone. Required parameters: potential_change_order_id, id, project_id. Procore API: Construction Financials > Change Orders. Endpoint: DELETE /rest/v1.0/potential_change_orders/{potential_change_order_id}/line_items/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
potential_change_order_idYesURL path parameter — potential Change Order ID
idYesURL path parameter — unique identifier of the Change Orders resource
project_idYesQuery string parameter — unique identifier for the project.
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 'cannot be undone' which is consistent but redundant. No additional behavioral traits beyond what annotations provide, so value is marginal.

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?

Description is repetitive: 'permanently delete' and 'This cannot be undone' each appear twice. It could be more concise. Includes endpoint info which may not be useful for AI agents.

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?

While the tool is simple and annotations cover key traits, the description has an inaccuracy (referring to Change Orders instead of line items) and lacks information about consequences beyond deletion. Completeness is compromised.

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%, and the description lists the required parameters but adds no additional semantics or constraints beyond the schema. Baseline score applies.

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

Purpose3/5

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

The description states the tool deletes a line item permanently, but it confusingly refers to 'specified Change Orders' instead of line items. The title is clearer. Purpose is conveyed but with a minor inaccuracy.

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?

No explicit guidance on when to use this tool versus alternative delete tools (e.g., for change orders vs line items). No when-not or alternative tools mentioned. The permanent nature is noted, but context for selection is lacking.

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