Skip to main content
Glama
TylerIlunga

Procore MCP Server

Delete BIM Model

delete_bim_model
DestructiveIdempotent

Permanently delete a BIM model by specifying its id and project_id. Models with revisions cannot be removed; confirm the id with a list tool first.

Instructions

Delete a BIM Model from the system. A BIM Model with revisions cannot be deleted. Confirm the target id with the matching show or list tool before calling. id must identify an existing parent record — resolve it with the matching list tool first. Permanently removes the BIM model. This cannot be undone, and a repeat call returns 404. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: id, project_id. Procore API: Preconstruction > BIM. Endpoint: DELETE /rest/v1.0/bim_models/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the BIM resource
project_idYesQuery string parameter — unique identifier for the project.
Behavior5/5

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

Despite having annotations declaring destructiveHint=true and idempotentHint=true, the description adds substantial behavioral context: permanence ("cannot be undone"), 404 on repeat call, the constraint about revisions, and a detailed breakdown of common error statuses (401, 403, 404). This goes far beyond what annotations provide and gives the agent a rich understanding of failure modes and side effects. 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 dense and structured: action, constraint, pre-resolve instruction, permanence/undo, repeat call behavior, error taxonomy, required params, and API endpoint. It is front-loaded with the primary action. While long, every sentence provides operational value, so it earns a 4 rather than a 3. It is not as terse as the calibration example, but it earns its length.

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

Completeness5/5

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

For a destructive operation with no output schema and only two parameters, the description covers everything an agent needs: what the tool does, prerequisites (confirm id via list/show), constraints (revisions block deletion), consequences (permanent, irreversible), idempotency behavior (404 on repeat), error conditions with HTTP statuses, and the exact API endpoint. This is a complete operational profile.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% for both parameters, so the baseline is 3. The description adds meaningful context beyond the schema by instructing that 'id must identify an existing parent record' and to resolve it with a list tool first, effectively explaining how to obtain a valid value. This adds practical semantics not present in the schema's simple 'unique identifier' description.

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 opens with a specific verb+resource: "Delete a BIM Model from the system." and reinforces with "Permanently removes the BIM model." It clearly distinguishes from related sibling tools like delete_bim_model_revision and delete_bim_file by targeting the top-level BIM model resource.

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 tool provides explicit workflow guidance: "Confirm the target id with the matching show or list tool before calling" and "resolve it with the matching list tool first." It also defines a conditional constraint: "A BIM Model with revisions cannot be deleted." However, it does not explicitly name an alternative tool for deleting revisions, so the 'when-not' is implied rather than spelled out with a named sibling.

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