phi-guard-mcp
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": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| scan_phiB | Detect PHI-like identifiers and return structured findings. |
| redact_phiB | Detect and redact PHI-like identifiers with placeholders. |
| audit_deidentificationB | Return an audit-oriented summary of PHI-like identifiers and limitations. |
| validate_no_phiB | Validate whether text has no detected PHI-like identifiers. |
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 4 tools
Each tool has a distinct purpose: audit summarizes, redact replaces, scan finds, validate checks absence. No overlap.
All names use verb_noun pattern with underscores and descriptive verbs (audit, redact, scan, validate), maintaining consistency.
Four tools cover the essential PHI operations without excess or deficiency, appropriate for the domain.
Covers detection, redaction, validation, and auditing, providing a complete workflow for PHI handling with no obvious gaps.