Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Time And Material Timecard

update_time_and_material_timecard
Idempotent

Update a Time And Material Timecard by modifying only the fields you send; omitted fields retain their current values. Requires an existing timecard ID and project ID, returns the updated timecard.

Instructions

Update a specified Time And Material Timecard. Send only the fields you intend to change; omitted fields keep their current values. Pass the record's fields as top-level arguments — they are nested under "time_and_material_timecard" in the request payload for you. project_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified time and material timecard on success. 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: id, project_id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/projects/{project_id}/time_and_material_timecards/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — iD of the project to get the time and material timecards for
project_idYesURL path parameter — unique identifier for the project.
hours_workedNoJSON request body field — total hours worked
login_information_idNoJSON request body field — iD of the person the timecard is being created for
timecard_time_type_idNoJSON request body field — type id for the type of timecard being created
work_classification_idNoJSON request body field — iD of the worker's work classification
time_and_material_entry_idNoJSON request body field — time & Material Entry Id the timecard is associated with
run_configurable_validationsNoQuery string parameter — if true, validations are run for the corresponding Configurable Field Set.
Behavior5/5

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

The description discloses partial update behavior (omitted fields keep current values), the project_id default from procore_set_config, return value on success, and common error statuses (401, 403, 404) with meanings. This adds significant context beyond the annotations, which only state read-only, idempotent, and non-destructive hints.

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

Conciseness5/5

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

The description is long but every sentence provides operational value—core action, partial-update note, payload mapping, config default, id prerequisite, return type, error mapping, and API context. It is front-loaded and logically ordered without redundancy or fluff.

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 is exceptionally thorough for an update tool with no output schema, covering payload structure, defaults, error handling, and API location. However, it internally contradicts the schema by stating project_id is required yet also saying it defaults when omitted, which could confuse an agent about whether to supply it. This minor inconsistency prevents a perfect score.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Although schema coverage is 100%, the description adds essential semantics not in the schema: parameters are nested under 'time_and_material_timecard' in the payload despite being top-level arguments, project_id defaults from config when omitted, and id must refer to an existing parent record. This greatly helps the agent invoke the tool correctly.

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 tool's action as 'Update a specified Time And Material Timecard' and provides the HTTP method and endpoint, distinguishing it from sibling tools like create, delete, and list timecards. This specific verb+resource combination leaves no ambiguity about the tool's purpose.

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?

It instructs agents to resolve the id using the matching list tool first and explains partial-update semantics. However, it does not explicitly mention alternatives like bulk_update_time_and_material_timecards for multi-record updates, so it lacks an explicit exclusion. The guidance is clear but not fully comprehensive.

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