Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Timecard Entry (Project)

create_timecard_entry_project_2

Create a new timecard entry for a Procore project to record hours worked, lunch breaks, and time in/out for field productivity tracking.

Instructions

Create a new Timecard Entry. #### See - Daily Log guide - for additional info on * Attachments #### See - Project People guide - for additional info on * Getting a contact's party_id. 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: project_id, hours, lunch_time, time_in, time_out. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/timecard_entries

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
hoursYesJSON request body field — total number of hours worked (excluding breaks) for the timecard entry. This property is not required if the timesheet time entry is configured for start time and stop time.
lunch_timeYesJSON request body field — the duration of the lunch break, in minutes, for the timecard entry. This property is only required if the timesheet time entry is configured for start time and stop time.
party_idNoJSON request body field — the ID of the Party of the Timecard Entry
time_inYesJSON request body field — the start time of the timecard entry in ISO 8601 format. This property is only required if the timesheet time entry is configured for start time and stop time.
time_outYesJSON request body field — the stop time of the timecard entry in ISO 8601 format. This property is only required if the timesheet time entry is configured for start time and stop time.
billableNoJSON request body field — the billable status of the timecard entry. Must be either true or false.
dateNoJSON request body field — the date of the timecard entry in ISO 8601 format.
datetimeNoJSON request body field — the date and time value of record. This property is mutually exclusive with the Date property.
descriptionNoJSON request body field — the description of the timecard entry.
timecard_time_type_idNoJSON request body field — the ID of the timecard time type corresponding to the timecard entry property.
timesheet_idNoJSON request body field — the ID of the timesheet corresponding to the timecard entry property.
cost_code_idNoJSON request body field — the ID of the cost code corresponding to the timecard entry property.
sub_job_idNoJSON request body field — the ID of the subjob corresponding to the timecard entry property.
location_idNoJSON request body field — the ID of the multi-tier location corresponding to the timecard entry property.
daily_log_segment_idNoJSON request body field — daily Log Segment ID
login_information_idNoJSON request body field — the ID of the login information corresponding to the timecard entry property.
origin_idNoJSON request body field — the ID of the related external data.
origin_dataNoJSON request body field — the value of the related external data.
line_item_type_idNoJSON request body field — the ID of the line item type corresponding to the time card entry.
Behavior3/5

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

Annotations indicate the tool is not read-only, not destructive, and not idempotent, which is consistent with creation. The description adds that it returns HTTP 201 and the created object, and hints at needed references like party_id. However, it doesn't elaborate on potential side effects of repeated calls or authorization needs beyond annotations.

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

Conciseness2/5

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

The description is verbose and poorly structured, with redundant statements (e.g., 'creates a new Field Productivity records' appears twice) and embedded markdown links that distract. It lacks front-loading and could be condensed to a single clear sentence.

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?

For a tool with 20 parameters and no output schema, the description provides only minimal context beyond the schema. It mentions required parameters and references external guides but does not explain parameter dependencies (e.g., hours vs. time_in/time_out conditional logic) or the overall workflow.

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?

The input schema already thoroughly describes all 20 parameters (100% coverage), so the description adds little extra meaning. Listing required parameters is redundant since the schema's 'required' array covers them. No additional semantics or conditional logic are explained.

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 the tool creates a new Timecard Entry for a project, but introduces confusion by also referencing 'Field Productivity records' in a way that may conflate the two. It does not explicitly differentiate from similar tools like 'create_timecard_entry_project' or 'create_timecard_entry_company', but the name and context provide enough clarity.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives (e.g., company-level or batch versions). It includes links to external documentation but lacks direct instructions on prerequisites or exclusions, leaving the agent to infer usage.

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