Skip to main content
Glama
TylerIlunga

Procore MCP Server

Restore Equipment (Company)

restore_equipment_company

Restore previously deleted equipment records by providing company ID and list of equipment IDs. Recovers and returns the reactivated objects.

Instructions

Restore equipment (Company). Use this to restore or reactivate a previously deleted Equipment records. Restores the previously deleted Equipment records and returns the recovered object. Required parameters: company_id, ids. Procore API (v2.0): Core > Equipment. Endpoint: POST /rest/v2.0/companies/{company_id}/equipment_register/restore

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
idsYesJSON request body field — a list of unique identifiers (ULIDs) for the equipment to be deleted.
Behavior3/5

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

Annotations already indicate this is not read-only or destructive. The description adds that it returns the recovered object, but otherwise provides no behavioral details beyond what annotations and schema already convey.

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, though the first sentence merely restates the title. It front-loads the purpose and includes required parameters and API endpoint info.

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

Completeness3/5

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

Given two parameters and no output schema, the description adequately mentions the return value. However, it does not address batch restoration implications or differentiate from the closely named sibling 'restoring_an_equipment'.

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 descriptions cover both parameters completely (100% coverage). The tool description redundantly lists required parameters but adds no new semantic meaning beyond the schema. The schema description for 'ids' incorrectly says 'to be deleted,' but this is not part of the tool description.

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 (restore/reactivate) and resource (Equipment records) at the company scope. It distinguishes from project-level equipment tools, but the sibling 'restoring_an_equipment' suggests a potential overlap not addressed.

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

Usage Guidelines3/5

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

The description says when to use (restoring deleted equipment) but lacks explicit guidance on when not to use it or comparisons to alternative tools like update_equipment_company or delete_equipment_company.

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