Skip to main content
Glama
TylerIlunga

Procore MCP Server

Bulk Create Time And Material Timecards

bulk_create_time_and_material_timecards

Bulk create time and material timecards in one request, with support for partial failures by checking each item's status.

Instructions

Bulk create Time and material timecards 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_timecards. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/time_and_material_timecards/bulk_create

Input Schema

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

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

Annotations indicate write operation (readOnlyHint=false). Description adds that partial failures may occur and to check each item's status, which is valuable beyond annotations. Also mentions HTTP 201 response. No contradiction.

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?

Description is concise at 5 sentences, front-loading purpose and usage. Includes endpoint info which may be extraneous but not excessive. Clear structure.

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?

No output schema, so description must cover return info. It mentions returned collection and partial failures but lacks detail on response structure or error handling. Adequate for basic understanding but could be more complete.

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 already provides 100% coverage with descriptions for both parameters. Description repeats required parameters but does not add new insight or constraints beyond what schema offers. Baseline score of 3 is appropriate.

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?

Description clearly states it bulk creates time and material timecards. It uses specific verb 'bulk create' and resource. It distinguishes from single create and other bulk operations by emphasizing multiple records in one request and mentioning 'many' Field Productivity records.

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?

Description notes to use for creating many records in a single request, implying when multiple timecards need creation. It does not explicitly name alternatives like single create, but context from sibling tools makes it clear. Partial failure guidance is included.

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