Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create An Project Equipment Log (Deprecated)

create_an_project_equipment_log

Create a project equipment log in Procore by providing the project ID and optional details like inspection date, induction status, and on/offsite dates.

Instructions

Creates a new project equipment log in the specified Procore project. 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. Pass the record's fields as top-level arguments — they are nested under "managed_equipment_log" in the request payload for you. project_id defaults to the value set by procore_set_config when omitted. Creates the project equipment log and returns it with its new id (HTTP 201); calling it again creates another record. 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: project_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/managed_equipment_logs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
onsiteNoJSON request body field — the Date equipment arrived on site
offsiteNoJSON request body field — the Date equipment left the site
project_idYesURL path parameter — unique identifier for the project.
inspection_dateNoJSON request body field — the date the equipment was inspected
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
managed_equipment_idNoJSON request body field — equipment Id the log is associated with
induction_checklist_list_idNoJSON request body field — id of the inspection list the equipment uses
Behavior5/5

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

The description discloses non-idempotent behavior ('calling it again creates another record') and specific failure modes (401, 403, 404), which goes beyond the annotations' minimal hints. It also explains that fields are nested under 'managed_equipment_log' in the payload, a crucial detail. There is no contradiction with the readOnlyHint false, idempotentHint false, and destructiveHint false 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 long but each section earns its place: purpose, deprecation warning, payload detail, default behavior, non-idempotency, error codes, required parameters, and endpoint reference. It is front-loaded with the primary action and structured with clear information.

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?

Given there is no output schema, the description covers the return value ('returns it with its new id (HTTP 201)') and error behavior, which is adequate. It also includes deprecation context and API endpoint, making it sufficiently complete for an agent to invoke the tool.

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?

The input schema has 100% coverage, so a baseline of 3 applies. The description adds value by clarifying that parameters should be passed as top-level arguments and are nested under 'managed_equipment_log,' and that project_id defaults to the configured value when omitted. It also restates required parameters, which helps.

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 'Creates a new project equipment log in the specified Procore project,' providing a clear verb and resource. It distinguishes this creation tool from siblings like update/delete/list by explicitly stating the create action and mentioning the endpoint.

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 clearly states the tool creates a new log and advises that the endpoint is deprecated, directing users to 'prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it.' This gives explicit guidance on when not to use it and how to find alternatives. It also notes that calling it again creates another record, warning about non-idempotent use.

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