upsert_entity
Create new entities or update existing ones in the SQLite Project Memory MCP server to maintain project memory, tasks, and metadata as a centralized source of truth.
Instructions
Create an entity if missing or merge updates into an existing entity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | ||
| entity_type | Yes | ||
| name | No | ||
| description | No | ||
| status | No | ||
| attributes | No | ||
| tags | No | ||
| replace_attributes | No | ||
| replace_tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||