Skip to main content
Glama
TylerIlunga

Procore MCP Server

Bulk Update Work Activities

bulk_update_work_activities
Idempotent

Update multiple work activities at once with a single API request, setting active status or ids for Incidents. Ideal for batch changes instead of repeated single-record updates.

Instructions

Update multiple Work Activities with one request. Prefer this over repeated single-record calls when handling many work activities at once. Pass the record's fields as top-level arguments — they are nested under "work_activity" in the request payload for you. company_id defaults to the value set by procore_set_config when omitted. Returns the modified work activity on success. 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: company_id. Procore API: Project Management > Incidents. Endpoint: PATCH /rest/v1.0/companies/{company_id}/incidents/work_activities/bulk_update

Input Schema

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

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

The description discloses failure behaviors with specific HTTP statuses (401, 403, 404) and mentions the default behavior for company_id. It also states the return value (modified work activity). This adds meaningful context beyond the annotations, which already indicate readOnlyHint=false and idempotentHint=true, without contradicting them.

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

Conciseness4/5

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

The description is well-structured, front-loading the core purpose and usage preference. It is slightly dense with additional API/endpoint details, but each sentence earns its place by providing necessary invocation context. No unnecessary fluff.

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

Completeness4/5

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

The description covers purpose, usage, parameter mapping, defaults, returns, and error handling. It lacks a clear statement that 'active' is the only mutable field and implies 'ids' must be provided for a meaningful bulk update. Given the absence of an output schema, the return-value mention is useful, but the parameter invocation could be more explicit.

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

Parameters4/5

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

Schema descriptions cover all three parameters, so baseline is 3. The description adds helpful semantic context by explaining that record fields are passed as top-level arguments but nested under 'work_activity' in the request payload, and that company_id defaults from procore_set_config. However, it doesn't elaborate on the 'ids' or 'active' parameters beyond their terse schema descriptions.

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

Purpose5/5

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

The description clearly states the action: 'Update multiple Work Activities with one request.' It specifies the resource (Work Activities) and the scope (multiple), and distinguishes itself from single-record calls by explicitly recommending it over repeated single-record calls. This differentiates it from sibling tools like update_work_activity.

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

Usage Guidelines5/5

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

It explicitly says to prefer this tool over repeated single-record calls when handling many work activities at once, giving clear when-to-use guidance. It also provides context on the company_id default from procore_set_config, which helps the agent understand configuration prerequisites.

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