Skip to main content
Glama

MCP PII Tools

by czangyeob

mcp_batch_process

Process multiple texts simultaneously to detect, anonymize, encrypt, or decrypt personally identifiable information using advanced cryptographic methods.

Instructions

MCP Tool: 여러 텍스트 일괄 처리 Args: texts (List[str]): 처리할 텍스트 리스트 Returns: Dict[str, Any]: 일괄 처리 결과

Input Schema

NameRequiredDescriptionDefault
textsYes

Input Schema (JSON Schema)

{ "properties": { "texts": { "items": { "type": "string" }, "title": "Texts", "type": "array" } }, "required": [ "texts" ], "title": "mcp_batch_processArguments", "type": "object" }

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/czangyeob/mcp-pii-tools'

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