Skip to main content
Glama
TylerIlunga

Procore MCP Server

Delete A Direct Cost Line Item

delete_a_direct_cost_line_item
DestructiveIdempotent

Permanently remove a specified direct cost line item from a project. This action cannot be undone.

Instructions

Delete a specified Direct Cost Line Item. This action does not support concurrent requests. If there is an attempt to delete a Direct Cost Line Item that belongs to a Direct Cost which is being updated or deleted by another request, a 409 Conflict error will be returned. Use this to permanently delete the specified Direct Costs. This cannot be undone. Permanently removes the specified Direct Costs. This action cannot be undone. Required parameters: project_id, direct_cost_id, id. Procore API: Construction Financials > Direct Costs. Endpoint: DELETE /rest/v1.0/projects/{project_id}/direct_costs/{direct_cost_id}/line_items/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
direct_cost_idYesURL path parameter — unique identifier of the direct cost
idYesURL path parameter — direct Cost Line Item ID
Behavior4/5

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

Beyond the annotations (destructiveHint=true, idempotentHint=true), the description adds the concurrency restriction and 409 error behavior. It reinforces the permanent, irreversible nature of the deletion without contradicting annotations.

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 is verbose with redundant phrases like 'This cannot be undone' and 'Permanently removes' repeated. The API endpoint info could be omitted. It would benefit from tighter editing.

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 covers concurrency and error handling but omits return values or success indicators. It adequately describes the operation but leaves some context gap.

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?

The input schema covers 100% of parameters with descriptions, so the description adds little extra meaning. It mentions required parameters by name but does not enhance understanding beyond the schema.

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 it deletes a specific direct cost line item, distinguishes from siblings like delete_direct_cost_item, and specifies required parameters. The verb 'delete' combined with the resource 'Direct Cost Line Item' is precise.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description advises against concurrent requests and explains the 409 Conflict scenario, providing a clear context for when to use. It lacks explicit comparison to alternatives like deleting the entire direct cost item.

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