Skip to main content
Glama
TylerIlunga

Procore MCP Server

update_punch_item

Modify punch list items in Procore projects to track and resolve construction issues, update status, assign tasks, or add documentation.

Instructions

Update Punch Item. [Project Management/Punch List] PATCH /rest/v1.0/punch_items/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the Punch Item
run_configurable_validationsNoIf true, validations are run for the corresponding Configurable Field Set.
project_idYesProject ID to which the Punch Item belongs to
attachmentsNo[DEPRECATED] Punch Item Assignment attachments. Please use upload_uuid instead. Please use application/json content-type with the 'punch_item.upload_ids' property instead. To upload attachments you...
punch_itemYespunch_item
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions 'PATCH' which implies a partial update, but does not disclose behavioral traits such as required permissions, whether it's idempotent, validation rules, or error handling. The description is minimal and fails to provide adequate behavioral context.

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 concise with no wasted words, consisting of a single line. However, it is under-specified rather than efficiently informative, which slightly reduces its score.

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?

Given the complexity of a mutation tool with 5 parameters, nested objects, no annotations, and no output schema, the description is incomplete. It lacks essential context like what a Punch Item represents, update constraints, or response format, making it inadequate for effective use.

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 description coverage is 100%, so the schema documents all parameters. The description adds no parameter semantics beyond what the schema provides, but the schema is comprehensive. Baseline 3 is appropriate as the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Update Punch Item' is a tautology that merely restates the tool name. It adds the category '[Project Management/Punch List]' and endpoint 'PATCH /rest/v1.0/punch_items/{id}', but does not specify what a 'Punch Item' is or what fields can be updated, leaving the purpose vague.

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

Usage Guidelines1/5

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

No guidance is provided on when to use this tool versus alternatives like 'update_punch_item_v1_1' or 'update_punch_item_assignment'. The description lacks context, prerequisites, or exclusions, offering no usage instructions.

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