delete_reply
ActiveTool of mcp-server-dashform
declared in 1.0.0
Permanently delete a single reply. Pass confirm: true to proceed.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "The reply ID to delete"
},
"confirm": {
"type": "boolean",
"default": false,
"description": "Must be true to delete"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-server-dashform
https://github.com/makloai/mcp-server-dashform
2/7 registries