Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update A Single Project

update_a_single_project

Update a project's details in Procore's Resource Planning by providing company ID, project ID, name, and status.

Instructions

Updats a single project given a company ID and project ID and body params. Use this to perform the update a action on Resource Planning records. Creates a new Resource Planning records and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, name, status. Procore API: Resource Management > Resource Planning. Endpoint: POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/projects/{project_id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company. This parameter accepts both formats: - **Recommended**: Procore company ID (integer) - Use this for new integrations - Legacy: LaborChart UUID format (uuid string...
project_idYesURL path parameter — unique identifier for the project
nameYesJSON request body field — the name of the Project.
statusYesJSON request body field — controls Project visibility and filtering. `active` - Project is currently in progress. `pending` - Project is planned but not started. `inactive` - Project is no longer active.
start_dateNoJSON request body field — project's start date. Required if `status` is `active`.
timezoneNoJSON request body field — the timezone to use for scheduling outbound messages for the Project. If not provided, the Group timezone will be used.
colorNoJSON request body field — hexadecimal color code for the Project. Helps with categorization and visual distinction.
daily_start_timeNoJSON request body field — default time the Project's workday begins. Must follow `HH:MM am/pm` format. Allowed increments: 15 minutes.
daily_end_timeNoJSON request body field — default time the Project's workday ends. Must follow `HH:MM am/pm` format. Allowed increments: 15 minutes.
job_title_idNoJSON request body field — uUID of the Job Title for the Role. If omitted, the Person's default Job Title is used.
Behavior2/5

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

While annotations indicate readOnlyHint: false (mutation allowed), the description claims a create behavior (HTTP 201) despite the tool name implying an update. This misalignment between name and described behavior reduces transparency. The description does not disclose other behavioral traits like authorization requirements or side effects beyond creating.

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 one paragraph of moderate length but contains redundancy (listing required parameters already in schema) and contradictory information (update vs create). It could be more concise and front-loaded with the actual behavior.

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 10 parameters and no output schema, the description should provide more context about the expected outcome and behavior. It fails to clarify whether this is a create or update operation, does not describe the response object, and omits important details like validation rules or error conditions.

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 description coverage is 100%, so the schema already documents all parameters. The description lists only the required parameters (company_id, project_id, name, status) but adds no new information beyond what is in the schema. Baseline 3 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 states 'Updates a single project' but then explains that it 'Creates a new Resource Planning records' and returns an HTTP 201, which is typical for a create operation. This contradiction between the tool's name and the described behavior severely hinders purpose clarity. Additionally, the phrasing is grammatically poor and does not distinguish from sibling tools like 'update_project'.

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 description includes 'Use this to perform the update a action' but provides no guidance on when to use this tool versus alternatives, nor does it specify when not to use it. No comparison to other tools or exclusion criteria are given.

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