Skip to main content
Glama
TylerIlunga

Procore MCP Server

Bulk Create Timecard Entries

bulk_create_timecard_entries

Batch create multiple timecard entries in one request, reducing repetitive API calls. Review each returned record for independent failures.

Instructions

Creates multiple timecard entries at the same time. Prefer this over repeated single-record calls when handling many timecard entries at once. company_id defaults to the value set by procore_set_config when omitted. Processes every supplied record in one request and returns the resulting collection; individual entries can fail independently, so check each one. 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: company_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/companies/{company_id}/timesheets

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
timecard_entriesNoJSON request body field — array of Timecard Entries you want to create
Behavior5/5

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

The description discloses partial failure semantics ('individual entries can fail independently, so check each one'), error payload structure with common HTTP statuses, and that company_id defaults to procore_set_config. This goes well beyond the annotations (readOnlyHint=false, openWorldHint=true) and provides significant behavioral context.

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, front-loaded with the core action, and each sentence adds value—covering usage, behavior, errors, and API location. The Procore API/endpoint line is supplementary but relevant; still, the description is appropriately sized with no waste.

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

Completeness4/5

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

The tool has no output schema, so the description compensates by stating it returns the resulting collection and warns about independent failures. It covers purpose, usage, and error behavior, which is adequate for the tool's complexity, though a bit more detail on the return structure would be beneficial.

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% with descriptions for both parameters, so baseline is 3. The description adds extra meaning by stating company_id is required and defaults to procore_set_config, and it clarifies the timecard_entries array is the body being processed, offering more than the schema alone.

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 'Creates multiple timecard entries at the same time' with a specific verb, resource, and scope. It distinguishes itself from single-record create tools by explicitly recommending it for bulk operations, setting it apart from siblings like create_timecard_entry_v1_0.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says 'Prefer this over repeated single-record calls when handling many timecard entries at once,' which provides clear when-to-use guidance and names the alternative. It also explains the company_id default behavior and error handling, giving practical usage context.

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