You're viewing a demo portfolio

Join the waitlist
PRSM

import_records

Active

Tool of QuintaDB

declared in 1.0.0

Масово імпортувати записи з CSV або масиву об'єктів. Для масиву 'records' ОБОВ'ЯЗКОВО використовуй ID полів як ключі.

Parameters schema

{
  "type": "object",
  "required": [
    "app_id",
    "entity_id"
  ],
  "properties": {
    "app_id": {
      "type": "string",
      "description": "Project ID (from list_projects)"
    },
    "records": {
      "type": "array",
      "items": {
        "type": "object"
      },
      "description": "Масив об'єктів де ключі — ID полів форми (не назви!). Альтернатива до csv_text. Приклад: [{\"dcTrJdP1bppyk3vCkKvCoN\": \"Іван\"}]"
    },
    "csv_text": {
      "type": "string",
      "description": "CSV-текст з заголовками в першому рядку. Підтримує коми і крапку з комою як роздільник. Приклад: \"Ім'я,Email,Статус\\nІван,ivan@ex.com,Новий\""
    },
    "entity_id": {
      "type": "string",
      "description": "Form ID (from list_forms or describe_project)"
    }
  }
}

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 →
import_records — QuintaDB — PRSM MCP