You're viewing a demo portfolio

Join the waitlist
PRSM

update_cell

Active

Tool of QuintaDB

declared in 1.0.0

Оновити значення одного поля в записі без перезапису інших полів. ОБОВ'ЯЗКОВО використовуй ID поля, а не назву.

Parameters schema

{
  "type": "object",
  "required": [
    "app_id",
    "entity_id",
    "record_id",
    "field_name",
    "value"
  ],
  "properties": {
    "value": {
      "type": "string",
      "description": "Нове значення"
    },
    "app_id": {
      "type": "string",
      "description": "Project ID (from list_projects)"
    },
    "entity_id": {
      "type": "string",
      "description": "Form ID (from list_forms or describe_project)"
    },
    "record_id": {
      "type": "string",
      "description": "Record ID (from get_records or search_records)"
    },
    "field_name": {
      "type": "string",
      "description": "ID поля (наприклад 'dcTrJdP1bppyk3vCkKvCoN'). НЕ НАЗВА ПОЛЯ!"
    }
  }
}

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