Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Unified Company Upload

create_unified_company_upload

Create a company-level file upload for Procore, supporting standard and segmented uploads with signed URLs returned for completing the upload.

Instructions

Creates a company-level file upload (no project scope) for the given company. Supports both standard (single-part) and segmented (multi-part) uploads with the same request and response shape as project-level create. Returns signed upload URL(s) in the segments array; the client completes the flow with PATCH when applicable. company_id defaults to the value set by procore_set_config when omitted. Creates the unified company upload 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: company_id, file_name, file_size, content_type, segments. Procore API (v2.1): Core > File Access & Storage. Endpoint: POST /rest/v2.1/companies/{company_id}/uploads

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
md5NoJSON request body field — the md5 for this File Access & Storage operation
sha256NoJSON request body field — the sha256 for this File Access & Storage operation
segmentsYesJSON request body field — upload file segments. Files up to 104857600 bytes (100 MB) require a single segment, while larger files may be split into multiple segments. A maximum of 10000 segments is permitted per file.
analyticsNoJSON request body field — the analytics for this File Access & Storage operation
file_nameYesJSON request body field — the file name for this File Access & Storage operation
file_sizeYesJSON request body field — file size in bytes. Minimum: 1 byte.
company_idYesURL path parameter — unique identifier for the company.
content_typeYesJSON request body field — the content type for this File Access & Storage operation
url_expires_inNoJSON request body field — the url expires in for this File Access & Storage operation
custom_metadataNoJSON request body field — the custom metadata for this File Access & Storage operation
uploader_tool_nameNoJSON request body field — client-reported tool name matching one of the allowed tools
Behavior5/5

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

Description discloses non-idempotency ('calling it again creates another record'), which aligns with idempotentHint=false but adds detail. It reveals HTTP 201 response, signed URLs in segments, and failure modes (401/403/404) beyond annotations. Also notes company_id defaulting behavior from procore_set_config, and the PATCH completion step, providing rich behavioral context.

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 a single dense paragraph but is logically organized: purpose, behavior, errors, required params, API reference. Each sentence adds value; no filler. It's longer than the minimal but appropriate for the complexity of multi-part uploads.

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?

Description covers the full workflow: creation, signed URLs, PATCH completion, non-idempotency, error statuses, and required parameters. It even names the API version and endpoint. Despite no output schema, it explains return payload (segments array, new id), so the agent has enough context to invoke and handle the response.

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 coverage is 100%, so baseline is 3; description adds extra semantics by listing required params explicitly and clarifying segment size rules (100 MB single segment, 10000 segments max) already in schema. It also adds the important default for company_id when omitted, which is not in the schema. This elevates the description's value beyond the structured fields.

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 'Creates a company-level file upload (no project scope)' with a specific verb and resource. It distinguishes from project-level create by noting 'same request and response shape as project-level create' and explicitly says no project scope. This differentiates it from sibling upload tools like create_project_upload.

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?

Description explains when this tool is appropriate: company-level uploads, and mentions it works for both standard and segmented uploads. It references 'project-level create' as an alternative context but doesn't explicitly name sibling tools or state exclusions (e.g., use project-level for project scope). The mention of completing the flow with PATCH gives usage context for the multi-step upload process.

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