You're viewing a demo portfolio

Join the waitlist
PRSM

create_record_template

Active

Tool of QuintaDB

declared in 1.0.0

Створити PDF/HTML шаблон запису. Вставляй 'html_name' поля в body БЕЗ жодних дужок (напр. Full Name). Отримай html_name через get_form_fields.

Parameters schema

{
  "type": "object",
  "required": [
    "app_id",
    "entity_id",
    "name",
    "body"
  ],
  "properties": {
    "body": {
      "type": "string",
      "description": "HTML тіло шаблону (використовуй html_name полів як звичайний текст, без дужок)"
    },
    "name": {
      "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)"
    }
  }
}

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