Skip to main content
Glama

Garak-MCP

by EdenYavin

list_models

Retrieve available models by type (ollama, openai, huggingface, ggml) for use as attack or target models in Garak-MCP's LLM vulnerability scanner.

Instructions

List all available models for a given model type. Those models can be used for the attack and target models. Args: model_type (str): The type of model to list (ollama, openai, huggingface, ggml) Returns: list[str]: A list of available models.

Input Schema

NameRequiredDescriptionDefault
model_typeYes

Input Schema (JSON Schema)

{ "properties": { "model_type": { "title": "Model Type", "type": "string" } }, "required": [ "model_type" ], "title": "list_modelsArguments", "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