Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update An Equipment Make (Deprecated)

update_an_equipment_make
Idempotent

Update an equipment make record in Procore by sending only the fields to change; omitted fields keep their current values. Returns the modified record.

Instructions

Update a specified equipment make. DEPRECATED: Procore has deprecated this endpoint (as of 2024-12-01). It is scheduled for removal on 2025-12-02; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Send only the fields you intend to change; omitted fields keep their current values. Pass the record's fields as top-level arguments — they are nested under "managed_equipment_make" in the request payload for you. company_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified equipment make on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, id, name, is_active. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/companies/{company_id}/managed_equipment_makes/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — iD of the equipment make
nameYesJSON request body field — name of the equipment make
is_activeYesJSON request body field — equipment make is active if true
company_idYesURL path parameter — unique identifier for the company.
Behavior5/5

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

Goes well beyond annotations by disclosing partial update semantics (omitted fields retain values), payload structure (fields nested under managed_equipment_make), default behavior for company_id, success return value, and common error scenarios (401, 403, 404). This is rich, actionable behavior disclosure consistent with the 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 long but information-dense, with no filler. It is front-loaded with purpose and deprecation, then proceeds through usage, defaults, response, and errors. Every sentence contributes useful guidance, though a slightly shorter version could preserve clarity.

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

Completeness5/5

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

Despite no output schema, the description covers the return value (modified equipment make), error codes, deprecation context, payload nesting, and prerequisite id resolution. For a four-parameter update tool, this is complete and directly actionable.

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?

Adds substantial meaning beyond the schema: explains that fields are passed as top-level arguments but nested under managed_equipment_make in the payload, notes that only provided fields are updated, and mentions company_id default. However, it states company_id defaults when omitted while the schema lists it as required, creating a minor inconsistency that could confuse an agent.

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 opens with 'Update a specified equipment make,' using a specific verb and resource. This clearly distinguishes it from sibling tools like create_an_equipment_make, delete_an_equipment_make, and list_all_equipment_makes.

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

Usage Guidelines5/5

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

Provides explicit guidance: marks the tool as deprecated, directs users to prefer a newer version and use procore_search_endpoints to find it, explains partial update behavior, instructs to resolve id via the matching list tool, and clarifies company_id default. This helps the agent decide when to use this tool and what alternatives exist.

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