Skip to main content
Glama
TylerIlunga

Procore MCP Server

Sync Company Users

sync_company_users
Idempotent

Create or update a batch of company users in the Procore directory. Requires Directory Admin permissions.

Instructions

This endpoint creates or updates a batch of Company Users. See Using Sync Actions for additional information. Requires Directory Admin permissions. #### 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. Send only the fields you intend to change; omitted fields keep their current values. company_id defaults to the value set by procore_set_config when omitted. Returns the modified company user on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, updates. Procore API (v1.3): Core > Directory. Endpoint: PATCH /rest/v1.3/companies/{company_id}/users/sync

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
updatesYesJSON request body field — the updates for this Directory operation
company_idYesURL path parameter — unique identifier for the company.
Behavior5/5

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

Beyond the annotations (readOnlyHint=false, destructiveHint=false, idempotentHint=true), the description adds substantial behavioral context: required permissions, ISO-3166 country/state code constraints, partial-update behavior, company_id defaulting behavior, return value, and common error HTTP statuses. This is far more than annotations alone provide.

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?

The description is dense but well-structured, starting with the core purpose and then covering permissions, field codes, update behavior, defaults, return value, and errors. The markdown subheading for country/state codes is a minor formatting artifact, and the text is longer than ideal but each sentence carries useful information.

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?

The tool is complex (batch sync, no output schema, no enums), and the description covers permissions, parameter semantics, error handling, and return value. It provides enough for an agent to invoke correctly. The internal company_id contradiction and lack of detailed updates array structure prevent a perfect score.

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?

The schema descriptions are thin, especially for 'updates' which is described only as 'JSON request body field.' The description adds meaningful context about partial updates and ISO code requirements. However, it contains an internal contradiction: it says 'company_id defaults to the value set by procore_set_config when omitted' while also listing company_id as a required parameter, and the schema marks it required. This ambiguity undermines the semantic guidance.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The first sentence clearly states 'creates or updates a batch of Company Users,' providing a specific verb, resource, and scope. This distinguishes it from single-user tools like create_company_user and update_company_user, and from non-sync list tools.

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

Usage Guidelines4/5

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

The description indicates this is for batch operations and provides partial-update semantics ('Send only the fields you intend to change; omitted fields keep their current values'). It also notes Directory Admin permissions and links to 'Using Sync Actions' documentation. However, it does not name explicit alternatives or state when not to use this tool.

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