Skip to main content
Glama

tools_sqlmap

Execute SQL injection scans with configurable techniques, levels, and risk. Enumerate databases, tables, and dump data from target URLs.

Instructions

Execute SQLmap SQL injection scanner.

Args: url: Target URL with parameter(s) data: POST data string additional_args: Extra sqlmap arguments technique: SQL injection techniques to test (e.g., 'BEUSTQ') level: Level of tests to perform, 1-5 (default: 1) risk: Risk of tests to perform, 1-3 (default: 1) dbs: Enumerate DBMS databases (default: False) tables: Enumerate DBMS database tables (default: False) dump: Dump DBMS database table entries (default: False)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dbsNo
urlYes
dataNo
dumpNo
riskNo
levelNo
tablesNo
techniqueNo
additional_argsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It fails to mention that sqlmap can be destructive, requires network access, or what the output format is. The description only lists parameters without explaining tool behavior or side effects.

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 front-loaded with the purpose and then lists parameters in a clear, structured block. Though somewhat lengthy, it is efficiently organized and each line adds value.

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

Completeness2/5

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

Given the tool's complexity (9 parameters, no annotations) and the presence of an output schema, the description lacks completeness. It does not explain behavioral aspects like destructiveness, return value format, or best practices, leaving gaps for safe and effective use.

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?

The input schema has 0% description coverage, so the description must compensate. It provides brief explanations for each parameter (e.g., 'Target URL with parameter(s)'), which adds meaning beyond the bare schema. However, the explanations are minimal and could be more detailed.

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 explicitly states 'Execute SQLmap SQL injection scanner,' which is a clear verb+resource combination. The tool's purpose is distinct from sibling tools like nmap or amass, making it easy for an agent to select it for SQL injection scanning.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use sqlmap versus other SQL injection tools or under what conditions. It lacks context on prerequisites, when not to use it, or alternatives, leaving the agent without usage instructions.

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/zebbern/zebbern-kali-mcp'

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