Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Signature For Time And Material Entry

create_signature_for_time_and_material_entry

Create a signature for a time and material entry in a Procore project. Requires project ID and party ID, with optional attachment or signed text.

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, party_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/time_and_material_entries/signatures

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
dataNoJSON 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`...
party_idYesJSON request body field — iD of the party the signature is attributed to
signature_textNoJSON request body field — acknowedgement text the signature was signed against.
upload_idNoJSON request body field — unique identifier of the upload
Behavior3/5

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

The description adds that the tool returns the created object on HTTP 201, which is not in annotations. Annotations already indicate readOnlyHint false (write) and destructiveHint false. No contradictions exist, but the description does not disclose side effects, authorization needs, or rate limits.

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 a single paragraph with redundancy (e.g., repeating 'Creates a new Field Productivity records'). It front-loads the main action but is not optimally concise, with some wasted words.

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 critical context: the tool's name and title imply it creates a signature for a time and material entry, but the description does not explain how the signature is linked to a specific entry (no entry ID in schema). No output schema is provided, so the return format is unclear. The description could be more complete given the tool's complexity.

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?

Schema coverage is 100% with detailed descriptions for each parameter. The description merely reiterates required parameters (project_id, party_id) without adding new meaning or clarifying parameter relationships 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 it creates a signature associated with a project and mentions the context of time and material entries. The endpoint path reinforces this. However, there is redundancy and slight confusion about 'Field Productivity records' that slightly diminishes clarity.

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 does not provide guidance on when to use this tool vs alternative signature creation tools (e.g., for timesheets or checklists). It only states the purpose and required parameters, leaving the agent to infer usage context from the name and endpoint.

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