Skip to main content
Glama
TylerIlunga

Procore MCP Server

Update Equipment Category (Company)

update_equipment_category_company

Update an existing equipment category record for a company. Modify fields like name and active status using category ID and company ID.

Instructions

Update equipment category (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: category_id, company_id. Procore API (v2.0): Core > Equipment. Endpoint: PATCH /rest/v2.0/companies/{company_id}/equipment_register_categories/{category_id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
category_idYesURL path parameter — unique identifier of the category
company_idYesURL path parameter — unique identifier for the company.
nameNoJSON request body field — the name of the equipment category.
is_activeNoJSON request body field — active/Inactive indicator for Equipment Category.
Behavior4/5

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

The description discloses it performs a partial update (PATCH), only modifies supplied fields, and returns the modified object. It goes beyond annotations which only provide read/destructive hints. No contradiction with annotations; the description adds operational detail.

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 with four sentences, front-loading the purpose. It includes optional details like API version and endpoint, which may aid debugging but do not pad unnecessarily. Slightly verbose due to endpoint info, but still efficient.

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

Completeness4/5

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

Given the moderate complexity (4 params, no output schema), the description adequately states the operation, required parameters, and return behavior. It lacks error handling details but covers essential context. The tool's company-level scope is clear.

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 coverage is 100%, so the input schema already documents all four parameters with descriptions. The description merely restates the two required parameters. No additional semantic value is added beyond what the schema provides, meeting the baseline for high coverage.

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 updates an equipment category at the company level. It specifies that only supplied fields are changed and returns the modified object. The title and description align, and it is distinct from sibling tools like create_equipment_category_company.

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 does not provide guidance on when to use this tool versus alternatives. It lacks information on prerequisites, when not to use, or comparisons to similar update tools. The agent would need to infer usage context from the tool name alone.

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