Skip to main content
Glama
TylerIlunga

Procore MCP Server

Add Attachments To Punch Item

add_attachments_to_punch_item

Add attachments like images to a Procore punch item by providing the punch item ID and project ID.

Instructions

Add Attachments to Punch Item #### Uploading images To upload images you must upload the entire payload as multipart/form-data content-type and specify each parameter as form-data together with attachments[] as files. Use this to create a new Punch List records in Procore. Creates a new Punch List records and returns the created object on success (HTTP 201). Required parameters: id, project_id. Procore API (v1.1): Project Management > Punch List. Endpoint: POST /rest/v1.1/punch_items/add_punch_item_attachments

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesQuery string parameter — iD of the Punch Item
project_idYesQuery string parameter — unique identifier for the Procore project
attachmentsNoJSON request body field — punch Item Assignment attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[...
Behavior2/5

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

Annotations indicate readOnlyHint=false, but the description claims it 'returns the created object on success (HTTP 201)', implying a creation operation. However, the tool is supposed to add attachments, not create a new punch item. This inconsistency reduces transparency. No mention of permissions or other behavioral details.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

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

The description is verbose and repetitive, with a markdown header '####' that seems out of place. It repeats 'Creates a new Punch List records' twice and includes API endpoint info that could be streamlined. Lacks clear structure.

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 clarify what is returned. It mentions 'returns the created object' but does not specify the object structure. It also fails to address whether at least one attachment is required. Given the tool's specific role among many siblings, more context is needed.

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%, so the baseline is 3. The description adds that id and project_id are required (already in schema) and mentions multipart/form-data for attachments, which is already in the schema description. Marginal additional value.

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 states 'Add Attachments to Punch Item' but then repeatedly says 'create a new Punch List records', which misrepresents the tool's purpose. It conflates adding attachments with creating a new record, leading to confusion.

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 provides technical guidance on multipart/form-data but fails to specify when to use this tool versus alternatives like create_punch_item or other attachment tools. No explicit when-to-use or when-not-to-use guidance.

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