Skip to main content
Glama
TylerIlunga

Procore MCP Server

Remove Signature From Timecard Entry (Project)

remove_signature_from_timecard_entry_project
Destructive

Remove the signature from a timecard entry to update field productivity records. Provide the project ID and entry ID.

Instructions

Remove the signature ID from the provided timecard entry. Use this to update an existing Field Productivity records (only the supplied fields are changed). Moves the Field Productivity records to its new position and returns the updated object. Required parameters: id, project_id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/projects/{project_id}/timecard_entries/{id}/remove_signature

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — the ID of the timecard entry.
project_idYesURL path parameter — unique identifier for the project.
Behavior3/5

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

Annotations indicate destructiveHint: true and readOnlyHint: false, which the description aligns with. The description adds behavioral context (moves records, returns updated object) but conflates two actions (removing signature and moving records), reducing clarity.

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?

The description is three sentences and fairly concise, but the second sentence introduces an unrelated action ('update existing Field Productivity records') that detracts from focus.

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 simple tool with two parameters and no output schema, the description covers the action, required parameters, and return value. However, the mixed messaging about updating vs removing leaves some uncertainty.

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?

Input schema has 100% coverage with descriptions for both parameters. The description redundantly states required parameters but adds no extra meaning beyond what the schema provides.

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 primary action: 'Remove the signature ID from the provided timecard entry.' This is a specific verb and resource. However, it also mentions updating Field Productivity records and moving them, which introduces ambiguity about the core function.

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

Usage Guidelines3/5

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

The description says 'Use this to update an existing Field Productivity records' but does not explicitly specify when to use vs alternative tools or provide exclusion criteria. There is no mention of when not to use this tool.

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