Skip to main content
Glama
TylerIlunga

Procore MCP Server

Create Project Membership

create_project_membership

Add a reference user (without login) to a project by providing project ID and party ID. Creates a new project membership record.

Instructions

Create a Project Membership for a party on the given Project. This endpoint can currently only be used to add reference users to a project. It cannot be used to add a user who has a login or to add vendors. Use this to create a new Directory records in Procore. Creates a new Directory records and returns the created object on success (HTTP 201). Required parameters: project_id, party_id. Procore API: Core > Directory. Endpoint: POST /rest/v1.0/projects/{project_id}/project_memberships

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesURL path parameter — unique identifier for the project.
party_idYesJSON request body field — the ID of the Party(reference user) to be added to the Project
Behavior3/5

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

Annotations already indicate non-destructive, non-readOnly behavior. Description adds that it returns the created object with HTTP 201 and creates Directory records, but doesn't enrich beyond that.

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?

Description includes relevant info but also verbose technical details like API endpoint and Procore API reference, which are not essential for agent invocation. Could be more concise.

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?

No output schema provided, so description should describe return object fields or error scenarios. It only states 'returns the created object' without details, leaving gaps for the agent.

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

Parameters4/5

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

Schema has 100% coverage. Description adds context by stating which parameter is URL path vs JSON body, and notes both are required, adding value beyond schema.

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?

Clearly states it creates a project membership for a party, specifies it can only add reference users (not login users or vendors), and distinguishes from bulk_create_project_memberships sibling.

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?

Explicitly states when to use (add reference users) and when not to use (cannot add login users or vendors). Also lists required parameters. However, no explicit alternative mentioned, though sibling exists.

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