Skip to main content
Glama
TylerIlunga

Procore MCP Server

Bulk Update Current Project (Company)

bulk_update_current_project_company

Bulk update existing Equipment records by changing the current project company. Supply the company ID; only specified fields are modified.

Instructions

Bulk update current project (Company). Use this to update an existing Equipment records (only the supplied fields are changed). Updates the specified Equipment records and returns the modified object on success. Required parameters: company_id. Procore API (v2.1): Core > Equipment. Endpoint: PATCH /rest/v2.1/companies/{company_id}/equipment_register/current_project/bulk_update

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
Behavior3/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false, consistent with the description's 'Updates' verb. The description adds endpoint details but no extra behavioral context (e.g., what happens to missing fields, permissions required). It does not contradict annotations.

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 relatively concise with four sentences, but repeats 'Updates Equipment records' twice. Includes API endpoint and version, which may be extraneous. Could be slightly tighter.

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?

The tool performs a bulk update, requiring a request body with new field values, but the description does not explain the body format or list updatable fields. The schema is incomplete, and the description does not compensate. No output schema is provided, but the return value is mentioned briefly.

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

Parameters2/5

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

The input schema only includes company_id (100% coverage), but a bulk update likely requires a request body with records to update. The description hints at 'only the supplied fields are changed' but does not specify the body structure. Thus it adds minimal meaning beyond the schema.

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

Purpose4/5

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

The description clearly states it updates existing Equipment records and identifies the scope (current project, company). It distinguishes from sibling tools like bulk_update_current_project_project by specifying Equipment records, but does not explicitly differentiate from bulk_update_equipment_company or other similar tools.

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

Usage Guidelines2/5

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

The description says 'Use this to update an existing Equipment records' but gives no guidance on when to use this tool vs alternatives like bulk_update_equipment_company or when not to use it. No exclusions or alternative mentions are provided.

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