Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Attachment

create_attachment_project_v1_0_4

Create a checklist inspection attachment by supplying project ID, checklist ID, and attachment data. Adds a file to an existing inspection record.

Instructions

Creates an attachment for the specified Checklist (Inspection). project_id defaults to the value set by procore_set_config when omitted, and list_id must identify an existing parent record — resolve it with the matching list tool first. Creates the attachment and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id, list_id, attachment. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/projects/{project_id}/checklist/lists/{list_id}/attachments

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
list_idYesURL path parameter — checklist (Inspection) ID
attachmentYesJSON request body field — [DEPRECATED] Checklist (Inspection) Attachment. The 'attachment' field using multipart/form-data content-type for file uploads is deprecated. Please use application/json content-type with the 'at...
project_idYesURL path parameter — unique identifier for the project.
Behavior5/5

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

The description adds significant behavioral context beyond annotations: it explicitly states non-idempotency ('calling it again creates another record'), describes the success response (HTTP 201 with new id), and details common failure statuses (401, 403, 404). This is valuable and does not contradict any annotations.

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

Conciseness5/5

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

Every sentence in the description provides useful information: purpose, defaults, prerequisites, behavior, errors, required params, and API reference. No filler or redundancy—appropriately sized for a mutation tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given there is no output schema, the description adequately covers return value (new id, HTTP 201) and error behavior. It also includes endpoint and API context, making it complete for an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description adds meaning beyond the schema by explaining project_id defaults to the value set by procore_set_config, and that list_id must identify an existing parent record and be resolved with the list tool. This enriches the semantic understanding of the parameters.

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

Purpose5/5

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

The description clearly states the tool's function: 'Creates an attachment for the specified Checklist (Inspection).' It specifies the verb (creates), the resource (attachment), the target (Checklist/Inspection), and even provides the exact endpoint, which distinguishes it from sibling attachment tools for other modules.

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

Usage Guidelines4/5

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

The description provides clear context for when to use: 'list_id must identify an existing parent record — resolve it with the matching list tool first' gives a prerequisite and points to a list tool. It also explains the project_id default behavior. However, it doesn't explicitly exclude alternative tools for creating attachments in other contexts, so it's not a full 5.

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