Skip to main content
Glama
TylerIlunga

Procore MCP Server

Get Unified Company Upload URL

get_unified_company_upload_url
Read-onlyIdempotent

Retrieve the signed upload URL for a company-level file, verifying its HMAC signature to ensure integrity and obtain the full field set for secure uploads.

Instructions

Gets the upload URL for a company-level file by ID with signature verification. This endpoint validates HMAC signatures for URI integrity. Used by the content streaming proxy to resolve the S3 presigned URL before upload. Use this when you already know which unified company upload URL you want and need its full field set. company_id defaults to the value set by procore_set_config when omitted, and upload_id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the unified company upload URL. Read-only — it changes nothing in Procore. 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, upload_id, user_id, sig, expires_at. Procore API (v2.1): Core > File Access & Storage. Endpoint: GET /rest/v2.1/companies/{company_id}/uploads/{upload_id}/url

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sigYesQuery string parameter — hMAC-SHA256 signature for URI integrity verification.
user_idYesQuery string parameter — unique identifier for the user.
upload_idYesURL path parameter — unique identifier for the upload (file ID).
company_idYesURL path parameter — unique identifier for the company.
expires_atYesQuery string parameter — expiration timestamp (Unix timestamp in seconds). The request will be rejected if this timestamp has expired.
Behavior5/5

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

The description adds significant behavioral context beyond the annotations: 'Read-only — it changes nothing in Procore' reinforces the readOnlyHint, while also disclosing HMAC signature validation and failure modes ('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'). It even specifies the return type ('Returns a single JSON object'), which is valuable given no output schema.

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?

The description is dense but every sentence contributes: purpose, usage context, prerequisites, read-only guarantee, error behavior, required parameters, and API endpoint. It front-loads the core action and each subsequent sentence builds on it. The length is justified by the tool's complexity and lack of an output schema.

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?

The description covers the tool's return value ('Returns a single JSON object'), common errors (401/403/404), the read-only nature, and even the Procore API endpoint and version. It also explains the HMAC signature verification, which is key to this URL retrieval operation. For a tool with no output schema and 5 required parameters, this is thorough and complete.

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 the baseline is 3; the description adds meaningful context by noting 'company_id defaults to the value set by procore_set_config when omitted' and instructing that 'upload_id must identify an existing parent record — resolve it with the matching list tool first.' However, the company_id default comment conflicts with the schema marking it required, which creates some ambiguity.

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 opens with a precise verb+resource: 'Gets the upload URL for a company-level file by ID with signature verification.' It clearly distinguishes this from sibling upload URL tools by specifying 'company-level' and 'by ID', and further clarifies its scope with 'Use this when you already know which unified company upload URL you want and need its full field set.'

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 gives an explicit usage condition: 'Use this when you already know which unified company upload URL you want and need its full field set.' It also provides a prerequisite: 'upload_id must identify an existing parent record — resolve it with the matching list tool first.' It doesn't name alternative upload URL tools, but the company-level scope and the 'when you already know' phrasing give sufficient guidance.

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