Skip to main content
Glama

arsenal

Look up bypass techniques when a security control blocks a hunt. Search by vulnerability class or query across reference pages.

Instructions

Consult Novelty's arsenal — a HackTricks-style bypass/technique reference — when a hunt is blocked by a control. Pull a class page or search all pages. Args: vuln_class: one of sqli, xss, idor-bola-bfla, auth-jwt, rce, ssrf, traversal, logic, waf (aliases like "idor","jwt","lfi" also work) query: free-text search across the arsenal if you don't know the class Call with neither to list the available pages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo
vuln_classNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the burden of explaining behavior. It describes the two modes (pull a class page or search) and the default behavior of listing pages with no args. It's clearly a read-only lookup, and the description adds context 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?

The description is efficient and front-loaded with the main purpose. The args list is well-structured and every sentence provides useful information. Slightly longer than necessary but still appropriately sized for the amount of guidance offered.

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

Completeness4/5

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

Given the tool's simplicity and the presence of an output schema, the description covers the essential context: when to use it, what parameters mean, and what to do when uncertain. It doesn't need to explain return values because the output schema exists. Slightly more detail on the type of content in the arsenal could push it to a 5.

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

Parameters5/5

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

Schema coverage is 0%, but the description fully compensates. It enumerates valid values for vuln_class, notes aliases, explains query as free-text search, and clarifies the behavior when neither parameter is provided. This goes well beyond the bare schema.

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

Purpose5/5

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

The description clearly states it's a bypass/technique reference to consult when a hunt is blocked, with a specific verb 'Consult' and a named resource 'Novelty's arsenal'. It distinguishes itself from sibling tools by being a knowledge-base lookup rather than an active scan or request tool.

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

Usage Guidelines4/5

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

Provides explicit usage context ('when a hunt is blocked by a control') and offers conditional guidance ('if you don't know the class' use query, 'call with neither' to list pages). Lacks explicit mention of alternatives or when not to use, so not a full 5.

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/GOJO-SENPA1/novelty'

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