Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Requested Change

create_requested_change

Create a requested change on a Procore Schedule task to submit change reason, notes, and other details. Requires project and task IDs.

Instructions

Create a new requested change on a Task. Use this to create a new Schedule (Legacy) records in Procore. Creates a new Schedule (Legacy) records and returns the created object on success (HTTP 201). Required parameters: project_id, task_id. Procore API (v1.1): Project Management > Schedule (Legacy). Endpoint: POST /rest/v1.1/projects/{project_id}/schedule/tasks/{task_id}/requested_changes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
task_idYesURL path parameter — unique identifier of the task
change_reasonNoJSON request body field — requested change reason
other_changeNoJSON request body field — the other change for this Schedule (Legacy) operation
taskNoJSON request body field — the task for this Schedule (Legacy) operation
notesNoJSON request body field — requested change notes
Behavior3/5

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

Annotations already mark it as a write operation (readOnlyHint=false). The description adds return status (HTTP 201) and API version, but lacks details on side effects, authentication, or rate limits.

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?

Description is concise (4 sentences), front-loaded with purpose and usage, and includes essential API context. No redundant information.

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?

With no output schema and nested objects, the description should provide more context about the response structure and the meaning of nested parameters. It only states 'returns the created object' without further detail.

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%, so parameters are fully described in the schema. The description only mentions required parameters (already in schema) and adds no additional meaning.

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 it creates a requested change on a Task, but the additional mention of 'Schedule (Legacy) records' introduces slight ambiguity. It distinguishes from create tools for other resources but not from the sibling 'creates_requested_change'.

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

Usage Guidelines3/5

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

The description indicates when to use it ('create a new Schedule (Legacy) records'), but does not provide when-not or mention alternative tools like 'list_requested_changes' or 'update_requested_change'.

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