Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Timecard Entry (Company)

create_timecard_entry_company

Submit a new timecard entry to Procore for a company project. Provide company ID, project ID, and timecard entry object to record employee hours.

Instructions

Create a new Timecard Entry. #### See - Company People guide - for additional info on * Getting a contact's party_id. company_id defaults to the value set by procore_set_config when omitted. Creates the timecard entry and returns it with its new id (HTTP 201); calling it again creates another record. 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, project_id, timecard_entry. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/companies/{company_id}/timecard_entries

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
project_idYesJSON request body field — the ID of the Project the Timecard Entry belongs to
timecard_entryYesJSON request body field — timecard Entry object
Behavior5/5

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

The description explicitly discloses that calling it again creates another record (non-idempotent), which aligns with and enriches the idempotentHint annotation. It also details error scenarios (401, 403, 404) and default behavior for company_id, going well beyond the annotations.

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 dense but well-organized, with the core purpose front-loaded and supporting details (behavior, errors, defaults, API reference) following logically. Every sentence provides useful information, though the length could be slightly trimmed without loss.

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 description covers behavior, error handling, default values, and a prerequisite link, which is substantial for a 3-parameter tool with no output schema. However, the nested timecard_entry object's internal structure is left to the schema's opaque 'additionalProperties: {}', and the description does not clarify what fields are expected within it.

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 schema already describes all three parameters, so the baseline is 3. The description adds useful context about company_id defaulting to procore_set_config and a link for getting a contact's party_id, but it does not elaborate on the nested timecard_entry object's required fields, and the default statement somewhat conflicts with the schema's required flag.

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 it creates a new Timecard Entry and identifies the company-scoped endpoint. However, it does not explicitly differentiate this tool from sibling tools like create_timecard_entry_project or create_timecard_entry_v1_0, relying on the title and endpoint path to convey scope.

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?

No explicit guidance is given on when to use this tool versus alternatives or when not to use it. The description mentions required parameters and a prerequisite link for getting party_id, but does not help the agent choose between company-level and project-level timecard entry creation tools.

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