Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Signature For Timesheet

create_signature_for_timesheet_project

Creates a new signature for a project's timesheet, attaching the signature data and attributing it to a user. Required parameters: project ID, signature data, and user ID.

Instructions

Create new Signature associated with the specified Project. Use this to create a new Field Productivity records in Procore. Creates a new Field Productivity records and returns the created object on success (HTTP 201). Required parameters: project_id, data, user_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/timesheets/signatures

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
dataYesJSON request body field — attachment representing the Signature. To upload an attachment, you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `data`...
user_idYesJSON request body field — iD of the user the signature is attributed to
signature_textNoJSON request body field — acknowedgement text the signature was signed against.
Behavior2/5

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

Annotations already indicate the tool is not read-only and not destructive. The description adds that it returns the created object on HTTP 201, which is minimal. It contains misleading information about 'Field Productivity records' and does not disclose other behavioral traits like idempotency (annotations show false) or potential side effects.

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 brief but includes redundant and confusing phrasing (e.g., 'Field Productivity records' repeated). It front-loads the purpose but could be more concise and accurate.

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?

Without an output schema, the description should explain return values more thoroughly. It only states 'returns the created object on success' without details on error codes or structure. Parameter documentation is handled by the schema, but overall completeness is lacking given the tool's complexity and the number of siblings.

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 input schema has 100% coverage with detailed descriptions for all parameters, so the baseline is 3. The description merely repeats required parameter names without adding new 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 tool creates a signature associated with a project. However, it confusingly mentions 'Field Productivity records' which is inconsistent with the tool name and title, slightly detracting from clarity. It does not explicitly differentiate from the sibling tool create_signature_for_timesheet_company, but the project association is implied.

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?

The description lists required parameters but provides no guidance on when to use this tool versus alternatives (e.g., create_signature_for_timesheet_company). There are no explicit when-to-use or when-not-to-use instructions, leaving the agent to infer context from the name and sibling list.

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