Skip to main content
Glama
TylerIlunga

Procore MCP Server

Remove Existing Labels To Specified Resources.

remove_existing_labels_to_specified_resources
DestructiveIdempotent

Remove existing label-resource associations in Procore without deleting the labels. Use this action to detach one or more labels from specified resources.

Instructions

Removes the association between one or more labels and the specified resources. The labels themselves are not deleted; only the association with the resources is removed. 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 existing label. 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, label_guids. Procore API (v2.0): Resource Management > Materials Management. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/materials_mgmt/labels/resources

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — the company identifier
project_idYesURL path parameter — the project identifier
label_guidsYesJSON request body field — the label guids for this Materials Management operation
resource_guidsNoJSON request body field — the resource guids for this Materials Management operation
Behavior1/5

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

The description contradicts the annotations: idempotentHint=true implies the operation is idempotent, but the description explicitly states 'a repeat call returns 404' and 'Permanently removes the existing label. This cannot be undone.' Additionally, the description internally contradicts itself by first saying 'labels themselves are not deleted' and later 'Permanently removes the existing label.' This is a serious inconsistency that could mislead an agent about the tool's behavior.

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 is dense and includes useful operational details (endpoint, API version, error handling), but it contains redundant and contradictory wording, such as 'Permanently removes the existing label' conflicting with the initial clarification. The required parameters list duplicates schema information, and the overall text is longer than necessary.

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?

The description is rich in operational context, covering defaults, failure modes, and the endpoint. However, due to the annotation contradiction and the lack of any mention of the response/return value, it is not fully complete. The internal inconsistency also undermines overall completeness for an agent trying to reliably invoke the tool.

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 coverage is 100%, and the description adds value by listing required parameters and noting the defaulting behavior of company_id and project_id from procore_set_config. However, it does not add deeper semantics beyond what the schema already provides for each parameter, such as value formats or relationships between label_guids and resource_guids.

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 clearly states a specific action (removes the association between labels and resources) with a clear object (labels/resources). It distinguishes itself from the sibling tool 'adds_existing_labels_to_specified_resources' by explicitly noting that labels are not deleted and only the association is removed, making the operation unambiguous.

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

Usage Guidelines4/5

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

The description provides clear context: it tells the agent to confirm the target id with the matching show or list tool before calling, and explains that company_id and project_id default to procore_set_config when omitted. However, it does not explicitly contrast with alternative tools or state when not to use this tool, so it stops short of full guidance with 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