Skip to main content
Glama
TylerIlunga

Procore MCP Server

Upload Schedule File

upload_schedule_file_v1_0
Idempotent

Upload a schedule file to update an existing Schedule (Legacy) record in Procore. Accepts MPP, MPX, XER, PP, and XML formats.

Instructions

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... 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: PUT /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 ...
Behavior3/5

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

Annotations already indicate idempotent and non-destructive. The description adds context about file formats and that only supplied fields are changed, which is helpful. However, it does not disclose error scenarios or authentication requirements, leaving some gaps beyond annotations.

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 moderately concise but somewhat fragmented: starts with a statement, then a table, then a usage explanation. The table is useful but adds length. It is front-loaded but could be more organized.

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?

Given no output schema, the description mentions returning the modified object on success, which is helpful. However, it does not cover error handling, rate limits, or clearly distinguish from the sibling version v1_0_2. The context is adequate but not fully complete.

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% with descriptions for both parameters. The description adds value by listing supported file formats (MPP, MPX, XER, PP, etc.) and noting the required parameters, which goes beyond the schema's basic 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 states 'Upload a schedule file' and explains it updates existing Schedule (Legacy) records, which is clear. However, the verb 'upload' vs actual action 'update' could be confusing. It does not differentiate from the sibling tool upload_schedule_file_v1_0_2, which likely serves the same purpose.

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?

No guidance on when to use this tool vs alternatives like download_schedule_file or other schedule tools. It only says 'Use this to update an existing Schedule (Legacy) records', but lacks explicit when-not-to-use or alternative 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