Skip to main content
Glama
TylerIlunga

Procore MCP Server

List Timecard Entries (Project)

list_timecard_entries_project
Read-onlyIdempotent

Fetch timecard entries for a Procore project with filters by date, cost code, or status. Use results to discover entries or obtain entry IDs for other tools.

Instructions

Returns a list of all timecard entries for the current date. See Working with Daily Logs for information on filtering the response using the log_date, start_date, and end_date parameters. Use this to discover timecard entries or to look up the id of one before calling a tool that needs it. project_id defaults to the value set by procore_set_config when omitted. Returns a JSON array of timecard entries; page and per_page control pagination and the response reports how many pages remain. Read-only — it changes nothing in Procore. 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: project_id. Procore API: Project Management > Field Productivity. Endpoint: GET /rest/v1.0/projects/{project_id}/timecard_entries

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoQuery string parameter — page number for paginated results (default: 1)
end_dateNoQuery string parameter — the end of the date range for timecard entries. (YYYY-MM-DD) End date is inclusive.
log_dateNoQuery string parameter — timecard entries at the specified date. (YYYY-MM-DD)
per_pageNoQuery string parameter — number of items per page (default: 100, max: 100)
project_idYesURL path parameter — unique identifier for the project.
start_dateNoQuery string parameter — the beginning of the date range for timecard entries. (YYYY-MM-DD) Start date is inclusive.
filters__idNoQuery string parameter — return entries matching the specified entry ID(s).
filters__dateNoQuery string parameter — filter by date. Accepts a single date (YYYY-MM-DD) or a date range (YYYY-MM-DD...YYYY-MM-DD).
filters__searchNoQuery string parameter — text search filter for legacy search behavior.
serializer_viewNoQuery string parameter — changes what fields are included in the response.
filters__billableNoQuery string parameter — return entries matching billable state.
filters__origin_idNoQuery string parameter — return entries matching the specified origin ID.
filters__sub_job_idNoQuery string parameter — return entries matching the specified sub job ID.
filters__updated_atNoQuery string parameter — return entries updated within the specified datetime/date range. Formats: YYYY-MM-DD...YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ...YYYY-MM-DDTHH:MM:SSZ.
filters__location_idNoQuery string parameter — return entries matching the specified location ID.
filters__wbs_code_idNoQuery string parameter — return entries matching the specified WBS code ID.
filters__cost_code_idNoQuery string parameter — return entries matching the specified cost code ID.
filters__created_by_idNoQuery string parameter — returns item(s) created by the specified User IDs.
filters__approval_statusNoQuery string parameter — return entries matching the specified approval status.
filters__daily_log_header_idNoQuery string parameter — return entries matching the specified daily log header ID.
filters__daily_log_segment_idNoQuery string parameter — daily Log Segment ID filter
filters__login_information_idNoQuery string parameter — return entries matching the specified login information ID(s).
filters__timecard_time_type_idNoQuery string parameter — return entries matching the specified timecard time type ID.
filters__work_classification_idNoQuery string parameter — return entries matching the specified work classification ID.
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, and the description reinforces this with 'Read-only — it changes nothing in Procore.' It adds valuable error handling details (HTTP status codes) and pagination behavior (response reports pages remaining), which go beyond the annotations. 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?

The description is dense but well-structured, front-loading the purpose before covering filtering, defaults, return format, and error handling. It includes API metadata (endpoint, category) that could be omitted, but it's useful context. It earns its length given the tool's complexity.

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?

For a 24-parameter tool with no output schema, the description covers the core behavior, filtering options (via docs link), pagination, defaults, and error scenarios. It does not explain the response structure in detail, but the 'serializer_view' parameter is in the schema, and the link to daily logs documentation provides additional context. Overall, it's fairly complete for a read tool with good annotations.

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

Parameters2/5

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

Schema coverage is 100%, so baseline is 3. The description adds a note about project_id defaulting to the config value, but this contradicts the schema's required field and the description's own 'Required parameters: project_id.' This creates ambiguity about whether project_id can be omitted, lowering confidence. The description does not significantly add meaning to other parameters beyond what the schema provides, and the added default is problematic.

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 ('Returns a list of all timecard entries') and scopes it to the current date with filtering options. It distinguishes itself from create/update/delete siblings by explicitly stating it's for discovering entries or looking up IDs before calling other tools. The title and description align well.

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?

Provides explicit usage context: 'Use this to discover timecard entries or to look up the id of one before calling a tool that needs it.' It also notes the read-only nature and required project_id. It doesn't name alternative tools directly but implies them, and points to external docs for filtering. Clear but not exhaustive about when not to use.

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