Skip to main content
Glama

get_report

Retrieve the path to the report file generated from the last run, aiding in the analysis of LLM vulnerability scans with Garak-MCP.

Instructions

Get the report of the last run. Returns: str: The path to the report file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'get_report' MCP tool. It is registered via the @mcp.tool() decorator and simply returns the fixed path to the report file generated by previous runs.
    @mcp.tool() def get_report(): """ Get the report of the last run. Returns: str: The path to the report file. """ return os.path.join(os.path.dirname(os.path.dirname(__file__)), 'output', 'output.report.jsonl')

Other Tools

Related 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/EdenYavin/Garak-MCP'

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