get_knowledge_entity
Retrieve a specific knowledge graph entity with all its properties by providing the entity type and ID, enabling detailed access to structured knowledge data.
Instructions
Get a single entity by type and ID, with all properties.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_code | Yes | Project code — from list_knowledge_projects | |
| entity_type | Yes | Entity type (e.g., 'Topic', 'Article') | |
| entity_id | Yes | Entity ID | |
| environment | No | staging |