get_server_info
Retrieve Gramps Web server and database metadata: versions, locale, object counts, server capabilities, and optionally all surnames. Get key info to understand your genealogy environment.
Instructions
Read Gramps Web server, database, locale and object-count metadata. Read-only.
Wraps GET /metadata/: database id/name/type, Gramps + Gramps Web API + QL
versions, locale, per-type object counts, tree researcher info, search
index details, and server capabilities (multi-tree, task queue, OCR,
semantic search, chat, face detection, thumbnails). When surnames is
true, the response additionally lists every surname in the database.
Args: surnames: If true, include the full list of surnames in the database. instance: Gramps Web base URL from get_instances; default = first.
Returns: dict: {"status", "url", "data": metadata object}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No | ||
| surnames | No |