Skip to main content
Glama
TylerIlunga

Procore MCP Server

Delete Prime Change Order Line Item

delete_prime_change_order_line_item
DestructiveIdempotent

Delete a prime change order line item permanently. This action cannot be undone.

Instructions

Deletes a specified prime change order line item. Use this to permanently delete the specified Prime Contracts. This cannot be undone. Permanently removes the specified Prime Contracts. This action cannot be undone. Required parameters: company_id, project_id, prime_change_order_id, id. Procore API (v2.0): Construction Financials > Prime Contracts. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/prime_change_orders/{prime_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.
prime_change_order_idYesURL path parameter — unique identifier for the Prime Change Order.
idYesURL path parameter — unique identifier of the Prime Contracts resource
Behavior3/5

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

Annotations already indicate destructiveHint=true, so the description's repetition of 'This cannot be undone' adds little new information. It provides the endpoint and required params, but does not describe response behavior or side effects beyond irreversibility.

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 verbose with redundant phrases like 'This cannot be undone' and 'Permanently removes the specified Prime Contracts' repeated. It could be condensed to a single clear sentence. The incorrect reference to 'Prime Contracts' also detracts from conciseness.

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?

Given no output schema, the description does not cover return values or error scenarios. It mentions irreversibility and required params but lacks details on prerequisites, permissions, or post-deletion effects. Adequate but not comprehensive.

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 clear parameter descriptions. The description merely lists required parameter names without adding new semantic value, so it meets the baseline.

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 deletes a prime change order line item, but it incorrectly mentions 'Prime Contracts' multiple times instead of 'Prime Change Order Line Items', which causes minor confusion. The verb+resource is specific, and the endpoint clarifies the scope.

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 guidance on when to use this tool versus sibling tools like delete_prime_change_order or delete_prime_change_order_batch. The description implies deletion, but does not explicitly state that this is for individual line items only, nor does it mention when not to use it.

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