trustboost-pii-sanitizer
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PAID_QUOTA | No | Number of sanitizations per paid transaction. | 10000 |
| TRIAL_QUOTA | No | Number of free sanitizations per wallet in trial mode. | 50 |
| SUPABASE_KEY | Yes | Supabase API key (anon or service role). | |
| SUPABASE_URL | Yes | Supabase project URL for logging and tracking. | |
| HELIUS_API_KEY | Yes | Helius API key for Solana payment verification. | |
| OPENAI_API_KEY | Yes | OpenAI API key for the model used in sanitization. | |
| PAYMENT_WALLET | Yes | Solana wallet address to receive payments for paid mode. | |
| REQUIRED_PAYMENT_USDC | No | USDC 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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
Only one tool exists, so there is no possibility of confusion or overlap. The single tool's purpose is clear and unambiguous.
The single tool name 'sanitize_pii' follows a consistent verb_noun pattern, which is clear and predictable.
One tool is appropriate for this narrow, focused purpose (PII sanitization). It is well-scoped without being too few for the task.
The tool fully covers its intended functionality: sanitizing PII from text. There are no missing operations for this simple domain.