You're viewing a demo portfolio

Join the waitlist
PRSM

create_reminder

Active

Tool of QuintaDB

declared in 1.0.0

Створити нагадування: надіслати email за N днів до/після значення поля дати.

Parameters schema

{
  "type": "object",
  "required": [
    "app_id",
    "entity_id",
    "date_field"
  ],
  "properties": {
    "app_id": {
      "type": "string",
      "description": "Project ID (from list_projects)"
    },
    "run_time": {
      "type": "string",
      "description": "Час HH:MM (default: 08:00)"
    },
    "entity_id": {
      "type": "string",
      "description": "Form ID (from list_forms or describe_project)"
    },
    "time_zone": {
      "type": "string"
    },
    "date_field": {
      "type": "string",
      "description": "Назва або ID поля дати"
    },
    "recipients": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Email-адреси"
    },
    "days_before": {
      "type": "integer",
      "description": "За скільки днів до дати (0 = в день події, від'ємне = після)"
    },
    "email_template_id": {
      "type": "string"
    }
  }
}

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