Skip to main content
Glama
TylerIlunga

Procore MCP Server

create_company_user_v1_3

Add new users to a company directory in Procore by providing required details like name, email, and company ID.

Instructions

Create company user. [Core/Directory] POST /rest/v1.3/companies/{company_id}/users

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesUnique identifier for the company.
run_configurable_validationsNoIf true, validations are run for the corresponding Configurable Field Set.
first_nameNoThe First Name of the Company User
last_nameYesThe Last Name of the Company User
job_titleNoThe Job Title of the Company User
addressNoThe Address of the Company User
cityNoThe City of the Company User
zipNoThe Zip code of the Company User
business_phoneNoThe Business Phone of the Company User
business_phone_extensionNoThe Business Phone Extension of the Company User
mobile_phoneNoThe Mobile Phone of the Company User
fax_numberNoThe Fax Number of the Company User
email_addressYesThe Email Address of the Company User. Update requests including this parameter will be rejected unless the requesting user has Directory Admin permissions
email_signatureNoThe Email Signature of the Company User
is_activeNoThe Active status of the Company User
is_employeeNoThe Employee status of the Company User
employee_idNoThe ID of the Employee of the Company User when `user[is_employee]` is set to `true`
notesNoThe Notes (notes, keywords, tags) of the Company User
country_codeNoThe Country Code of the Company User (ISO-3166 Alpha-2 format)
state_codeNoThe State Code of the Company User (ISO-3166 Alpha-2 format)
initialsNoThe Initials of the Company User
origin_idNoThe Origin ID of the Company User
origin_dataNoThe Origin Data of the Company User
vendor_idNoThe ID of the Vendor of the Company User
default_permission_template_idNoThe ID of the default Permission Template for the Company User. Requests including this parameter will be rejected unless the requesting user has Directory Admin permissions
company_permission_template_idNoThe ID of the Company Permission Template for the Company User. Requests including this parameter will be rejected unless the requesting user has Directory Admin permissions
work_classification_idNoThe ID of the Work Classification for the Company User
avatarNoThe Avatar of the Company User. To upload avatar you must upload whole payload as `multipart/form-data` content-type and specify each parameter as form-data together with `user[avatar]` as file.
bid_contactNoSets the user as a bid contact for the vendor it is associated with. `vendor_id` must also be provided for this to be set.
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states 'Create company user', implying a write operation, but does not disclose critical behavioral traits such as required permissions (e.g., Directory Admin for email_address or permission template parameters), potential side effects, rate limits, or what the response contains. The description is minimal and fails to provide necessary context for safe and effective use.

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 concise with two parts: a functional statement and a technical endpoint. It is front-loaded with the core action ('Create company user') and avoids unnecessary verbosity. However, the technical endpoint detail, while useful, could be considered extraneous for an agent's decision-making, slightly reducing efficiency.

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?

Given the complexity of a creation tool with 29 parameters, no annotations, and no output schema, the description is incomplete. It lacks information on behavioral aspects like permissions, side effects, and response format. While the schema covers parameters well, the description does not compensate for the absence of annotations or output schema, leaving gaps in understanding how to use the tool effectively.

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%, with detailed parameter descriptions in the input schema (e.g., 'Unique identifier for the company' for company_id, permissions notes for email_address). The description adds no parameter semantics beyond what the schema provides. Given the high schema coverage, the baseline score of 3 is appropriate, as the schema adequately documents parameters without needing additional description.

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 'Create company user' is a tautology that restates the tool name without adding specificity. It lacks a clear verb+resource distinction and does not differentiate from sibling tools like 'create_company_user_v1_0' or 'create_company_user_v1_1', which appear to be similar versions. The inclusion of '[Core/Directory] POST /rest/v1.3/companies/{company_id}/users' provides technical context but does not clarify the functional purpose beyond the name.

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

Usage Guidelines1/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites, such as required permissions (e.g., Directory Admin for certain parameters), or differentiate it from sibling tools like other versions of 'create_company_user'. There is no indication of when-not-to-use scenarios or explicit alternatives, leaving the agent without usage context.

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