You're viewing a demo portfolio

Join the waitlist
PRSM

delete_records_by_filter

Active

Tool of QuintaDB

declared in 1.0.0

Масове видалення записів за фільтром, переліком ID або всіх записів форми. Незворотна операція.

Parameters schema

{
  "type": "object",
  "required": [
    "app_id",
    "entity_id"
  ],
  "properties": {
    "all": {
      "type": "boolean",
      "description": "true — видалити всі записи форми (небезпечно!)"
    },
    "limit": {
      "type": "integer",
      "description": "Максимальна кількість записів для видалення (захист від помилок)"
    },
    "app_id": {
      "type": "string",
      "description": "ID проєкту"
    },
    "filter": {
      "type": "object",
      "properties": {
        "field": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "description": "Фільтр по значенню поля: {field: 'Статус', value: 'Архів'}"
    },
    "entity_id": {
      "type": "string",
      "description": "ID форми"
    },
    "record_ids": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Конкретні ID записів для видалення"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

QuintaDB

1/7 registries
View full server →
delete_records_by_filter — QuintaDB — PRSM MCP