Skip to main content
Glama
TylerIlunga

Procore MCP Server

Bulk Update Harm Sources

bulk_update_harm_sources

Update multiple Harm Sources in a single request by specifying company ID, IDs, and active status. Modifies only supplied fields for existing incidents.

Instructions

Update multiple Harm Sources with one request. 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. Procore API: Project Management > Incidents. Endpoint: PATCH /rest/v1.0/companies/{company_id}/incidents/harm_sources/bulk_update

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
idsNoJSON request body field — the ids for this Incidents operation
activeNoJSON request body field — flag that denotes if the Harm Sources are available for use
Behavior3/5

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

Annotations already indicate readOnlyHint=false, destructiveHint=false, and openWorldHint=true. The description adds value by clarifying partial update behavior ('only the supplied fields are changed') and stating that the modified object is returned on success. This provides behavioral context beyond the annotations, but does not reveal potential side effects, error scenarios, or authentication requirements beyond company_id.

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 three sentences long and generally concise. However, the second sentence redundantly repeats the purpose and introduces an inconsistency (Incidents vs Harm Sources). The third sentence provides Procore API metadata that may not be essential for an AI agent. It could be more streamlined.

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 tool has no output schema and moderate complexity (3 parameters), the description covers basic purpose, partial update, and required parameter but fails to clarify the relationship between Harm Sources and Incidents (the description mentions Incidents in a confusing way). It also omits error handling, rate limits, or what happens if invalid IDs are provided. The ambiguity about the resource being updated reduces completeness.

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 the baseline is 3. The description mentions company_id as required but does not elaborate on the semantics of 'ids' or 'active' beyond what the schema already provides. The phrase 'only the supplied fields are changed' implies the body fields are optional, but no additional parameter-specific details are given.

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?

Clearly states it updates multiple Harm Sources in one request. The name 'bulk_update_harm_sources' and title 'Bulk Update Harm Sources' align. However, the description confusingly references 'Incidents' instead of Harm Sources, which could mislead an agent about the exact resource being updated. This slight inconsistency prevents a perfect score.

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

Usage Guidelines2/5

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

Provides minimal guidance on when to use this tool vs alternatives. It mentions partial update behavior ('only the supplied fields are changed') and required parameter company_id, but does not specify when a single update tool would be preferable or contrast with other bulk update tools. The API endpoint and Procore section are more developmental context than usage 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