Skip to main content
Glama
TylerIlunga

Procore MCP Server

Bulk Updates For Daily Logs

bulk_updates_for_daily_logs

Update up to 300 daily log records across multiple log types with a single request. Modify status fields for accident, call, delay, delivery logs and more.

Instructions

Updates multiple daily logs with single request. Currently only status update is available. 300 logs maximum is allowed per request. Use this to update an existing Daily Log records (only the supplied fields are changed). Updates the specified Daily Log records and returns the modified object on success. Required parameters: project_id. Procore API: Project Management > Daily Log. Endpoint: PATCH /rest/v1.0/projects/{project_id}/daily_logs/bulk_updates/bulk_update

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
accident_logNoJSON request body field — array of Update Data for Log Type
call_logNoJSON request body field — array of Update Data for Log Type
delay_logNoJSON request body field — array of Update Data for Log Type
delivery_logNoJSON request body field — array of Update Data for Log Type
dumpster_logNoJSON request body field — array of Update Data for Log Type
equipment_logNoJSON request body field — array of Update Data for Log Type
inspection_logNoJSON request body field — array of Update Data for Log Type
manpower_logNoJSON request body field — array of Update Data for Log Type
daily_construction_report_logNoJSON request body field — array of Update Data for Log Type
notes_logNoJSON request body field — array of Update Data for Log Type
plan_revision_logNoJSON request body field — array of Update Data for Log Type
productivity_logNoJSON request body field — array of Update Data for Log Type
quantity_logNoJSON request body field — array of Update Data for Log Type
safety_violation_logNoJSON request body field — array of Update Data for Log Type
timecard_entryNoJSON request body field — array of Update Data for Log Type
visitor_logNoJSON request body field — array of Update Data for Log Type
waste_logNoJSON request body field — array of Update Data for Log Type
work_logNoJSON request body field — array of Update Data for Log Type
Behavior4/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false. The description adds useful behavioral details: it updates and returns the modified object, allows up to 300 logs, and currently only status update is available. This goes beyond annotations.

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 bit lengthy but well-structured: starts with main action, then constraints, usage, result, and API info. Every sentence adds value, though it could be slightly more concise.

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

Completeness3/5

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

Given the complexity (19 params, no output schema), the description covers essential points but lacks details on the format of the array parameters. It does not explain what 'Update Data for Log Type' entails, leaving some gaps.

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?

Input schema has 100% description coverage for all 19 parameters. The description adds minimal extra meaning beyond schema (only mentions project_id as required). Baseline 3 is appropriate.

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?

The description clearly states the action (updates multiple daily logs) and the resource. It mentions the current limitation (only status update) and the maximum logs. However, it does not explicitly differentiate from sibling bulk update tools for other entities, which slightly reduces clarity.

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

Usage Guidelines3/5

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

The description provides some usage context: 'Use this to update an existing Daily Log records' and mentions the 300 logs limit. However, it lacks guidance on when not to use it (e.g., for single log updates) or alternatives like update_accident_log.

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