Skip to main content
Glama
TylerIlunga

Procore MCP Server

Delete Managed Equipment Attachment (Deprecated)

delete_managed_equipment_attachment
DestructiveIdempotent

Permanently removes an attachment from a managed equipment record in Procore. Use after confirming the attachment ID with the list tool.

Instructions

Deleting an attachment from a Managed Equipment. 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. Confirm the target id with the matching show or list tool before calling. company_id defaults to the value set by procore_set_config when omitted, and managed_equipment_id, id must identify existing parent records — resolve them with the matching list tool first. Permanently removes the managed equipment attachment. 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, managed_equipment_id, id. Procore API: Project Management > Field Productivity. Endpoint: DELETE /rest/v1.0/companies/{company_id}/managed_equipment/{managed_equipment_id}/managed_equipment_attachments/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — id of the Managed Equipment Attachment
company_idYesURL path parameter — unique identifier for the company.
managed_equipment_idYesURL path parameter — unique identifier of the managed equipment
Behavior5/5

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

The description discloses that the deletion is permanent and cannot be undone, and that a repeat call returns 404, which complements the destructiveHint and idempotentHint annotations. It also outlines common HTTP error responses (401, 403, 404), adding practical behavioral context beyond 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.

Conciseness5/5

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

The description is structured with the core action first, followed by deprecation, usage notes, error handling, and endpoint details. Each sentence provides essential information without redundancy, making it appropriately sized for the tool's complexity.

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?

The description covers the operation, deprecation status, parameter requirements, prerequisites, error scenarios, and endpoint path. Given the simplicity of a delete operation and the absence of an output schema, this is comprehensive and leaves no significant gaps.

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?

The input schema already describes each parameter as a URL path parameter with 100% coverage. The description adds value by noting that company_id defaults to procore_set_config when omitted and that managed_equipment_id and id must reference existing records to be resolved with list tools. However, the defaulting note could conflict with the schema's required field marker.

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 'Deleting an attachment from a Managed Equipment,' clearly specifying the verb and resource. It also reiterates 'Permanently removes the managed equipment attachment,' reinforcing the action. This distinguishes it from sibling tools like bulk_delete_managed_equipment_attachment.

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: it flags the endpoint as deprecated, advises preferring a newer version, and directs the agent to procore_search_endpoints to find it. It also instructs to confirm the target id with show/list tools and to resolve parent records with list tools, giving clear prerequisites.

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