Skip to main content
Glama
offensive360

Offensive360 MCP Server

Official
by offensive360

o360_scan_path

Scan a local directory for security vulnerabilities using static analysis (SAST) from Offensive360. Upload code as a zip, get results with file/line, severity, and fixes for 60+ languages.

Instructions

Run an Offensive360 SAST scan on a local directory (60+ languages, taint/data-flow analysis). Uploads the directory as a zip, waits for the scan, and returns the findings with file/line, severity, and remediation guidance. Typical duration: 1–5 minutes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesAbsolute path of the directory to scan
excludeNoExtra directory names to exclude from the upload
project_nameNoProject name in the Offensive360 dashboard (default: directory name)
timeout_secondsNoMax seconds to wait (default 900)
Behavior3/5

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

With no annotations, the description carries the behavioral transparency burden. It discloses the upload, waiting, and returning of findings, plus typical duration, which gives a good sense of the operation. It does not mention potential side effects like data being sent to Offensive360 cloud or what happens on timeout, but the main behavior is transparent.

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

Conciseness5/5

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

Three sentences, front-loaded with the primary action, and each sentence adds value: what it does, how it works, and expected duration. There is no redundancy or irrelevant detail.

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?

The description covers the tool's purpose, process, output format, and timing, which is sufficient for a scanning tool. Given the schema fully documents parameters and the description explains the workflow, it is quite complete. It could optionally mention the sibling tool for status checks, but that's not essential.

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?

All four parameters are already described in the schema (path, exclude, project_name, timeout_seconds), so the description doesn't need to add much. The description itself does not elaborate on parameter formats or default behavior beyond what the schema provides, so it meets the baseline without adding extra value.

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 the tool runs an Offensive360 SAST scan on a local directory, listing capabilities (60+ languages, taint/data-flow analysis) and expected output (findings with file/line, severity, remediation). It distinguishes from sibling o360_scan_status by describing the scan-trigger behavior rather than status checking.

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?

The description gives context on what the tool does (uploads zip, waits, returns findings) and typical duration, which implies it's for running a full scan. However, it does not explicitly mention when to use this tool versus o360_scan_status, nor any prerequisites or exclusions for using this tool.

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/offensive360/mcp-server'

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