Skip to main content
Glama

list_garak_probes

Retrieve a comprehensive list of available Garak probes and attacks for assessing LLM vulnerabilities. Identify potential attack vectors for robust testing and security analysis.

Instructions

List all available Garak attacks. Returns: list: A list of available probes / attacks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • MCP tool handler and registration for 'list_garak_probes'. This is the entry point for the tool, decorated with @mcp.tool(), which delegates to the GarakServer class method.
    @mcp.tool() def list_garak_probes(): """ List all available Garak attacks. Returns: list: A list of available probes / attacks. """ return GarakServer().list_garak_probes()
  • Core implementation logic within GarakServer class that runs the 'garak --list_probes' command using get_terminal_commands_output utility.
    def list_garak_probes(self): """ List all available Garak attacks. """ return get_terminal_commands_output(['garak', '--list_probes'])

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