Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Attachment

create_attachment_project_v1_0_2

Creates an attachment for an incident in a Procore project. Specify project ID, incident ID, and the attachment file.

Instructions

Creates an attachment for the specified Incident. Use this to create a new Incidents in Procore. Creates a new Incidents and returns the created object on success (HTTP 201). Required parameters: project_id, incident_id, attachment. Procore API: Project Management > Incidents. Endpoint: POST /rest/v1.0/projects/{project_id}/incidents/{incident_id}/attachments

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
incident_idYesURL path parameter — unique identifier of the incident
run_configurable_validationsNoQuery string parameter — whether or not Configurable validations from the Incident/Injury Configurable Field Set should be run (default: false). See (https://developers.procore.com/reference/configurable-field-sets#list-pr...
attachmentYesJSON request body field — incident Attachment. To upload an attachment you must upload the entire payload as `multipart/form-data` content-type with the `attachment` file.
Behavior3/5

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

Annotations indicate non-read-only and non-destructive behavior. The description adds that success returns HTTP 201 and the created object, which is helpful. However, it does not disclose error handling, side effects, or the multipart/form-data requirement beyond what is in the schema. No contradiction with annotations.

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 relatively short but contains redundant and incorrect phrasing ('Use this to create a new Incidents in Procore'). The structure is adequate but could be more precise and eliminate repetition.

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

Completeness3/5

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

Covers basic purpose, required parameters, and endpoint. Lacks explanation of the optional 'run_configurable_validations' parameter, though the schema covers it. No output schema, but description mentions return object. Overall minimally complete but with misleading elements.

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 baseline is 3. The description lists required parameters but does not add significant meaning beyond the schema descriptions. It mentions the attachment parameter's multipart/form-data requirement, which is already in the schema.

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 the tool creates an attachment for a specified incident. However, the phrase 'Use this to create a new Incidents in Procore' is confusing and appears to be a copy-paste error, slightly diminishing clarity. The tool is differentiated from siblings by its version in the name, but the description does not address version differences.

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?

No guidance on when to use this tool versus alternatives. The description includes a misleading statement about creating incidents instead of attachments. There is no mention of when not to use this tool or any alternative tools.

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