Skip to main content
Glama

Enkrypt AI MCP Server

Official
by enkryptai

get_model_details

Retrieve detailed information about a specific AI model using its saved name and version for red-teaming tasks and safety analysis.

Instructions

Retrieve details of a specific model using its saved name.

Args: model_saved_name: The name under which the model is saved. model_version: The version of the model to be used for the redteam task. Returns: A dictionary containing the details of the model.

Input Schema

NameRequiredDescriptionDefault
model_saved_nameYes
model_versionYes

Input Schema (JSON Schema)

{ "properties": { "model_saved_name": { "title": "Model Saved Name", "type": "string" }, "model_version": { "title": "Model Version", "type": "string" } }, "required": [ "model_saved_name", "model_version" ], "title": "get_model_detailsArguments", "type": "object" }

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/enkryptai/enkryptai-mcp-server'

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