Skip to main content
Glama
TylerIlunga

Procore MCP Server

create_equipment_project_v2_1

Add equipment to a Procore project by specifying details like name, identification number, category, type, ownership, and status for tracking and management.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesThe Id of the project
company_idYesUnique identifier for the company.
equipment_nameNoequipment_name
nameYesThe name of the equipment.
equipment_idNoequipment_id
identification_numberYesThe identification number of the equipment.
status_idYesThe status of the equipment.
serial_numberNoThe serial number of the equipment.
profile_photoNoprofile_photo
category_idYesThe category of the equipment.
type_idYesThe type of the equipment.
make_idNoThe make of the equipment.
model_idNoThe model of the equipment.
yearNoThe year of the equipment.
rate_per_hourNoThe rate per hour of the equipment.
ownershipYesThe ownership of the equipment.
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.
notesNonotes
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 the full burden of behavioral disclosure. It states 'Create equipment (Project)' and includes an API endpoint, implying a write operation, but does not mention required permissions, potential side effects (e.g., if equipment creation affects project status), rate limits, or error handling. This leaves critical behavioral traits undisclosed for a mutation tool.

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 concise and front-loaded with the core action ('Create equipment (Project)'), followed by the API endpoint. It avoids unnecessary verbosity, with every sentence serving a purpose—clarifying the action and providing technical routing. However, it could be slightly improved by integrating the endpoint more seamlessly into the description.

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?

Given the complexity (23 parameters, 8 required, no annotations, no output schema), the description is insufficient. It lacks information on the return value format, error conditions, authentication requirements, and how the tool fits into broader workflows. For a creation tool with many parameters, more context is needed to guide effective use.

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 schema description coverage is 100%, with all 23 parameters documented in the schema. The description adds no additional parameter semantics beyond the endpoint path, which implies 'company_id' and 'project_id' are required in the URL. This meets the baseline of 3 since the schema handles parameter documentation, but the description does not compensate with extra context like examples or constraints.

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 the action ('Create equipment') and the resource ('Project'), making the purpose understandable. It specifies the context ('Project') and includes the API endpoint, which adds technical clarity. However, it does not explicitly differentiate from sibling tools like 'create_equipment_company_v2_1' or 'create_equipment_project_v2_0', which might cause confusion in selection.

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 provides no guidance on when to use this tool versus alternatives. It lacks context about prerequisites (e.g., needing an existing project), exclusions, or comparisons to similar tools like 'create_equipment_company_v2_1' or 'create_equipment_project_v2_0'. This absence leaves the agent without clear usage instructions.

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