Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update An Project Equipment Log

update_an_project_equipment_log

Update an existing equipment log for a Procore project. Specify the project ID and log ID to modify fields such as onsite/offsite dates, inspection details, and induction status.

Instructions

Update an Project Equipment Log. Use this to update an existing Field Productivity records (only the supplied fields are changed). Updates the specified Field Productivity records and returns the modified object on success. Required parameters: project_id, id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/projects/{project_id}/managed_equipment_logs/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNoJSON request body field — iD of the project the equipment was logged for
idYesURL path parameter — iD of the company to get the logs for
managed_equipment_idNoJSON request body field — equipment Id the log is associated with
onsiteNoJSON request body field — the Date equipment arrived on site
offsiteNoJSON request body field — the Date equipment left the site
inspection_dateNoJSON request body field — the date the equipment was inspected
induction_checklist_list_idNoJSON request body field — id of the inspection list the equipment uses
induction_numberNoJSON request body field — the number used for equipment induction
induction_statusNoJSON request body field — indicates if the equipemnt has been successfully inspected and allowed to perform work
Behavior4/5

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

The description adds behavioral context beyond annotations by stating 'only the supplied fields are changed' (partial update) and 'returns the modified object on success'. Annotations are minimal (readOnlyHint false), so this is helpful. No contradiction with 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 four sentences, front-loading the purpose. There is slight redundancy between the first two sentences ('Update an Project Equipment Log' vs 'Use this to update...'). Could be tightened but generally acceptable.

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 no output schema, the description mentions the return value and the API area. However, it does not explain the 9 parameters beyond listing required ones, nor explicitly state that it is a PATCH endpoint. The partial update behavior is implied but not stated clearly. Incomplete for a tool with many parameters.

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 baseline is 3. The description lists required parameters as 'project_id, id', but the schema marks only 'id' as required, which is a factual error. The description also gives endpoint context, but the schema parameter descriptions have inaccuracies (e.g., id described as company ID). Overall adds some value but with a notable error.

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 it updates an existing Project Equipment Log and returns the modified object. It distinguishes from create/delete siblings. However, there is inconsistency: it refers to 'Field Productivity records' while the tool name and endpoint are about equipment logs, causing minor confusion.

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?

The description says 'Use this to update an existing...' but provides no guidance on when not to use this tool, alternatives, or prerequisite conditions. No explicit context for selection among many update 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