Skip to main content
Glama
TylerIlunga

Procore MCP Server

Remove Current Project (Project)

remove_current_project_project
DestructiveIdempotent

Permanently remove the current project association from an equipment record. Provide equipment, project, and company IDs to delete. This action is irreversible.

Instructions

Remove current project (Project). Use this to permanently delete the specified Equipment records. This cannot be undone. Permanently removes the specified Equipment records. This action cannot be undone. Required parameters: equipment_id, project_id, company_id. Procore API (v2.1): Core > Equipment. Endpoint: DELETE /rest/v2.1/companies/{company_id}/projects/{project_id}/equipment_register/{equipment_id}/current_project

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
equipment_idYesURL path parameter — unique identifier of the equipment
project_idYesURL path parameter — the Id of the project
company_idYesURL path parameter — unique identifier for the company.
Behavior1/5

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

The description claims it 'permanently deletes Equipment records,' but the endpoint and parameters indicate it removes the current project association from an equipment item. This misrepresents the actual behavior. Annotations correctly set destructiveHint=true, but the description is misleading beyond that.

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

Conciseness3/5

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

The description contains redundant statements ('This cannot be undone' appears twice, and 'Permanently removes the specified Equipment records' is repeated). It could be more concise without losing meaning. Front-loaded with a confusing purpose statement.

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?

Missing output schema, and the description fails to explain what 'remove current project' actually means in context. For a destructive operation, it should clarify the scope (e.g., only the project association is removed, not the entire equipment record). Incomplete for safe agent invocation.

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?

All three parameters are fully described in the schema (100% coverage). The description only repeats that they are required, adding no additional semantic context beyond what the schema already provides.

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

Purpose2/5

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

The description states 'Remove current project (Project)' and then says 'Use this to permanently delete the specified Equipment records,' creating ambiguity about whether it removes a project association or deletes equipment records. The endpoint suggests it removes the current project link, but the description focuses on deleting records, leading to confusion.

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?

No guidance on when to use this tool versus alternatives like 'associate_equipment_with_project_project' or 'bulk_remove_current_project_project.' The description simply states to use it for deleting equipment records without context or exclusions.

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