Skip to main content
Glama
TylerIlunga

Procore MCP Server

Show Timecard Entry Change History (Company)

show_timecard_entry_change_history_company
Read-onlyIdempotent

Retrieve the complete change history for a specific timecard entry using company ID and entry ID. Returns paginated JSON records.

Instructions

Show timecard entry change history (Company). Use this to fetch the full details of a specific Field Productivity records by its identifier. Returns a paginated JSON array of Field Productivity records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: id, company_id. Procore API: Project Management > Field Productivity. Endpoint: GET /rest/v1.0/companies/{company_id}/timecard_entries/{id}/change_history

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — iD of the timecard entry
company_idYesURL path parameter — unique identifier for the company.
pageNoPage number for paginated results (default: 1)
per_pageNoNumber of items per page (default: 100, max: 100)
Behavior4/5

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

Annotations already indicate read-only, idempotent behavior. Description adds pagination details (page/per_page), response format (paginated JSON array with metadata), and required parameters, providing useful context 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.

Conciseness3/5

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

Description is moderately concise but includes redundancy (repeats title) and ambiguous phrasing ('Field Productivity records'). Some sentences could be merged or clarified.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Missing key context: the response structure beyond 'paginated JSON array' is not described, and the phrase 'Field Productivity records' contradicts the tool's purpose (change history). No output schema exists, so description should clarify what the array contains.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. Description adds usage context for page/per_page ('control pagination') and confirms required parameters, adding meaning beyond the schema descriptions.

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 states it fetches change history for a timecard entry at company level, which is clear. However, it refers to 'Field Productivity records' which is misleading and doesn't differentiate from other similar show tools like show_timecard_entry or show_change_history.

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 guidance on when to use this tool versus alternatives such as show_timecard_entry or show_equipment_change_history. Only states the action without usage context or exclusions.

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