Skip to main content
Glama
TylerIlunga

Procore MCP Server

create_company_upload_v1_1

Upload files to a company's storage in Procore by specifying company ID and filename, enabling file management and access within the Procore platform.

Instructions

Create Company Upload. [Core/File Access & Storage] POST /rest/v1.1/companies/{company_id}/uploads

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesUnique identifier for the company.
response_filenameYesBy 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_typeNoThe 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_dispositionNoThe 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...
sizeNoFile size in bytes
segmentsNoUpload segments
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states 'Create Company Upload' and includes an HTTP method (POST), implying a write operation, but does not disclose critical traits like required permissions, whether it's idempotent, rate limits, error handling, or what 'Upload' entails (e.g., file creation vs. metadata). This leaves the agent with insufficient context for safe invocation.

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 concise with two parts: a restated name and an endpoint reference. It is front-loaded but under-specified, as it lacks explanatory content. However, it avoids redundancy and waste, earning a high score for brevity despite its insufficiency in other dimensions.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (6 parameters, no annotations, no output schema), the description is incomplete. It does not explain the tool's purpose beyond the name, lacks behavioral context, and offers no guidance on usage. For a creation tool with multiple parameters and no output schema, this leaves the agent poorly equipped to understand the tool's role or expected outcomes.

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 description coverage is 100%, with detailed parameter descriptions in the schema (e.g., 'company_id' as a unique identifier, 'response_filename' for storage service). The description adds no parameter-specific information beyond the schema. Since the schema does the heavy lifting, the baseline score of 3 is appropriate, as the description neither compensates nor detracts.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Create Company Upload. [Core/File Access & Storage] POST /rest/v1.1/companies/{company_id}/uploads' restates the tool name ('Create Company Upload') and adds only technical endpoint details. It lacks a specific verb-resource-action explanation (e.g., what 'Upload' entails) and does not differentiate from sibling tools like 'create_company_upload' or 'create_project_upload_v1_1', making it vague beyond the name.

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

Usage Guidelines1/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites, context (e.g., for file storage in a company), or exclusions. With many sibling tools (e.g., 'create_company_upload', 'create_project_upload_v1_1'), the absence of usage differentiation is a significant gap.

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