Skip to main content
Glama
TylerIlunga

Procore MCP Server

Recycle Materials In Bulk

recycle_materials_in_bulk
DestructiveIdempotent

Soft-delete multiple materials in bulk from Procore with one request. Admins can restore them from the recycle bin.

Instructions

Performs a soft delete (recycle) of multiple materials in a single request. Recycled materials can be restored from the recycle bin by an admin user. Confirm the target id with the matching show or list tool before calling. company_id and project_id default to the values set by procore_set_config when omitted. Permanently removes the recycle material. This cannot be undone, and a repeat call returns 404. 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, project_id. Procore API (v2.0): Resource Management > Materials Management. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/materials_mgmt/materials/bulk_delete

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — the company identifier
project_idYesURL path parameter — the project identifier
Behavior1/5

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

This is an annotation contradiction. The annotations set idempotentHint=true, but the description states 'a repeat call returns 404', meaning the outcome differs on repeat calls, contradicting idempotency. Additionally, destructiveHint=true conflicts with 'Recycled materials can be restored from the recycle bin by an admin user' and the soft-delete claim. The description adds error-code details but is undermined by these direct contradictions.

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

Conciseness2/5

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

The description is long and repetitive, containing multiple contradictory phrases (e.g., 'soft delete' vs 'permanently removes', 'can be restored' vs 'cannot be undone'). Every sentence does not earn its place; the internal inconsistencies make it less concise and harder to parse than a shorter, coherent statement would be.

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?

The description covers several aspects: action, safety confirmation, defaults, error codes, and the API endpoint. However, the contradictions about permanence and restorability leave the tool's actual behavior ambiguous, and there is no mention of what the response contains (given no output schema). The completeness is undermined by misleading and conflicting information.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with both parameters described as URL path parameters, so the schema already provides basic meaning. The description adds that company_id and project_id 'default to the values set by procore_set_config when omitted', but the schema marks both as required, creating a direct contradiction. No additional formats, types, or validation rules are provided beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Performs a soft delete (recycle) of multiple materials in a single request', which gives a specific verb and resource. However, it later says 'Permanently removes the recycle material. This cannot be undone', directly contradicting the soft-delete and restorable nature. This internal inconsistency muddies the primary purpose and makes it unclear whether this is a soft recycle or a permanent deletion.

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 provides a safety prerequisite ('Confirm the target id with the matching show or list tool before calling') and mentions that company_id and project_id default to procore_set_config values. However, it does not explicitly differentiate this bulk operation from single-material recycle tools or restore tools, and the contradictory permanence statement confuses when this should be used.

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