Skip to main content
Glama
oguzhantopcu0

wardcat-mcp

scan

Read-only

Detect PII in text, return sanitized text and a PII-free summary of violations. Supports custom entity types or all enabled filters for on-prem detection.

Instructions

Detect PII in text and return the sanitized text plus a PII-free summary.

The violations summary never contains raw sensitive values — only entity types, the action applied, and confidence — so it is always safe to log. sanitized_text echoes the original text only when the server's action is warn (which reports without altering); for redact/mask/hash the sensitive values are removed.

Pass entities to narrow this call to a subset of the server's enabled types (e.g. ["EMAIL", "IBAN"]); omit it to apply every enabled filter. Requesting a type the server didn't enable is an error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
entitiesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
is_cleanYes
warningsYes
violationsYes
sanitized_textYes
violation_countYes
Behavior4/5

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

Describes the output structure in detail: 'violations' summary never contains raw values, 'sanitized_text' behavior varies by action (warn vs redact/mask/hash). No contradiction with readOnlyHint annotation since the tool appears to be a pure computation returning results without side effects.

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

Conciseness3/5

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

The description is three paragraphs and somewhat verbose. Some sentences (e.g., about server actions) could be condensed. It contains necessary detail but would benefit from tighter phrasing.

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

Completeness4/5

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

Given the presence of an output schema and annotations, the description covers all essential aspects: purpose, parameters, output details, and safe-to-log summary. It is sufficiently complete for the agent to use the tool correctly.

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

Parameters5/5

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

Schema description coverage is 0%, but the description fully explains both parameters: 'text' is the input, and 'entities' is an optional array to specify PII types, with clear behavior when omitted vs when a disabled type is requested. This adds essential meaning beyond the schema.

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 clearly states it detects PII in 'text' and returns sanitized text plus a PII-free summary. Verb and resource are specific, and it distinguishes from sibling tools like 'redact' (which likely just redacts without summary) and 'is_sensitive' (which probably returns a boolean).

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

Usage Guidelines4/5

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

Provides clear guidance on when to use the 'entities' parameter and that omitting it applies all enabled filters. Also warns that requesting an unenabled type is an error. However, it does not explicitly contrast with sibling tools to help decide between scan, redact, or is_sensitive.

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

Install Server

Other Tools

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/oguzhantopcu0/wardcat-mcp'

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