safehold
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_passportA | Retrieve specific fields from a stored passport. The user will be prompted for consent before any data is returned. |
| get_national_idA | Retrieve specific fields from a stored national identity card. The user will be prompted for consent before any data is returned. |
| get_driving_licenseA | Retrieve specific fields from a stored driving licence. The user will be prompted for consent before any data is returned. |
| get_visaA | Retrieve specific fields from a stored visa. The user will be prompted for consent before any data is returned. |
| get_photoA | Retrieve a stored photo. Returns base64-encoded image data. The user will be prompted for consent before any data is returned. |
| get_documentA | Retrieve fields from any document type not covered by a dedicated tool. The user will be prompted for consent before any data is returned. |
| list_documentsA | List all stored documents. Returns metadata only (type, label, expiry) — no sensitive field values. |
| add_documentA | Add a new document to the vault. The document is stored locally and encrypted. Known document types (passport, national_id, driving_license, visa, photo_*) are strictly validated. |
| delete_documentB | Permanently delete a document from the vault. |
| update_documentA | Update fields on an existing document. Only the provided keys are changed. Known document types are strictly validated. |
| get_access_logA | View the history of document field accesses — what was shared, with which client, and when. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| onboard_document | Guided intake to add or update a passport, national ID, driving licence, or visa in Safehold. |
| travel_preflight | Verify passport and visa validity for an upcoming trip. Reads only the fields it needs and explains why. |
| selective_share | Help the user share the minimum data a service actually needs, with an explicit consent purpose. |
| expiry_audit | Surface any stored document expiring within a configurable window. Uses metadata only — no consent prompts. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |