Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Schedule Integration Type

update_schedule_integration_type

Updates the schedule integration type for a project by providing the project ID and schedule type object. Modifies the existing schedule and returns the updated record.

Instructions

Update the schedule integration type for a project. #### Schedule Types | Type | Key | |------------------------------------------------------|-------------------------------| | File-based schedule integration via web browser | "Microsoft Project" | | File-based schedule integration via Procore Drive | "Microsoft Project 2010" | | File-based schedule integration via Procore Documents| "Microsoft... 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, schedule_type. Procore API: Project Management > Schedule (Legacy). Endpoint: PATCH /rest/v1.0/schedule_type

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesJSON request body field — the ID of the Project the Schedule Type belongs to
schedule_typeYesJSON request body field — schedule Type object
Behavior3/5

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

The description discloses that only supplied fields are changed and returns the modified object, which adds value beyond annotations. However, it is ambiguous about whether it updates the schedule integration type or the schedule record itself, lacking full transparency on side effects or prerequisites.

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?

Description contains a truncated table and redundant statements, reducing clarity. Not concise; includes unnecessary repetition.

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?

For a simple update tool with two parameters and no output schema, the description adequately states that it returns the modified object. It doesn't elaborate on the object shape, but that's likely acceptable given the context.

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 complete; description does not add new parameter guidance beyond restating names. No details on the schedule_type object structure or acceptable keys.

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 purpose: update the schedule integration type for a project. However, it conflates with 'Schedule (Legacy) records' which may cause confusion. No explicit differentiation from sibling update schedule tools.

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 versus alternatives. The description merely restates the action without contextual usage advice.

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