Skip to main content
Glama
TylerIlunga

Procore MCP Server

create_project_person

Add personnel to Procore projects by specifying project ID, names, and optional details like job title and employee status.

Instructions

Create project Person. [Core/Directory] POST /rest/v1.0/projects/{project_id}/people

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesUnique identifier for the project.
viewNoSpecifies which view of the resource to return (which attributes should be present in the response). Users without read permissions to Directory are limited to the normal and extended views. If a v...
first_nameNoThe First Name of the Project Person
last_nameYesThe Last Name of the Project Person
is_employeeNoThe Employee status of the Project Person
employee_idNoThe Employee ID of the Project Person
origin_idNoThe ID of the External Data associated with the Project Person
job_titleNoThe Job Title of the Project Person
work_classification_idNoThe unique identifier for the work classification of the Project Person.
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. The description mentions 'POST' which implies a write operation, but doesn't specify required permissions, whether this creates a permanent record, what happens on duplicate entries, or error conditions. The URL format suggests it's project-scoped, but this isn't explicitly stated in the description text.

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 extremely concise (one sentence plus URL), but this brevity comes at the cost of being under-specified. While there's no wasted text, the single sentence 'Create project Person' fails to provide adequate context. The URL fragment adds technical detail but doesn't improve usability for an AI agent.

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?

For a mutation tool with 9 parameters, no annotations, and no output schema, the description is inadequate. It doesn't explain what a 'project Person' is, what the creation entails, what permissions are needed, or what the response contains. The technical URL fragment doesn't compensate for missing operational context needed by an AI agent.

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 all 9 parameters well-documented in the schema. The description adds no parameter information beyond what's in the schema. According to scoring rules, when schema coverage is high (>80%), the baseline is 3 even with no param info in description. The description doesn't compensate but doesn't need to given complete schema documentation.

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 project Person' is a tautology that restates the tool name with minimal added context. It lacks a specific verb and resource definition beyond the name, failing to distinguish it from sibling tools like 'create_a_person' or 'create_company_person'. While it includes a URL fragment '[Core/Directory] POST /rest/v1.0/projects/{project_id}/people', this is technical detail rather than clarifying purpose.

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. With sibling tools like 'create_a_person' and 'create_company_person' present, there's no indication of how this tool differs (e.g., project-specific vs. company-wide person creation). No prerequisites, constraints, or usage context are mentioned.

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