Skip to main content
Glama
TylerIlunga

Procore MCP Server

Get Company Upload Status

get_company_upload_status
Read-onlyIdempotent

Poll the status of a company upload by ID to know when it becomes available. Returns metadata like file name, size, and content type, with status transitions receiving, scanning, available.

Instructions

Retrieves status and metadata for a company-level 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 company upload status 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 company 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, upload_id. Procore API (v2.1): Core > File Access & Storage. Endpoint: GET /rest/v2.1/companies/{company_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.
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?

The description goes well beyond annotations by explaining that polling until status is available is mandatory, detailing the status transition behavior when malware scanning is disabled, describing the error payload with common HTTP statuses (401, 403, 404), and confirming read-only behavior. This complements the readOnlyHint and idempotentHint annotations.

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 dense but every sentence adds valuable information. It is front-loaded with the primary purpose and response contents, then flows into usage, transitions, and error handling. While slightly long, it remains efficient and well-organized.

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?

Given that this is a simple GET with no output schema, the description is highly complete. It lists the response fields, explains mandatory polling, describes status transitions, covers error scenarios, and clarifies parameter defaults. An agent can invoke this tool correctly without additional context.

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 value by explaining that company_id defaults to the procore_set_config value when omitted and that upload_id must reference an existing parent record resolved via a list tool. It does not mention url_expires_in, but the schema already provides full details for that parameter.

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 a specific verb ('Retrieves') and resource ('company-level unified upload status by upload ID'), and lists the exact response fields. It distinguishes itself from sibling tools like 'get_unified_upload_status' and 'show_company_upload' by emphasizing the company-level scope and the need to know the specific upload ID.

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 explicitly identifies when to use the tool: to poll upload progress (e.g., receiving → scanning → available) or to inspect upload details when you already know the upload ID. It also advises resolving upload_id with the matching list tool first. However, it does not explicitly name an alternative tool or state a clear 'when not to use' scenario.

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