Skip to main content
Glama
TylerIlunga

Procore MCP Server

Sync Projects

sync_projects

Update multiple portfolio projects in one request by providing company ID and a list of updates.

Instructions

Create or update a batch of projects. See Using Sync Actions for additional information. #### Country and State codes The country_code and state_code parameter values must conform to the ISO-3166 Alpha-2 specification. See Working with Country Codes for additional information. #### Recommendation Please be advised to not use the sync endpoint for bulk project creation due to potential performance bottlenecks. Use this to update an existing Portfolio records (only the supplied fields are changed). Updates the specified Portfolio records and returns the modified object on success. Required parameters: company_id, updates. Procore API: Core > Portfolio. Endpoint: PATCH /rest/v1.0/projects/sync

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesJSON request body field — the company identifier the project is associated with. Required only if `company_id` is not included in the request's query parameters.
run_configurable_validationsNoQuery string parameter — if true, validations are run for the corresponding Configurable Field Set.
updatesYesJSON request body field — the updates for this Portfolio operation
Behavior3/5

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

Annotations provide minimal hints (readOnlyHint=false, destructiveHint=false). The description adds that the tool creates or updates projects and returns the modified object, but lacks details on failure modes, partial updates, or the effect of run_configurable_validations. The mention of country/state codes is irrelevant to the schema.

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 includes redundant sentences (e.g., repeated update statement) and external links that bloat it. The structure front-loads the main purpose but could be better organized.

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 3 parameters, no output schema, and sparse annotations, the description fails to explain output format, error handling, or partial success behavior. It also contradicts itself regarding batch creation vs. updating Portfolio records, leaving the tool's exact behavior unclear.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description introduces parameters like country_code and state_code that are not in the schema, causing confusion. The description does not clarify the 'updates' array format or the effect of run_configurable_validations, reducing its value.

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 'Create or update a batch of projects' clearly, but later contradicts itself by mentioning 'update an existing Portfolio records' and 'Updates the specified Portfolio records.' This confusion lowers the score from a 5. Still, the core action is identifiable.

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 advises against using the sync endpoint for bulk creation and suggests using it for updates, providing some usage context. However, it does not explicitly compare with sibling tools or specify when to choose this over alternatives.

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