Skip to main content
Glama
arshabmohan03-hash

Talos MCP Server

Generate Security Report

generate_security_report
Read-only

Generate a unified security report by scanning a website, looking up CVEs, researching threats, and optionally analyzing authentication logs for vulnerabilities.

Instructions

Generate a consolidated Talos security report from website scan, CVEs, research, and optional auth-log analysis. By default this ONLY returns the report. Do not email, forward, or send it unless the user explicitly asks for email/send/forward/share, or send_email is true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoRecipient email, used only when send_email is true.
titleNoOptional report title.
targetNoOptional website or URL to scan. If omitted, no website scan is run.
productNoOptional product/software name for CVE lookup, for example nginx.
versionNoOptional product version for CVE lookup, for example 1.18.0.
thresholdNoFailed-attempt threshold for auth log analysis.
send_emailNoOnly send the report by email when this is explicitly true. Defaults to false.
auth_log_pathNoOptional auth log path if analyze_auth_log is true.
research_queryNoOptional research query. If omitted and target/product exists, Talos builds a security query.
analyze_auth_logNoAnalyze the bundled auth log too. Defaults to false.
include_researchNoInclude academic research citations. Defaults to true.
Behavior1/5

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

Annotation readOnlyHint=true contradicts the description, which allows sending email when send_email is true. This is a serious inconsistency. The description does disclose the email behavior, but the contradiction undermines trust.

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?

Two sentences with no wasted words: first states the tool's core function, second adds an essential behavioral constraint. Front-loaded and 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 11 parameters and no output schema, the description could elaborate more on report format or return structure. It covers default behavior and email caveat, but lacks details on what the report contains or how it is returned.

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 coverage is 100%, so baseline is 3. The description does not add significant meaning beyond the schema; the key behavioral constraint (default no email) is only partially parameter-related.

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 generates a consolidated Talos security report from multiple sources (website scan, CVEs, research, auth-log analysis). It distinguishes from sibling tools like send_report_email and run_security_tool by specifying its unique scope and default return-only behavior.

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?

The description explicitly says 'By default this ONLY returns the report. Do not email... unless the user explicitly asks or send_email is true.' This provides clear usage context and when-not-to-use guidance. However, it does not name alternative tools for email functionality.

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/arshabmohan03-hash/talos-mcp-server'

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