extract_entities
Extract people, organizations, technologies, projects, and relationships from any text using NLP. Identify key entities and keywords to structure unstructured content for knowledge graphs.
Instructions
Extract named entities and relationships from text using NLP. Identifies people, organizations, technologies, and projects. Also extracts relationships (WORKS_FOR, USES, etc.) and keywords. Requires enhanced intelligence mode. Read-only, stateless. Returns: {people[], organizations[], technologies[], projects[], relationships[], keywords[]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Input text to analyze. Longer text yields more entities. Supports natural language, code comments, or structured text. |