Skip to main content
Glama

maltego_generate_report

Read-onlyIdempotent

Generate a deterministic investigation report for an active graph, including executive summary, key findings, entity inventory, and suggested next steps. Returns markdown or HTML.

Instructions

Generate a deterministic investigation report for the active graph.

The report includes an executive summary, key findings (pivots), an entity inventory by type, relationship highlights, and suggested next steps. Returns the report text inline (use maltego_export_report to write it to a file).

Args: params (GenerateReportInput): - format (ReportFormat): 'markdown' (default) or 'html'.

Returns: str: The full report as Markdown or HTML text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds that the report is deterministic and lists the report content, which aligns with annotations. No contradictions, and it provides additional behavioral context.

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?

The description is well-structured with a clear opening sentence, bullet-like list of report contents, and a separate Args section. It is concise, front-loaded, and every sentence adds value.

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

Completeness5/5

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

Given the presence of an output schema (not shown but mentioned), the description still explains the return type ('str: The full report as Markdown or HTML text'). The single parameter is fully documented. The tool is simple and the description leaves no gaps.

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

Parameters4/5

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

Schema description coverage is 0% (per context), but the description includes an Args section explaining the 'format' parameter with default and enum values (markdown or html). This adds meaningful interpretation beyond the schema's property type.

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 deterministic investigation report for the active graph, listing components like executive summary and key findings. It distinguishes from sibling tool maltego_export_report by noting that this tool returns the report inline while the sibling writes to a file.

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 mentions an alternative (maltego_export_report) for writing to a file, providing usage context. It does not explicitly state when not to use this tool, but the context of report generation vs. file export is clear.

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/SulimanAbdulrazzaq/maltego-mcp'

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