Skip to main content
Glama
TylerIlunga

Procore MCP Server

Bulk Create

bulk_create_project

Create multiple timecard entries in a single transaction for a project. Accepts up to 25 entries and returns created collection with status per item.

Instructions

Create multiple timecard entries in a single transaction. 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, timecard_entries. Procore API (v1.1): Project Management > Field Productivity. Endpoint: POST /rest/v1.1/projects/{project_id}/project_timecard_entries/bulk_create

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
timecard_entriesYesJSON request body field — array of timecard entries to be created in bulk (maximum 25 entries).
Behavior4/5

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

The description complements the annotations by disclosing partial failure behavior and stating that the tool returns the created collection with HTTP 201. It also clarifies required parameters and provides the API version and endpoint. No contradictions with annotations (readOnlyHint=false, destructiveHint=false). It could add more about error handling or rate limits.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is five sentences but contains redundancy ('records records' appears twice). The inclusion of the full endpoint path and API details adds bulk. It could be more concise without sacrificing clarity.

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 return value (HTTP 201 and created collection) and partial failures. However, it lacks an explanation of the response structure (no output schema) and does not address error handling or the misleading tool name. Given the complexity of the tool, this is adequate but not complete.

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?

Both parameters are well-documented in the schema (100% coverage). The description adds value by specifying that 'project_id' is a URL path parameter and 'timecard_entries' is the request body with a maximum of 25 entries. This goes beyond the schema's descriptions.

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 the verb 'Create', the resource 'multiple timecard entries', and the scope 'in a single transaction'. It specifies the purpose of creating many Field Productivity records and provides the API endpoint. While the tool name 'bulk_create_project' is misleading (it creates timecard entries, not projects), the description itself is unambiguous about what it does.

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 implies when to use ('Create many Field Productivity records in a single request') and mentions that partial failures may occur. However, it does not explicitly differentiate from sibling tools like 'bulk_create_timecard_entries', nor does it state when NOT to use this tool or alternatives.

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