Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Equipment Log.

create_equipment_log_company

Create a new equipment log in Procore to record onsite and offsite dates, inspection details, and induction status for managed equipment. Use this to track field productivity records.

Instructions

Create a new equipment log. Use this to create a new Field Productivity records in Procore. Creates a new Field Productivity records and returns the created object on success (HTTP 201). Required parameters: company_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/companies/{company_id}/managed_equipment_logs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
project_idNoJSON request body field — iD of the project the equipment was logged 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 discloses that the tool creates a resource and returns the created object on success (HTTP 201), which aligns with the annotations (destructiveHint=false, readOnlyHint=false). It adds contextual info about the HTTP response beyond annotations, though it does not detail failure modes or side effects.

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 concise with 4 sentences, front-loading the core action and providing API details. The repetition of 'Field Productivity records' is minor redundancy, but overall efficient.

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 9 parameters and no output schema, the description only covers the required parameter (company_id) and the success response. It does not explain the purpose or optionality of other parameters, leaving some gap for the agent to infer usage. Adequate but not comprehensive.

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 parameters are already well-documented. The description adds value by explicitly noting company_id as required and revealing its role as a path parameter via the endpoint URL. This extra context enhances understanding beyond the schema.

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 creates a new equipment log for Field Productivity records, with the Procore API category and endpoint. However, it does not differentiate itself from similar sibling tools like create_an_project_equipment_log or create_equipment_log_project, which operate at the project level.

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?

It specifies when to use it ('Use this to create a new Field Productivity records in Procore') but does not provide guidance on when not to use it or suggest alternatives. The context of use is implied rather than explicit.

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