Skip to main content
Glama
teodorofodocrispin-cmyk

trustboost-pii-sanitizer

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PAID_QUOTANoNumber of sanitizations per paid transaction.10000
TRIAL_QUOTANoNumber of free sanitizations per wallet in trial mode.50
SUPABASE_KEYYesSupabase API key (anon or service role).
SUPABASE_URLYesSupabase project URL for logging and tracking.
HELIUS_API_KEYYesHelius API key for Solana payment verification.
OPENAI_API_KEYYesOpenAI API key for the model used in sanitization.
PAYMENT_WALLETYesSolana wallet address to receive payments for paid mode.
REQUIRED_PAYMENT_USDCNoUSDC amount required for paid mode.149

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
sanitize_piiB

Sanitize PII from text before sending to LLMs. Returns sanitized text with PII replaced by [REDACTED].

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion or overlap. The single tool's purpose is clear and unambiguous.

Naming Consistency5/5

The single tool name 'sanitize_pii' follows a consistent verb_noun pattern, which is clear and predictable.

Tool Count5/5

One tool is appropriate for this narrow, focused purpose (PII sanitization). It is well-scoped without being too few for the task.

Completeness5/5

The tool fully covers its intended functionality: sanitizing PII from text. There are no missing operations for this simple domain.

Maintenance

ActivityMaintained
ResponsivenessNo issues