Amazon Comprehend · Capability

Amazon Comprehend NLP Analysis

Workflow capability for natural language processing analysis including entity recognition, sentiment analysis, key phrase extraction, language detection, PII detection, and custom text classification. Used by data scientists and application developers to extract insights from unstructured text.

Run with Naftiko AmazonAWSNatural Language ProcessingNLPMachine LearningText AnalysisSentiment AnalysisEntity Recognition

What You Can Do

POST
Detect entities — Detect named entities in text.
/v1/analyze/entities
POST
Detect sentiment — Detect sentiment in text.
/v1/analyze/sentiment
POST
Detect key phrases — Extract key phrases from text.
/v1/analyze/key-phrases
POST
Detect language — Detect the dominant language of text.
/v1/analyze/language
POST
Detect pii — Detect PII entities in text.
/v1/analyze/pii
GET
List classifiers — List available document classifiers.
/v1/classify
POST
Batch detect entities — Detect entities in multiple documents.
/v1/batch/entities
POST
Batch detect sentiment — Detect sentiment in multiple documents.
/v1/batch/sentiment

MCP Tools

detect-entities

Detect named entities (people, places, organizations, dates) in text using Amazon Comprehend.

read-only
detect-sentiment

Analyze the sentiment of text (POSITIVE, NEGATIVE, NEUTRAL, or MIXED) using Amazon Comprehend.

read-only
detect-key-phrases

Extract key noun phrases from text using Amazon Comprehend.

read-only
detect-language

Detect the dominant language of input text using Amazon Comprehend.

read-only
detect-syntax

Analyze syntax and parts of speech in text using Amazon Comprehend.

read-only
detect-pii

Detect personally identifiable information (PII) entities in text using Amazon Comprehend.

read-only
batch-detect-entities

Detect entities in multiple text documents in one batch call.

read-only
batch-detect-sentiment

Detect sentiment in multiple text documents in one batch call.

read-only
list-classifiers

List custom document classifiers trained in Amazon Comprehend.

read-only
describe-classifier

Get properties and status of a specific document classifier.

read-only

APIs Used

comprehend