Skip to main content
Glama
TylerIlunga

Procore MCP Server

Bulk Retrieve Managed Equipment (Deprecated)

bulk_retrieve_managed_equipment
Idempotent

Restore multiple managed equipment records in a single request. Batch restoration reduces API calls compared to updating each record individually.

Instructions

Restore multiple Managed Equipment with one request. 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. Prefer this over repeated single-record calls when handling many managed equipment at once. Pass the record's fields as top-level arguments — they are nested under "managed_equipment" in the request payload for you. company_id defaults to the value set by procore_set_config when omitted. Returns the modified managed equipment 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. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/companies/{company_id}/managed_equipment/bulk_restore

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
managed_equipment_idsNoJSON request body field — iDs of all Managed Equipment specified for bulk restore
Behavior5/5

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

Beyond the annotations, the description adds valuable behavioral context: deprecation dates, failure modes with specific HTTP statuses (401, 403, 404), defaulting of company_id to procore_set_config, and the payload transformation. It also states the success return value ('Returns the modified managed equipment'). This goes well beyond what the annotations already disclose.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is somewhat lengthy but every sentence adds essential information: purpose, deprecation status, usage guidance, payload handling, defaults, return value, error handling, required parameters, and API endpoint. It is well-structured and front-loaded with the core action, making it efficient despite its length.

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?

Given the tool's complexity (deprecation, bulk operation, default behavior, error cases) and the lack of an output schema, the description is remarkably complete. It covers the action, deprecation timeline, migration path, usage context, parameter defaults, payload nesting, expected return, and common error statuses. No critical gaps are apparent.

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?

Schema coverage is 100%, so the baseline is 3. The description adds extra semantics by explaining that company_id defaults to the procore_set_config value and that record fields are passed as top-level args though nested under 'managed_equipment' in the payload. This enhances understanding of the parameters beyond the schema.

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 tool's action: 'Restore multiple Managed Equipment with one request.' This is a specific verb and resource, and it distinguishes the bulk approach from repeated single-record calls. However, the tool name and title say 'Bulk Retrieve' while the description says 'Restore', creating minor ambiguity, so it doesn't fully earn a 5.

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?

The description provides explicit usage guidance: 'Prefer this over repeated single-record calls when handling many managed equipment at once.' It also gives a clear exclusion by noting the deprecation and instructing to 'prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it.' This fully covers when and when not to use the tool.

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