Skip to main content
Glama
TylerIlunga

Procore MCP Server

Bulk Update Specification Section Revisions

bulk_update_specification_section_revisions

Update multiple specification section revisions in a single bulk request, returning per-item results and handling errors independently.

Instructions

This endpoint bulk updates specification section revisions. Prefer this over repeated single-record calls when handling many specification section revisions at once. company_id and project_id default to the values set by procore_set_config when omitted. Processes every supplied record in one request and returns the resulting collection; individual entries can fail independently, so check each one. 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, project_id. Procore API (v2.1): Project Management > Specifications. Endpoint: POST /rest/v2.1/companies/{company_id}/projects/{project_id}/specification_section_revisions/bulk_update

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
project_idYesURL path parameter — unique identifier for the project.
Behavior5/5

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

The description goes well beyond annotations by disclosing partial failure behavior ('individual entries can fail independently, so check each one'), error payload structure, common HTTP status codes (401, 403, 404), and the config-defaulting behavior for company_id and project_id. This adds substantial context for invoking the tool safely.

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

Conciseness5/5

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

The description is well-organized: it leads with purpose, then usage guidance, followed by behavioral nuances, error handling, and ends with the API endpoint. Every sentence contributes useful information, and the structure maximizes scannability.

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?

The description covers purpose, usage, failure modes, and required path parameters, but it omits the most essential detail for a bulk update endpoint: how to pass the records to update. With no output schema and no mention of a request body or array parameter, an agent would be unable to correctly invoke this tool. This is a critical completeness gap.

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 description coverage is 100% for the two listed parameters, so a baseline of 3 applies. The description adds some extra meaning by explaining that company_id and project_id default to procore_set_config values, but it fails to specify how the actual specification section revisions are supplied—there is no mention of a request body or additional parameters, leaving a critical gap in understanding how to construct a valid call.

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 opens with a clear, specific verb and resource: 'bulk updates specification section revisions.' It also distinguishes itself from the single-record `update_specification_section_revision` sibling by saying 'Prefer this over repeated single-record calls,' making the purpose unambiguous.

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 states exactly when to use the tool: 'Prefer this over repeated single-record calls when handling many specification section revisions at once.' This provides a clear usage criterion and explicitly directs away from the alternative, satisfying the 'when/when-not/alternatives' requirement.

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