Skip to main content
Glama

Garak-MCP

by EdenYavin

run_attack

Execute vulnerability scans on language models by specifying model type, model name, and probe. Identify potential risks and generate a list of vulnerabilities for analysis.

Instructions

Run an attack with the given model and probe which is a Garak attack. Args: model_type (str): The type of model to use. model_name (str): The name of the model to use. probe_name (str): The name of the attack / probe to use. Returns: list: A list of vulnerabilities.

Input Schema

NameRequiredDescriptionDefault
model_nameYes
model_typeYes
probe_nameYes

Input Schema (JSON Schema)

{ "properties": { "model_name": { "title": "Model Name", "type": "string" }, "model_type": { "title": "Model Type", "type": "string" }, "probe_name": { "title": "Probe Name", "type": "string" } }, "required": [ "model_type", "model_name", "probe_name" ], "title": "run_attackArguments", "type": "object" }
Install Server

Other Tools from Garak-MCP

Related Tools

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