INDIVIDUAL MCP TOOL
documents.delete.confirm
Permanently delete a document and its stored versions after confirmation.
LIVE ENDPOINT
https://mcp.forgecrud.io/mcp
Connect to this endpoint to inspect the live schema for documents.delete.confirm and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.forgecrud-mcp]
url = "https://mcp.forgecrud.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"forgecrud-mcp": {
"type": "http",
"url": "https://mcp.forgecrud.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: forgecrud-mcp
Remote MCP URL: https://mcp.forgecrud.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"forgecrud-mcp": {
"url": "https://mcp.forgecrud.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"forgecrud-mcp": {
"type": "http",
"url": "https://mcp.forgecrud.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "forgecrud-mcp",
"transport": "streamable-http",
"url": "https://mcp.forgecrud.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
approvals.act— Approve, reject or otherwise act on an assigned workflow task.approvals.my_pending— List workflow approvals assigned to the current user.board_tasks.comment— Add a comment to a task-board task.board_tasks.create— Create a task on a board.board_tasks.delete.confirm— Delete a board task after confirmation.board_tasks.delete.prepare— Prepare confirmation for deleting a board task.board_tasks.move— Move a task-board task to another column/order.board_tasks.my— List task-board tasks assigned to the current user.