Skip to main content
Glama
TylerIlunga

Procore MCP Server

Destroy Action

destroy_action
DestructiveIdempotent

Permanently delete an incident action in Procore by project_id and action id. This action cannot be undone, so confirm the id with the list tool first.

Instructions

Soft-deletes the specified incident action by moving it to the Recycle Bin. Retrieve it later via the Recycled Actions endpoints. 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 action. 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: project_id, id. Procore API: Project Management > Incidents. Endpoint: DELETE /rest/v1.0/projects/{project_id}/incidents/actions/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — unique identifier of the incident action.
project_idYesURL path parameter — unique identifier for the project.
incident_idNoQuery string parameter — unique identifier of the incident
Behavior2/5

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

Annotations already mark this as destructive and idempotent, and the description adds context about the recycle bin, repeat-call 404, and error statuses. However, the internal contradiction between soft-delete (recoverable) and permanent removal is misleading and undermines behavior transparency. The description also omits mention of the optional incident_id parameter, which is part of the schema.

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

Conciseness2/5

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

The description is repetitive and contradictory. It states 'resolve it with the matching list tool first' twice, and repeats soft-delete then permanent-removal statements. The structure is not front-loaded effectively, as the key safety information is muddled by the conflicting statements.

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

Completeness2/5

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

For a destructive operation, the description should clearly communicate whether the resource is recoverable. It mentions Recycled Actions endpoints and error codes, but the soft/permanent contradiction leaves a critical gap. With no output schema, return behavior is not defined, and the omission of incident_id means the parameter space is incompletely described.

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

Parameters2/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by explaining project_id defaults and id resolution, but it contradicts the schema by implying project_id may be omitted even though it is required. It also fails to describe the incident_id parameter, which appears in the schema, leading to incomplete parameter understanding.

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

Purpose2/5

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

The description opens with a clear action ('Soft-deletes the specified incident action by moving it to the Recycle Bin') but quickly contradicts itself by stating 'Permanently removes the action. This cannot be undone.' This leaves the agent uncertain whether the deletion is recoverable. The verb+resource is present but the conflicting semantics make the tool's purpose ambiguous.

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 provides useful guidance: confirm the target id with a show/list tool, resolve the parent record first, and understand that project_id can default from configuration. However, it doesn't explicitly state when to use this tool versus alternatives (e.g., other recycle/delete endpoints) and the soft/permanent contradiction weakens the practical guidance.

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