Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Existing Or Create A New Incident Alert Recipient.

update_existing_or_create_a_new_incident_alert_recipient

Update an existing incident alert recipient or create a new one for a specified severity level and user in a company.

Instructions

Finds an exisiting Incident Alert Recipient or creates one with the specified User. Use this to update an existing Incidents (only the supplied fields are changed). Updates the specified Incidents and returns the modified object on success. Required parameters: company_id, severity_level_id, id. Procore API: Project Management > Incidents. Endpoint: PATCH /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
Behavior2/5

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

Annotations indicate a write operation (readOnlyHint=false) and non-destructive (destructiveHint=false). Description confirms partial update ('only the supplied fields are changed') but adds no other behavioral context beyond what is already in annotations and schema.

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?

4 sentences, includes endpoint info which is non-essential. Some redundancy ('Updates the specified Incidents and returns the modified object on success' is repetitive). Adequate but not concise.

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?

Given the confusion between incidents and alert recipients, and lack of output schema, the description is incomplete. It mentions returning a modified object but no details. Overall, it does not fully clarify the tool's functionality.

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%, so baseline is 3. Description lists required parameters but does not add meaning beyond schema. No extra semantics for parameters.

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

Purpose3/5

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

The description states it finds or creates an Incident Alert Recipient, but then refers to 'update an existing Incidents' which is inconsistent with the tool name and target resource. The verb and resource are somewhat clear, but the confusion lowers clarity.

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. The description does not mention any exclusions or context for choosing this tool among many siblings.

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