Skip to main content
Glama
TylerIlunga

Procore MCP Server

Get Unified Upload Status

get_unified_upload_status
Read-onlyIdempotent

Retrieve upload status and metadata for a specific Procore file upload, polling progress until it is available for download.

Instructions

Retrieves status and metadata for a unified upload by upload ID. Response includes upload_id, file_name, sanitized_file_name, content_type, file_size, status, and custom_metadata. Polling until status is available is mandatory before the file can be downloaded. Use this endpoint to poll upload progress (e.g. receiving → scanning → available) or inspect upload details after creation. When malware scanning is not enabled, status transitions directly from receiving → available. Use this when you already know which unified upload status you want and need its full field set. company_id and project_id default to the values 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 upload status. 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, project_id, upload_id. Procore API (v2.1): Core > File Access & Storage. Endpoint: GET /rest/v2.1/companies/{company_id}/projects/{project_id}/uploads/{upload_id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
upload_idYesURL path parameter — unique identifier for the upload.
company_idYesURL path parameter — unique identifier for the company.
project_idYesURL path parameter — unique identifier for the project.
url_expires_inNoQuery string parameter — presigned URL TTL in seconds (for URL refresh). Minimum: 60, Maximum: 3600, Default: 3600
Behavior5/5

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

Beyond the annotations (read-only, idempotent, non-destructive), the description adds critical behavioral context: the mandatory polling until status is available, the state transition flow (receiving → scanning → available) and the direct transition when malware scanning is disabled, and the common error status codes (401, 403, 404). These details are not implied by the annotations and significantly aid correct usage.

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 long but information-dense, with the core purpose front-loaded. Each sentence contributes value, covering response fields, usage, defaults, errors, and the endpoint. It earns a 4 rather than 5 because it includes some redundancy (e.g., 'Returns a single JSON object' after already stating retrieval) and the internal contradiction about required parameters adds noise.

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?

For a tool with no output schema, the description covers the essential aspects: purpose, response contents, usage guidance, state transitions, defaults, error handling, and endpoint. It is nearly complete; the minor gap is the unmentioned url_expires_in parameter (though the schema covers it) and the slight inconsistency in parameter requirements, preventing a perfect score.

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 the baseline is 3. The description adds meaning by explaining that company_id and project_id default to procore_set_config values and that upload_id must resolve to an existing parent record. However, this conflicts with the schema's required flags, and url_expires_in is not addressed in the description, leaving some ambiguity despite the schema's own description.

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 specific verb and resource: 'Retrieves status and metadata for a unified upload by upload ID.' It clearly distinguishes itself from sibling tools by focusing on status retrieval and explicitly stating 'Use this when you already know which unified upload status you want and need its full field set,' which differentiates it from list or URL-generation tools.

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

Usage Guidelines5/5

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

The description provides explicit usage scenarios: polling upload progress, inspecting upload details after creation, and the mandatory polling requirement before download. It also directs the agent to resolve upload_id with the matching list tool, offering a clear alternative and prerequisite step, which is more explicit than most tool descriptions.

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