Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
onboard_documentGuided intake to add or update a passport, national ID, driving licence, or visa in Safehold.
travel_preflightVerify passport and visa validity for an upcoming trip. Reads only the fields it needs and explains why.
selective_shareHelp the user share the minimum data a service actually needs, with an explicit consent purpose.
expiry_auditSurface any stored document expiring within a configurable window. Uses metadata only — no consent prompts.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Spacetime-Technology/safehold'

If you have feedback or need assistance with the MCP directory API, please join our Discord server