You're viewing a demo portfolio

Join the waitlist
PRSM

delete_few_records

Active

Tool of QuintaDB

declared in 1.0.0

Видалити декілька записів одним запитом

Parameters schema

{
  "type": "object",
  "required": [
    "app_id",
    "entity_id",
    "record_ids"
  ],
  "properties": {
    "app_id": {
      "type": "string",
      "description": "Project ID (from list_projects)"
    },
    "entity_id": {
      "type": "string",
      "description": "Form ID (from list_forms or describe_project)"
    },
    "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_few_records — QuintaDB — PRSM MCP