Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Company Upload

create_company_upload

Initiates file upload to Procore by creating an upload record and returning the storage endpoint and fields needed to post the file.

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: company_id, response_filename. Procore API (v1.1): Core > File Access & Storage. Endpoint: POST /rest/v1.1/companies/{company_id}/uploads

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
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
Behavior5/5

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

The description goes beyond annotations by disclosing the multi-step process: the tool returns instructions (UUID, URL, fields) that must be followed with a multipart/form-data POST. It also mentions the HTTP 201 response on success. Annotations have readOnlyHint=false, which aligns with the create operation, and no contradictions.

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

Conciseness4/5

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

The description is front-loaded with the purpose and provides necessary technical details. However, there is some redundancy (e.g., 'Creating an Upload' appears twice) and it could be slightly more concise.

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?

There is no output schema, but the description fully explains what the response contains (UUID, URL, fields) and the expected HTTP status (201). It also includes the endpoint path and method, making it complete for the agent.

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?

All 6 parameters have schema descriptions (100% coverage), so the baseline is 3. The description adds some extra context, like explaining that response_filename ensures the storage service knows the filename, but this adds only marginal value over 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 to associate a file with a Procore resource. It specifies the tool returns a UUID, URL, and fields for subsequent file upload. However, it does not explicitly differentiate from siblings like 'create_project_upload', though the company context is implied.

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

Usage Guidelines3/5

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

The description explains the tool's purpose and provides endpoint details and required parameters, but it does not explicitly state when to use this tool vs. alternatives or when not to use it. The guidance is implicit through the company-level focus.

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