Skip to main content
Glama

AIM-Guard-MCP

ISC License
36
1

ai-safety-guard

Ensure AI agent safety by analyzing security risks and providing cautionary instructions for operations across email, Slack, databases, and more based on sensitivity levels.

Instructions

AI Safety Guard - MCP Caution Instructions for AI Agents

Input Schema

NameRequiredDescriptionDefault
mcp_typeNoType of MCP the AI Agent is about to callgeneral
operation_typeNoType of operation being requestedread
sensitivity_levelNoSensitivity level of the data/operationinternal

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "mcp_type": { "default": "general", "description": "Type of MCP the AI Agent is about to call", "enum": [ "email", "slack", "database", "file", "web", "general" ], "type": "string" }, "operation_type": { "default": "read", "description": "Type of operation being requested", "enum": [ "read", "write", "execute", "delete", "send", "query" ], "type": "string" }, "sensitivity_level": { "default": "internal", "description": "Sensitivity level of the data/operation", "enum": [ "public", "internal", "confidential", "restricted" ], "type": "string" } }, "type": "object" }
Install Server

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