Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Project Upload

create_project_upload

Create an upload record to associate a file with a Procore project by obtaining instructions for posting the file to Procore's storage service.

Instructions

Creating an Upload is the first step in associating a file to a resource in Procore. Creating an Upload can be seen as fetching instruction on how to post your file directly to Procore's storage service. The instructions contain three properties: a UUID to reference the Upload, a URL which has to be used to post the file, and fields which need to be posted together with the file. To upload the file you must POST to the URL in the url property with a multipart/form-data body (see RFC 2388)... Use this to create a new File Access & Storage records in Procore. Creates a new File Access & Storage records and returns the created object on success (HTTP 201). Required parameters: project_id, response_filename. Procore API (v1.1): Core > File Access & Storage. Endpoint: POST /rest/v1.1/projects/{project_id}/uploads

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
response_filenameYesJSON request body field — by setting a filename you ensure that the storage service knows the filename of the upload. Files are often downloaded directly from the storage service and without the filename they will save on t...
response_content_typeNoJSON request body field — the content-type set through this parameter will be used by the storage service during download just like the response_filename. Setting this value is less important because HTTP clients and operat...
attachment_content_dispositionNoJSON request body field — the content type set through this parameter will be used by the storage system during download, similar to the response_filename. When set to true, the file will be downloaded as an attachment. Oth...
sizeNoJSON request body field — file size in bytes
segmentsNoJSON request body field — upload segments
Behavior4/5

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

The description clearly indicates that this tool does not upload the file itself but provides instructions for doing so. It discloses the behavioral trait that it is a preparatory step, which is beyond what annotations (readOnlyHint=false, destructiveHint=false, etc.) provide. There is 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 fairly comprehensive but contains some redundancy, such as 'Creating an Upload is the first step' and 'Creating an Upload can be seen as fetching instruction' conveying similar ideas. It is well-structured with endpoint info but could be more concise.

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

Completeness4/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 explains the response format (instructions with UUID, URL, fields) and covers the purpose, process, required parameters, and API version. It does not discuss errors or authentication, but that is common for such tools.

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?

The input schema covers 100% of parameters with descriptions. The description adds context by explaining that the tool returns instructions with properties like UUID and URL, and mentions required parameters (project_id, response_filename). However, it does not significantly elaborate on parameter meaning beyond 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 that creating an upload is the first step in associating a file to a resource in Procore, explaining the purpose of obtaining upload instructions. It mentions the endpoint and required parameters. However, it does not explicitly differentiate this tool from sibling upload tools like 'company_upload' or 'drawing_upload'.

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 explains the process of obtaining upload instructions and that a subsequent POST request is needed to upload the file. It does not provide guidance on when to use this tool versus alternatives, nor does it specify prerequisites or exclusions.

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