Skip to main content
Glama
TylerIlunga

Procore MCP Server

Delete Drawing Upload

delete_drawing_upload
DestructiveIdempotent

Delete an unreviewed drawing upload permanently. Provide the ID and project ID to remove it; verify the ID first as this cannot be undone.

Instructions

Delete an unreviewed Drawing Upload. Confirm the target id with the matching show or list tool before calling. project_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Permanently removes the drawing upload. 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 (v1.1): Project Management > Drawings. Endpoint: DELETE /rest/v1.1/projects/{project_id}/drawing_uploads/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the Drawings resource
viewNoQuery string parameter — specifies the level of detail returned in the response. The 'with_drawing_log_imports' view provides additional data as shown below. The 'normal' view is the default if not specified.
project_idYesURL path parameter — unique identifier for the project.
Behavior5/5

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

Annotations already state destructiveHint=true and readOnlyHint=false, but the description adds substantial context: permanent removal, irreversibility, a repeat call returning 404, and HTTP error status meanings (401 token expired, 403 missing permission, 404 unresolved id). This goes well beyond the structured annotations and gives the agent a clear model of side effects and failure modes.

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 front-loaded with the core purpose and contains no fluff, but it repeats the 'resolve with list tool' idea twice ('Confirm... with matching show or list tool' and 'resolve it with the matching list tool first'). Still, every other sentence contributes meaningful operational detail, so it's efficient overall.

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 delete tool with no output schema, this description is remarkably complete: it covers prerequisites, default behavior, irreversibility, repeat-call semantics, error payloads, and permission issues. The API endpoint and resource location are also provided, leaving no significant operational gap.

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%, so the baseline is 3. The description adds meaningful nuance by explaining that project_id defaults to the procore_set_config value when omitted and that id must resolve to an existing parent record. However, it doesn't clarify the 'view' parameter beyond the schema, and 'Required parameters: id, project_id' merely echoes 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 opens with 'Delete an unreviewed Drawing Upload,' which is a specific verb+resource statement that immediately distinguishes this tool from sibling tools like list_drawing_uploads or create_drawing_upload. The qualifier 'unreviewed' adds precision not present in the title or schema.

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

Usage Guidelines5/5

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

The description explicitly instructs the agent to confirm the target id with 'the matching show or list tool before calling' and repeats the need to resolve the id with a list tool. It also explains the project_id default from procore_set_config, giving clear conditions for correct invocation and prerequisites.

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