Skip to main content
Glama

AIM-Guard-MCP

aim-security-prompt-tool

Enhance user prompts with tailored security instructions using customizable levels—basic, standard, or strict—to safeguard AI interactions through AIM-Guard-MCP.

Instructions

Security Prompt Enhancement Tool

Input Schema

NameRequiredDescriptionDefault
security_levelNoSecurity enhancement levelstandard
user_promptYesThe original user prompt to enhance with security instructions

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "security_level": { "default": "standard", "description": "Security enhancement level", "enum": [ "basic", "standard", "strict" ], "type": "string" }, "user_prompt": { "description": "The original user prompt to enhance with security instructions", "type": "string" } }, "required": [ "user_prompt" ], "type": "object" }

Other Tools from AIM-Guard-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/AIM-Intelligence/AIM-MCP'

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