Skip to main content
Glama
TylerIlunga

Procore MCP Server

Delete A Coordination Issue (REST V2.0)

delete_a_coordination_issue_rest_v2_0
DestructiveIdempotent

Permanently deletes a specified coordination issue from a Procore project. Uses soft-delete with notification observer. This action cannot be undone.

Instructions

Soft-delete flow via CoordinationIssues::Public::DeleteService with notification observer. Success: head :okHTTP 200 with an empty body. Use this to permanently delete the specified Coordination Issues. This cannot be undone. Permanently removes the specified Coordination Issues. This action cannot be undone. Required parameters: company_id, project_id, id. Procore API (v2.0): Project Management > Coordination Issues. Endpoint: DELETE /rest/v2.0/companies/{company_id}/projects/{project_id}/coordination_issues/{id}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_idYesURL path parameter — unique identifier for the company.
project_idYesURL path parameter — unique identifier for the project.
idYesURL path parameter — coordination Issue ID (numeric)
Behavior3/5

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

Annotations already indicate destructiveHint=true and idempotentHint=true. The description adds context about soft-delete, notification observer, and HTTP 200 empty body. However, there is an internal contradiction between 'soft-delete' and 'permanently delete'/ 'cannot be undone', which reduces clarity. No contradiction with annotations.

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 somewhat repetitive, stating 'permanently delete' and 'cannot be undone' twice. It has 6 sentences, which is acceptable but could be more concise. Information about the service name and endpoint is helpful.

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?

Given no output schema, the description explains the response (HTTP 200 empty body) and provides the endpoint and service name. However, it lacks error conditions, effects on other data, or prerequisites. The internal contradiction also detracts from completeness.

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% with each parameter having a description. The description only reiterates the required parameters without adding new meaning or format constraints beyond the schema.

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 the tool deletes a coordination issue, specifies it's a soft-delete via a specific service, returns HTTP 200 with empty body, and includes the full endpoint. It is a specific verb on a specific resource, and the title differentiates it from sibling tools like 'delete_coordination_issue' without version.

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?

The description says 'Use this to permanently delete' but provides no guidance on when not to use this tool versus alternatives like bulk delete or other versions. No explicit exclusions or comparison with siblings.

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