You're viewing a demo portfolio

Join the waitlist
PRSM

search_records

Active

Tool of QuintaDB

declared in 1.0.0

Пошук/фільтрація записів (filter records, find entries, query data). Оператори: is, is_not, contains, not_contains, starts_with, ends_with, is_empty, is_not_empty, gt, lt

Parameters schema

{
  "type": "object",
  "required": [
    "app_id",
    "entity_id",
    "conditions"
  ],
  "properties": {
    "app_id": {
      "type": "string",
      "description": "Project ID (from list_projects)"
    },
    "entity_id": {
      "type": "string",
      "description": "Form ID (from list_forms or describe_project)"
    },
    "conditions": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "field_name",
          "operator"
        ],
        "properties": {
          "value": {
            "type": "string"
          },
          "operator": {
            "type": "string",
            "description": "is | is_not | contains | gt | lt | is_empty | is_not_empty"
          },
          "field_name": {
            "type": "string",
            "description": "Назва поля"
          }
        }
      },
      "description": "Умови пошуку"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

QuintaDB

1/7 registries
View full server →
search_records — QuintaDB — PRSM MCP