Skip to main content
Glama
crunchtools

io.github.crunchtools/airlock

Official
by crunchtools

deep_scan_content_tool

Analyze raw text content with deep security scanning using L2 classifier and L3 Q-Agent for semantic threat detection. Cross-reference with scan_content.

Instructions

Deep security scan on inline content. L2/L3 analyze raw unsanitized content.

L1 runs for stats reporting, but L2 classifier and L3 Q-Agent receive the original content for full semantic analysis. Higher risk of Q-Agent compromise but better detection.

IMPORTANT: Cross-reference results with scan_content for a complete assessment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesRaw text content to scan
content_typeNoMIME type — text/plain (default), text/html, or text/markdowntext/plain

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

In the absence of annotations, description discloses important behavioral traits: L1 for stats, L2/L3 analyze raw content, and higher risk of Q-Agent compromise. This adds transparency beyond the schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is concise with only a few sentences, each adding value. Could be slightly more streamlined, but overall efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given output schema exists, return values are covered externally. Description covers key behavioral aspects but omits error conditions or prerequisites. Adequate for a simple tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so schema already documents both parameters. The description adds minimal new meaning beyond noting content is 'raw unsanitized', so baseline score 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it performs a deep security scan on inline content, mentioning L1/L2/L3 levels and distinguishing from scan_content via cross-reference. However, it could more explicitly differentiate from similar sibling tools like quarantine_scan_tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides context about L1/L2/L3 behavior and advises cross-referencing with scan_content for completeness, but lacks explicit when-to-use or when-not-to-use guidance relative to alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/crunchtools/mcp-trentina'

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