Skip to main content
Glama

Server Details

Detects and redacts PII (emails, phones, SSNs, names, addresses) from text. $0.02/call via x402.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A3.6/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no risk of confusion or misselection between tools.

Naming Consistency5/5

With a single tool named 'redact', the naming is trivially consistent; there are no other tools to conflict.

Tool Count3/5

A single tool covers the core PII redaction functionality, but for a server with this scope, separate detection and redaction tools might be expected, making it slightly thin.

Completeness3/5

The tool handles detection and redaction in one step, but lacks granular control over which PII types to redact or options for different input formats, so the surface is adequate but not comprehensive.

Available Tools

1 tool
redactAInspect

Detect and redact PII in text or JSON. Recognizers are pure pattern/checksum matching (regex + Luhn/mod-97/SSN-area validation) — no LLM calls, no external services. Person names and dates of birth are matched only via nearby context (e.g. 'Mr. Smith', 'DOB: ...'), not general NER, to keep false positives low.

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYes
optionsNo

TDQS

A3.6/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. It explains recognition method (pattern/checksum, no LLM), context-based matching for names/DOB, and explicitly mentions low false positives. Lacks details on side effects like whether output is a copy or destructively modifies input, but overall good transparency for a PII tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with core purpose, followed by brief technical detail. Every sentence adds value with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given complexity (nested options, 2 params), description covers overall purpose and recognition behavior but misses parameter specifics and output details. With no output schema or siblings, more context would be beneficial for full agent understanding.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 0% description coverage, and description adds no parameter details. The 'input' parameter is implied by 'text or JSON', but 'options' (mode, locale, entities) are completely absent from description, leaving the agent to infer from enum values alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description explicitly states 'Detect and redact PII in text or JSON', providing a specific verb and resource. It clearly distinguishes the tool's purpose without being generic or tautological.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

While description implies usage for deterministic pattern-based redaction (no LLM/external services), it does not provide explicit when-to-use or when-not-to-use guidance or alternatives, especially given no sibling tools are listed.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • First observedredact

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Detect PII in text: emails, phones, SSNs, credit cards, IPs, addresses. Pay-per-call via x402 micropayments without API keys or signup.
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    Detects and redacts sensitive personal information such as names, emails, phone numbers, ID numbers, and locations in text before it is processed by AI agents, using configurable mask, hash, or remove strategies.
    1
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources