You're viewing a demo portfolio

Join the waitlist
PRSM

attach_media_to_record

Active

Tool of QuintaDB

declared in 1.0.0

Прикріпити файл із бібліотеки MyFile до поля типу file або image конкретного запису. Використовуй для attached_files замість update_record, якщо поле має тип file/image.

Parameters schema

{
  "type": "object",
  "required": [
    "app_id",
    "entity_id",
    "record_id",
    "field_id",
    "my_file_id"
  ],
  "properties": {
    "app_id": {
      "type": "string",
      "description": "Project ID (from list_projects)"
    },
    "field_id": {
      "type": "string",
      "description": "ID поля типу file або image"
    },
    "entity_id": {
      "type": "string",
      "description": "ID форми"
    },
    "record_id": {
      "type": "string",
      "description": "ID запису"
    },
    "my_file_id": {
      "type": "string",
      "description": "media_id прикріпленого MyFile"
    }
  }
}

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