Skip to main content
Glama

Enkrypt AI MCP Server

Official
by enkryptai

use_policy_to_detect

Detect policy violations in text by applying named policies. This tool analyzes input text against specified rules, returning detailed detection results for compliance and safety checks.

Instructions

Use a policy to detect violations in the provided text.

Args: policy_name: The name of the policy to use for detection. text: The text to check for policy violations.

Returns: A dictionary containing the response message and details of the detection.

Input Schema

NameRequiredDescriptionDefault
policy_nameYes
textYes

Input Schema (JSON Schema)

{ "properties": { "policy_name": { "title": "Policy Name", "type": "string" }, "text": { "title": "Text", "type": "string" } }, "required": [ "policy_name", "text" ], "title": "use_policy_to_detectArguments", "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