Skip to main content
Glama
TylerIlunga

Procore MCP Server

Bulk Create Time And Material Equipment Logs

bulk_create_time_and_material_equipment_logs

Bulk create time and material equipment logs for multiple field productivity records in a single request, with partial failure handling per item.

Instructions

Bulk create Time and material equipment logs with one request. Use this to create many Field Productivity records records in a single request. Creates many Field Productivity records records in one request and returns the created collection (HTTP 201). Partial failures may occur — check each item's status. Required parameters: project_id, time_and_material_equipment_logs. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/time_and_material_equipment_logs/bulk_create

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
time_and_material_equipment_logsYesJSON request body field — array of Time and material equipment log objects
Behavior4/5

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

Annotations indicate it's a write operation (readOnlyHint=false) and not destructive. The description adds value by mentioning partial failures and the need to check each item's status, which is not covered by annotations. It also includes the API endpoint and category. No contradictions.

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-loaded with purpose, and includes essential details like partial failures and required parameters. The endpoint information is slightly redundant but not wasteful. No unnecessary information.

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?

The description covers purpose, use case, partial failure handling, and required parameters. However, without an output schema, it should describe the response format more thoroughly (e.g., array of created logs with statuses). It also lacks preconditions like permissions or project validity.

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% with both parameters described. The description repeats the required parameters but adds no new semantic detail beyond what the schema provides. It does not explain the structure of the array items or the meaning of fields within each log object.

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 clearly states that the tool bulk creates Time and Material equipment logs, specifying it creates many Field Productivity records in one request and returns HTTP 201. It distinguishes from siblings like 'create_a_new_time_and_material_equipment_log' and 'bulk_delete_time_and_material_equipment_logs' by using the endpoint path and emphasizing bulk creation.

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 advises using this for creating many records and warns about partial failures, but does not explicitly state when not to use it (e.g., for single creation) or compare to alternative tools like the single-create version. The context is clear but lacks exclusionary guidance.

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