Skip to main content
Glama

mcp-adr-analysis-server

by tosin2013

configure_output_masking

Enables or adjusts content masking in MCP outputs to protect sensitive data. Choose masking strategies like full, partial, or custom patterns and manage settings via get, set, or reset actions.

Instructions

Configure content masking for all MCP outputs

Input Schema

NameRequiredDescriptionDefault
actionNoConfiguration actionget
customPatternsNoCustom patterns to mask
enabledNoEnable or disable output masking
strategyNoMasking strategy to use

Input Schema (JSON Schema)

{ "properties": { "action": { "default": "get", "description": "Configuration action", "enum": [ "get", "set", "reset" ], "type": "string" }, "customPatterns": { "description": "Custom patterns to mask", "items": { "type": "string" }, "type": "array" }, "enabled": { "description": "Enable or disable output masking", "type": "boolean" }, "strategy": { "description": "Masking strategy to use", "enum": [ "full", "partial", "placeholder", "environment" ], "type": "string" } }, "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