upsert_entity
Create or update a semantic entity (person, project, tool, system, concept) with a unique ID, type, display name, and optional summary, returning the entity ID.
Instructions
Create or update a semantic entity (person, project, tool, etc.).
Args:
entity_id: Unique ID for the entity.
entity_type: Type (person, project, tool, system, concept).
name: Display name.
summary: Brief description.
Returns:
The entity ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| summary | No | ||
| entity_id | Yes | ||
| entity_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |