Skip to main content
Glama
TylerIlunga

Procore MCP Server

Delete Generic Tool Item

delete_generic_tool_item
DestructiveIdempotent

Permanently delete a Generic Tool Item from a Procore project. Provide project, generic tool, and item IDs. This operation cannot be undone.

Instructions

Delete a Generic Tool Item. For more information on Generic Tool and Correspondence Tool endpoints, see Working with the Correspondence Tool. Use this to permanently delete the specified Custom - Configurable Tools. This cannot be undone. Permanently removes the specified Custom - Configurable Tools. This action cannot be undone. Required parameters: generic_tool_item_id, generic_tool_id, project_id. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: DELETE /rest/v1.0/projects/{project_id}/generic_tools/{generic_tool_id}/generic_tool_items/{generic_tool_item_id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
generic_tool_item_idYesURL path parameter — unique identifier for the Generic Tool Item
generic_tool_idYesURL path parameter — unique identifier for the Generic Tool
project_idYesURL path parameter — unique identifier for the project.
viewNoQuery string parameter — if supplied customize the response format
Behavior3/5

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

The description repeats 'cannot be undone' twice, which aligns with the destructiveHint annotation. However, it does not add new behavioral insights beyond what annotations already provide (readOnlyHint, destructiveHint, idempotentHint). No mention of authorization requirements or response behavior.

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 front-loaded with the core action but includes redundant phrasing (e.g., 'permanently delete' and 'cannot be undone' repeated). It is functional but could be more concise without losing clarity.

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?

For a simple delete operation with well-documented parameters and annotations, the description covers the essentials (required params, endpoint, link to docs) but omits details about the optional view parameter, error scenarios, and response format. It is adequate but not thorough.

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 description coverage is 100%, so the baseline is 3. The description lists the three required parameters but does not enhance their meaning beyond the schema. The optional 'view' parameter is not mentioned, but that is acceptable given the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (Delete) and the resource (Generic Tool Item). It also specifies it pertains to 'Custom - Configurable Tools', which helps distinguish it from other delete operations among the many sibling tools.

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 indicates when to use this tool (to permanently delete custom configurable tools) and lists required parameters, but it does not explicitly contrast with alternatives or mention when not to use it. Sibling tools like delete_generic_tool_status exist, but no guidance on choosing between them is provided.

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