Skip to main content
Glama
TylerIlunga

Procore MCP Server

Delete Procore Item Association

delete_procore_item_association
DestructiveIdempotent

Permanently deletes the association between a Coordination Issue and a Procore item. Use after verifying IDs to clean up or correct item links.

Instructions

Delete the association between Coordination Issue and Procore item. Confirm the target id with the matching show or list tool before calling. coordination_issue_id, id must identify existing parent records — resolve them with the matching list tool first. Permanently removes the procore item association. 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: coordination_issue_id, id, project_id, item_type. Procore API: Project Management > Coordination Issues. Endpoint: DELETE /rest/v1.0/coordination_issues/{coordination_issue_id}/procore_item_associations/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesURL path parameter — procore Item Association ID
item_typeYesQuery string parameter — type of Procore item
project_idYesQuery string parameter — unique identifier for the project.
coordination_issue_idYesURL path parameter — coordination Issue ID
Behavior5/5

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

Beyond the destructiveHint and idempotentHint annotations, the description explicitly states that the deletion is permanent, cannot be undone, a repeat call returns 404, and specifies common error statuses (401, 403, 404). This provides significant behavioral context that an agent needs.

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

Conciseness4/5

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

The description is four sentences and efficiently packs purpose, prerequisites, destructive nature, error handling, and endpoint without fluff. It is slightly long but each sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers purpose, parameters, prerequisites, destructive behavior, and error conditions, making it quite complete for a delete operation. However, it does not mention what a successful response looks like (e.g., 204 No Content), which would be useful since there is no output schema.

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 fully describes all parameters, so the baseline is 3. The description adds that coordination_issue_id and id must identify existing parent records and should be resolved via list tools first, giving additional semantic meaning 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 action (delete) and resource (association between Coordination Issue and Procore item), and provides the exact endpoint. However, it does not explicitly differentiate from related tools like bulk_delete_procore_item_associations, so it lacks sibling differentiation.

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 instructs to confirm target ids with matching show/list tools before calling, which is useful usage guidance, but it does not explicitly state when to use this tool versus alternatives like bulk_delete. The context implies it should be used for a single association deletion, but no explicit when/when-not is given.

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