Skip to main content
Glama
TylerIlunga

Procore MCP Server

Delete Unit Of Measure

delete_unit_of_measure
DestructiveIdempotent

Permanently delete a Unit of Measure from Procore. This action cannot be undone; supply company ID and UOM ID.

Instructions

Delete a Unit of Measure (UOM). Use this to permanently delete the specified Units of Measure records. This cannot be undone. Permanently removes the specified Units of Measure records. This action cannot be undone. Required parameters: company_id, id. Procore API: Construction Financials > Units of Measure. Endpoint: DELETE /rest/v1.0/companies/{company_id}/uoms/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
idYesURL path parameter — unique identifier of the Units of Measure resource
Behavior4/5

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

The description explicitly states 'This cannot be undone' and 'permanently removes', reinforcing the destructiveHint=true annotation. It adds behavioral context beyond the annotation by emphasizing irreversibility. No contradictions with annotations.

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

Conciseness4/5

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

The description is relatively short and front-loaded with the purpose. However, it redundantly repeats 'This cannot be undone' and includes API endpoint details that, while informative, are not essential for an agent's selection. Could be slightly more concise.

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

Completeness4/5

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

For a simple delete tool with complete schema and annotations, the description adequately covers the essential behavior. It mentions permanence and required parameters. Lacks discussion of idempotency (hinted by annotation) or error handling, but overall sufficient for correct invocation.

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%, so the schema already documents the parameters. The description only repeats the required parameter names without adding further semantics like format constraints or examples, meeting the baseline.

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 action ('Delete a Unit of Measure (UOM)'), specifies the resource type, and implies the scope by naming the endpoint. It distinguishes itself from sibling tools like 'create_unit_of_measure' or 'update_unit_of_measure' by focusing on deletion.

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 tells when to use the tool ('to permanently delete'), but provides no guidance on when not to use it, alternatives, or prerequisites. It lacks context about preconditions (e.g., if the UOM must exist) or comparisons to other actions like deactivation.

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