Skip to main content
Glama

mcp-adr-analysis-server

by tosin2013

analyze_content_security

Detect sensitive information in content using AI-powered analysis. Supports code, documentation, logs, and user-defined patterns for comprehensive security checks.

Instructions

Analyze content for sensitive information using AI-powered detection

Input Schema

NameRequiredDescriptionDefault
contentYesContent to analyze for sensitive information
contentTypeNoType of content being analyzedgeneral
userDefinedPatternsNoUser-defined sensitive patterns to detect

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content to analyze for sensitive information", "type": "string" }, "contentType": { "default": "general", "description": "Type of content being analyzed", "enum": [ "code", "documentation", "configuration", "logs", "general" ], "type": "string" }, "userDefinedPatterns": { "description": "User-defined sensitive patterns to detect", "items": { "type": "string" }, "type": "array" } }, "required": [ "content" ], "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