analyze_content
Extract NLP metrics from text including language, sentiment, topics, entities, and readability for content auditing and classification.
Instructions
Use this when you need NLP metrics for text — language detection, sentiment, topic extraction, entity recognition, readability score. Good for content auditing and classification. Example: analyze_content({text: "..article text..", options: {extractTopics: true, includeSentiment: true}})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text content to analyze | |
| options | No | Analysis options |