Skip to main content
Glama
TylerIlunga

Procore MCP Server

Upload Schedule File

upload_schedule_file_v1_0_2

Upload a schedule file to update an existing Schedule (Legacy) record in Procore. Requires project ID and file data.

Instructions

DEPRECATED: This endpoint is a duplicate of the PUT endpoint. It will be removed in a future version of the API. Use the PUT method instead. Upload a schedule file. #### Supported File Formats | Type | Source | |------|---------------------------------------------------------------| | MPP | Microsoft Project | | MPX | Microsoft Project, SureTrak | | XER... Use this to update an existing Schedule (Legacy) records (only the supplied fields are changed). Updates the specified Schedule (Legacy) records and returns the modified object on success. Required parameters: project_id, file. Procore API: Project Management > Schedule (Legacy). Endpoint: PATCH /rest/v1.0/schedule_integration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesQuery string parameter — unique identifier for the project.
fileYesJSON request body field — file to use as file data. Note that it's only possible to post a file using a multipart/form-data body (see RFC 2388). Most HTTP libraries will do the right thing when you pass in an open file ...
Behavior4/5

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

Annotations indicate the tool is not read-only and not destructive. The description adds value by listing supported file formats (MPP, MPX, XER) and specifying that it returns the modified object. This provides behavioral context beyond the annotations, though it doesn't disclose file size limits or multiformat handling details already in schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is somewhat long with deprecation notice, table, and endpoint info. It is front-loaded with key deprecation info, but the mixed messages and verbose formatting reduce conciseness. Could be more succinct.

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

Completeness3/5

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

The description covers required parameters, supported file formats, return value (modified object), and endpoint path. However, the conflicting statements about deprecation and usage reduce completeness. No output schema, so returning the modified object is helpful.

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% with descriptions for both parameters (project_id, file). The description merely repeats 'Required parameters: project_id, file' and does not add new meaning beyond what the schema already provides. Baseline score is appropriate.

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 mixes 'upload' and 'update' actions, and the deprecation notice suggests it's a duplicate of a PUT endpoint, creating confusion about the tool's core purpose. The title says 'Upload Schedule File' but the description says 'Use this to update existing Schedule (Legacy) records', which is inconsistent.

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

Usage Guidelines2/5

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

The deprecation warning instructs to use the PUT method instead, providing an alternative. However, the description also says 'Use this to update...', contradicting the deprecation advice. No explicit when-to-use or when-not-to-use guidance beyond the deprecation.

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