Skip to main content
Glama
TylerIlunga

Procore MCP Server

Bulk Remove Company Users From Projects

bulk_remove_company_users_from_projects
Destructive

Bulk remove company users from multiple projects in a single request. This action deletes directory records and cannot be undone.

Instructions

This endpoint allows company users to be bulk removed from multiple projects. Use this to delete many Directory records records in a single request — this cannot be undone. Removes many Directory records records in one request. This cannot be undone. Required parameters: company_id, users. Procore API (v2.0): Core > Directory. Endpoint: POST /rest/v2.0/companies/{company_id}/users/bulk_remove

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
usersYesJSON request body field — array of existing company users with a project id that they will be removed from. The maximum amount per request is 50 user_id, project_id duplets. If more than 50 objects are sent then a worker wi...
Behavior3/5

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

Annotations already indicate destructiveHint=true. The description reinforces irreversibility and bulk nature. It adds the API endpoint info but does not disclose additional behavioral traits like authentication needs or rate limits.

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 repetitive, stating the action twice ('Use this to delete...' and 'Removes...'). It is front-loaded but could be more concise by removing duplication and extraneous API details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the schema coverage and no output schema, the description adequately explains the bulk removal intent and required params. However, it does not clarify expected responses or error conditions, leaving minor gaps.

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 input schema already describes both parameters with 100% coverage (company_id and users). The description only lists the required names, adding no new meaning beyond the 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?

The description clearly states the tool's action: 'allows company users to be bulk removed from multiple projects' and 'delete many Directory records'. It distinguishes from sibling tools like 'bulk_add_company_users_to_projects' by specifying removal and irreversibility.

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 using this tool for bulk removal and warns it cannot be undone. However, it lacks explicit when-not-to-use guidance or comparisons with alternative tools like 'bulk_remove_project_memberships'.

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