Skip to main content
Glama
TylerIlunga

Procore MCP Server

Upload Schedule File (Deprecated)

upload_schedule_file_v1_0_2
Idempotent

Upload a schedule file (MPP, MPX, XER, PP, XML) to a Procore project to update the schedule integration record.

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 | Primavera P6, Primavera Contractor | | PP | Asta Powerproject, Asta Easyplan | | XML | Formatted for Microsoft Project, e.g. DEPRECATED: Procore has deprecated this endpoint (as of 2021-04-26). It may be removed without further notice; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Send only the fields you intend to change; omitted fields keep their current values. Pass the record's fields as top-level arguments — they are nested under "schedule_integration" in the request payload for you. Returns the modified schedule file on success. 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: project_id, file. Procore API: Project Management > Schedule (Legacy). Endpoint: PATCH /rest/v1.0/schedule_integration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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 ...
project_idYesQuery string parameter — unique identifier for the project.
Behavior4/5

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

Beyond the annotations, the description discloses PATCH semantics (only changed fields are sent, omitted fields keep values), success behavior (returns modified schedule file), and common failure statuses (401/403/404). It does not contradict the annotations and adds useful behavioral context.

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

Conciseness2/5

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

The description is overly long and redundant: deprecation is stated multiple times, a large markdown table is included, and the PUT/PATCH instructions are scattered. While some key information is front-loaded, the overall structure is bloated and would benefit from tighter editing.

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?

Given only two well-described parameters, no output schema, and provided annotations, the description is fairly complete. It covers deprecation, alternatives, supported file formats, partial-update behavior, return value, and error responses. It is slightly weakened by the unresolved PUT/PATCH inconsistency but remains sufficient for an agent to invoke or avoid the tool correctly.

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 extra meaning by explaining that record fields are nested under 'schedule_integration' in the payload while being passed as top-level arguments, and by clarifying partial-update behavior. This goes beyond the schema's parameter descriptions.

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

Purpose4/5

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

The description clearly states the core action ('Upload a schedule file') and lists supported file formats. However, it does not differentiate this tool from the sibling 'upload_schedule_file_v1_0' and muddles the purpose by repeatedly emphasizing deprecation and pointing to a PUT endpoint.

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 explicitly tells the agent not to use this tool because it is deprecated, names the alternative ('Use the PUT method instead'), and advises using procore_search_endpoints to find a newer version. This is strong when-to-use versus when-not-to-use 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