Skip to main content
Glama
TylerIlunga

Procore MCP Server

Bulk Update Document Uploads

bulk_update_document_uploads
Idempotent

Update multiple document uploads in a Procore project in one call. Specify update parameters, optionally update only empty fields or all matching uploads.

Instructions

Updates an existing document upload in the specified Procore project. Prefer this over repeated single-record calls when handling many document uploads at once. company_id and project_id default to the values set by procore_set_config when omitted. Returns the modified document upload 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, project_id, update_params. Procore API (v2.0): Project Management > Document Management. Endpoint: PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/document_management/document_uploads

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company
project_idYesURL path parameter — unique identifier for the project
update_paramsYesJSON request body field — array of document upload update parameters
only_update_empty_fieldsNoJSON request body field — if true, only empty fields will be updated. Existing field values will be preserved.
update_all_document_uploadsNoJSON request body field — if true, all document uploads that satisfy the filter params will be updated.
Behavior4/5

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

Annotations already indicate this is a non-read-only, idempotent, non-destructive operation. The description adds valuable context by stating it returns the modified document upload and detailing how failures surface, including common HTTP status codes like 401, 403, and 404.

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 a single dense paragraph that packs in purpose, usage guidance, failure modes, and the API endpoint without excessive wordiness. Its structure is acceptable, though it could benefit from splitting the contradictory required/defaulted note into a clearer format.

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?

Given the tool's complexity, no output schema, and good annotations, the description covers the return value, error payloads, parameter defaults, and endpoint. It is complete enough for an agent to understand what happens on success and failure, despite the parameter contradiction.

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 description adds defaulting behavior for company_id and project_id, which is not in the schema, but it contradicts the schema by also labeling them as required. The update_params field remains vague in both schema and description, and the internal inconsistency about required vs. defaulted parameters could mislead an agent.

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 it updates an existing document upload in a specified Procore project, using a specific verb and resource. It distinguishes itself from single-record updates by explicitly recommending its use for bulk operations.

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

Usage Guidelines4/5

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

It explicitly recommends using this tool over repeated single-record calls when handling many document uploads, providing clear context for when it is appropriate. It also explains default behavior for company_id and project_id from procore_set_config, though it does not name specific alternative 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