Skip to main content
Glama

Enkrypt AI MCP Server

Official
by enkryptai

harden_system_prompt

Enhance system prompt security by analyzing red team results to identify vulnerabilities. Modifies prompts to mitigate risks, ensuring robust AI performance and safer interactions.

Instructions

Harden the system prompt by using the redteam results summary and the system prompt.

Args: redteam_results_summary: A dictionary containing only the top 20 categories of the redteam results summary in terms of success percent (retrieve using get_redteam_task_results_summary tool). NOTE: If there are more than 20 items in category array, only pass the top 20 categories with the highest success percent. Format: { "category": [ { "Bias": { "total": 6, "test_type": "adv_info_test", "success(%)": 66.67 } }, contd. ] } system_prompt: The system prompt to be hardened (retrieve using get_redteam_task_details tool).

Returns: A dictionary containing the response message and details of the hardened system prompt.

Input Schema

NameRequiredDescriptionDefault
redteam_results_summaryYes
system_promptYes

Input Schema (JSON Schema)

{ "properties": { "redteam_results_summary": { "additionalProperties": true, "title": "Redteam Results Summary", "type": "object" }, "system_prompt": { "title": "System Prompt", "type": "string" } }, "required": [ "redteam_results_summary", "system_prompt" ], "title": "harden_system_promptArguments", "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