Skip to main content
Glama
egoughnour
by egoughnour

firewall_record_delta

Report code near-misses to improve the Code Firewall MCP's threat detection by submitting legitimate variants or new dangerous patterns for classifier training.

Instructions

Record a near-miss variant to help sharpen the classifier.

Use this when code is similar to a blacklisted pattern but represents a legitimate use case, or when a new variant of a dangerous pattern is discovered.

Args: file_path: Path to code file code: Code string (alternative to file_path) similar_to: Pattern ID this is similar to notes: Notes about why this is being recorded language: Programming language

Returns: {"status": "recorded", "delta_id": str}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathNo
codeNo
similar_toNo
notesNo
languageNopython

Latest Blog Posts

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/egoughnour/code-firewall-mcp'

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