Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Equipment Maintenance Log (Deprecated)

update_equipment_maintenance_log
Idempotent

Update an equipment maintenance log in Procore by modifying fields like service dates or attachments. Provide the log ID and company ID; only fields sent are changed.

Instructions

Update a specified equipment maintenance log. DEPRECATED: Procore has deprecated this endpoint (as of 2024-12-01). It is scheduled for removal on 2025-12-02; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Send only the fields you intend to change; omitted fields keep their current values. Pass the record's fields as top-level arguments — they are nested under "managed_equipment_maintenance_log" in the request payload for you. company_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified equipment maintenance log 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: id, company_id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/companies/{company_id}/managed_equipment_maintenance_logs/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — iD of the company to get the makes for
company_idYesURL path parameter — unique identifier for the company.
upload_idsNoJSON request body field — the specified array of upload ids is saved as Managed Equipment Maintenance Logs Attachments.
last_service_dateNoJSON request body field — the Date the equipment was last services
next_service_dateNoJSON request body field — next service date for the equipment
managed_equipment_idNoJSON request body field — equipment Id the maintenance log is associated with
Behavior5/5

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

The description adds significant behavioral context beyond annotations: partial update semantics (omitted fields keep values), nested payload flattening, config-based default for company_id, return value, and common error statuses (401, 403, 404). It does not contradict the annotations; readOnlyHint=false aligns with the update operation.

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 longer than average but every sentence carries useful information, covering deprecation, usage, parameters, errors, and endpoint. It is well-structured and front-loaded with the core action, though it could be slightly tightened without losing value.

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

Completeness5/5

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

For a deprecated update tool with no output schema, the description covers all essential aspects: purpose, deprecation status, partial update behavior, parameter requirements, default values, return value, and typical error scenarios. It is sufficiently complete for an agent to invoke correctly.

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 coverage is 100%, so the baseline is 3. The description adds value by clarifying that id must identify an existing parent record, company_id defaults from config, and that record fields are passed as top-level arguments despite being nested in the payload. It also reinforces the partial-update usage.

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 ('Update a specified equipment maintenance log') and resource, distinguishing it from create/delete/list tools. However, it does not explicitly differentiate from the sibling 'update_project_equipment_maintenance_log' tool, relying on the endpoint and company_id to imply company-level scope.

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?

Provides explicit deprecation guidance: prefer a newer version and use procore_search_endpoints. Also advises resolving id with the matching list tool first and explains company_id defaults from procore_set_config. Lacks explicit comparison to project-scoped alternatives, but the company-level context is clear.

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