Skip to main content
Glama
TylerIlunga

Procore MCP Server

update_equipment_project_v2_1_company

Modify equipment details in Procore projects to maintain accurate asset records, update specifications, and track status changes.

Instructions

Update equipment (Project). [Core/Equipment] PATCH /rest/v2.1/companies/{company_id}/projects/{project_id}/equipment_register/{equipment_id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesThe Id of the project
equipment_idNoequipment_id
company_idYesUnique identifier for the company.
equipment_nameNoequipment_name
nameNoThe name of the equipment.
identification_numberNoThe identification number of the equipment.
serial_numberNoThe serial number of the equipment.
profile_photoNoprofile_photo
category_idNoThe category of the equipment.
type_idNoThe type of the equipment.
make_idNoThe make of the equipment.
model_idNoThe model of the equipment.
status_idNoThe status of the equipment.
yearNoThe year of the equipment.
rate_per_hourNorate_per_hour
ownershipNoownership
notesNonotes
assignee_idsNoThe people id of the equipment.
vendor_idNoThe vendor id of the equipment.
rental_start_dateNoThe start date of the rental.
rental_end_dateNoThe end date of the rental.
group_idsNoList of group IDs to be associated with the equipment
onsiteNoFlag indicating to set or unset the equipment on the project.
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. It implies a mutation ('Update'), but doesn't disclose behavioral traits like required permissions, whether it's idempotent, what happens on partial updates, or error handling. The technical endpoint hint suggests a PATCH operation, but this isn't explicitly stated or explained. For a mutation tool with 23 parameters, this is inadequate.

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 brief and front-loaded with the core action. However, the technical endpoint details ('[Core/Equipment] PATCH /rest/v2.1/...') add clutter without clear user value. The single sentence is efficient but could be more focused on user-facing information rather than implementation details.

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 complex mutation tool with 23 parameters, no annotations, and no output schema, the description is severely lacking. It doesn't explain what 'update' entails (partial vs. full), success/failure behavior, or return values. The technical endpoint hint doesn't compensate for missing operational context needed for safe invocation.

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%, so parameters are documented in the schema. The description adds no parameter semantics beyond the endpoint path variables (company_id, project_id, equipment_id). It doesn't explain relationships between parameters or provide usage examples. Baseline 3 is appropriate as the schema does the heavy lifting.

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

Purpose3/5

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

The description states the action ('Update equipment') and resource ('Project'), but it's vague about scope and doesn't distinguish from sibling tools. It includes technical endpoint details ('PATCH /rest/v2.1/companies/{company_id}/projects/{project_id}/equipment_register/{equipment_id}') which adds some specificity but doesn't clearly differentiate from similar update tools like 'update_equipment_company_v2_1' or 'bulk_update_equipment_company_v2_1' in the sibling list.

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 doesn't mention prerequisites, context, or exclusions. With many sibling tools including other equipment update operations (e.g., 'update_equipment_company_v2_1', 'bulk_update_equipment_company_v2_1'), the lack of differentiation is a significant gap.

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