Skip to main content
Glama
TylerIlunga

Procore MCP Server

Delete A Drawing Area

delete_a_drawing_area
DestructiveIdempotent

Permanently delete a specified drawing area in a Procore project using its unique identifiers. This action cannot be undone.

Instructions

Delete an existing Drawing Area in the specified Project. Use this to permanently delete the specified Drawings. This cannot be undone. Permanently removes the specified Drawings. This action cannot be undone. Required parameters: project_id, id. Procore API (v1.1): Project Management > Drawings. Endpoint: DELETE /rest/v1.1/projects/{project_id}/drawing_areas/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
idYesURL path parameter — unique identifier for the drawing area.
Behavior4/5

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

The description emphasizes irreversibility with statements like 'This cannot be undone' and 'Permanently removes,' which adds context beyond the destructiveHint annotation. It does not contradict annotations, providing supplementary detail about the permanent nature of the operation.

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 somewhat redundant, repeating 'permanently delete/removes' and 'cannot be undone.' It could be more concise, but it front-loads the purpose effectively.

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?

Given the tool's simplicity (2 parameters, no output schema) and the annotations covering destructiveHint, the description adequately covers the basic behavior, irreversibility, and required inputs. It is sufficiently complete for a delete operation.

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 descriptions for both parameters in the schema. The description merely lists required parameters (project_id, id) without adding further meaning, so it meets the baseline but does not enhance understanding.

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 'Delete an existing Drawing Area' and specifies that it permanently deletes the associated Drawings. It includes the context of the project and uses a specific verb+resource combination, distinguishing it from sibling tools like update_drawing_area.

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?

It indicates 'Use this to permanently delete the specified Drawings,' implying its usage scenario. However, it does not provide guidance on when not to use it or alternatives, such as other delete operations on drawings or areas.

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