Skip to main content
Glama
TylerIlunga

Procore MCP Server

Delete Incident Alert Recipient

delete_incident_alert_recipient
DestructiveIdempotent

Permanently delete an incident alert recipient using company ID, severity level ID, and user ID. This action cannot be undone.

Instructions

Delete Incident Alert Recipient. Use this to permanently delete the specified Incidents. This cannot be undone. Permanently removes the specified Incidents. This action cannot be undone. Required parameters: company_id, severity_level_id, id. Procore API: Project Management > Incidents. Endpoint: DELETE /rest/v1.0/companies/{company_id}/incidents/severity_levels/{severity_level_id}/alert_recipients/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
severity_level_idYesURL path parameter — incident Severity Level ID
idYesURL path parameter — incident Alert Recipient's User ID
Behavior1/5

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

The description claims the tool deletes incidents, which is factually wrong and contradicts the tool's actual behavior (deleting alert recipients). Annotations indicate destructive=true, but the description misrepresents the resource being destroyed.

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, stating 'Permanently removes the specified Incidents. This action cannot be undone.' twice in a row. It could be more concise and front-loaded with essential info.

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

Completeness1/5

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

The description fails to explain the return value (e.g., 200 vs 404), does not mention idempotent behavior (annotated as idempotent), and incorrectly identifies the resource being deleted. This is inadequate for a delete operation with no output schema.

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?

The input schema has 100% coverage for its three parameters, so the baseline is 3. The description lists them as 'required parameters' but adds no semantic information beyond what the schema provides (e.g., URL path role, data types).

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

Purpose1/5

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

The description repeatedly states it deletes 'the specified Incidents', but the tool name and endpoint indicate it deletes an alert recipient, not an incident. This is a critical factual error that misleads the agent about what the tool does.

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

Usage Guidelines1/5

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

No guidance on when to use this tool versus alternatives (e.g., update_existing_or_create_a_new_incident_alert_recipient), no conditions for use, and no exclusion criteria. The agent gets no help in selecting this over sibling tools.

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