Skip to main content
Glama

mcp-adr-analysis-server

by tosin2013

validate_content_masking

Verify correct application of content masking by comparing original and masked inputs to ensure data protection and compliance.

Instructions

Validate that content masking was applied correctly

Input Schema

NameRequiredDescriptionDefault
maskedContentYesContent after masking
originalContentYesOriginal content before masking

Input Schema (JSON Schema)

{ "properties": { "maskedContent": { "description": "Content after masking", "type": "string" }, "originalContent": { "description": "Original content before masking", "type": "string" } }, "required": [ "originalContent", "maskedContent" ], "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