Skip to main content
Glama

mcp-adr-analysis-server

by tosin2013

generate_content_masking

Mask sensitive content in text or code by generating custom masking instructions. Specify content, detected items, and masking strategy to ensure data protection and compliance.

Instructions

Generate masking instructions for detected sensitive content

Input Schema

NameRequiredDescriptionDefault
contentYesContent to mask
detectedItemsYesDetected sensitive items to mask
maskingStrategyNoStrategy for masking contentfull

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content to mask", "type": "string" }, "detectedItems": { "description": "Detected sensitive items to mask", "items": { "properties": { "content": { "type": "string" }, "endPosition": { "type": "number" }, "severity": { "type": "string" }, "startPosition": { "type": "number" }, "type": { "type": "string" } }, "type": "object" }, "type": "array" }, "maskingStrategy": { "default": "full", "description": "Strategy for masking content", "enum": [ "full", "partial", "placeholder", "environment" ], "type": "string" } }, "required": [ "content", "detectedItems" ], "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/tosin2013/mcp-adr-analysis-server'

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