Skip to main content
Glama

analyze_text

Detect Personally Identifiable Information (PII) in text to identify sensitive data like names, emails, phone numbers, and addresses for data privacy protection.

Instructions

Analyze text to detect PII entities. Args: text: The text to analyze for PII language: Language code (default: "en") entities: List of entity types to detect (default: all). Examples: PERSON, EMAIL_ADDRESS, PHONE_NUMBER, CREDIT_CARD, LOCATION, DATE_TIME, etc. score_threshold: Minimum confidence score (0.0-1.0) for detection (default: 0.0) return_decision_process: Include detailed decision process in results (default: False) Returns: JSON string with detected PII entities including type, location, and confidence score

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
languageNoen
entitiesNo
score_thresholdNo
return_decision_processNo

Latest Blog Posts

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/cmalpass/mcp-presidio'

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