Skip to main content
Glama
TylerIlunga

Procore MCP Server

Bulk Create Checklist (Inspections) Item Attachments

bulk_create_checklist_inspections_item_attachments

Uploads multiple attachments to a specified checklist item in one request. Creates many inspections records at once, with partial failure handling.

Instructions

Uploads Attachments to the specified Checklist Item for a given Project. Use this to create many Inspections records in a single request. Creates many Inspections records in one request and returns the created collection (HTTP 201). Partial failures may occur — check each item's status. Required parameters: project_id, item_id, prostore_file_ids. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/projects/{project_id}/checklist/list_item_attachments/bulk_create

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
item_idYesJSON request body field — the ID of the Checklist Item
prostore_file_idsYesJSON request body field — an array of Prostore Files to link to the Checklist Item
Behavior3/5

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

Adds that partial failures may occur and to check each item's status, and that it returns HTTP 201. Annotations already indicate it's not read-only, not destructive, not idempotent. The description aligns but doesn't contradict.

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 with redundant phrases ('Use this to create many Inspections records in a single request' and 'Creates many Inspections records in one request'). The misinformation about inspections adds clutter.

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 details about the response format (beyond HTTP 201), error handling specifics, and maximum batch size. The confusing reference to 'Inspections records' undermines completeness. No output schema, so more description of return value would help.

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 descriptions for each parameter. The description merely repeats the required parameters without adding meaning beyond what the schema provides (e.g., what prostore_file_ids are).

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

Purpose3/5

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

The description states it uploads attachments to a checklist item, but confusingly says 'create many Inspections records' which is inconsistent with the endpoint for item attachments. This may confuse an AI agent about the actual resource being created.

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 suggests using this for bulk creation but does not distinguish from the single 'create_checklist_item_attachment' sibling. No guidance on when not to use or prerequisites (e.g., item must exist).

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