Skip to main content
Glama

mcp-memory-libsql

create_entities

Generate new entities with observations and optional embeddings for semantic search and efficient entity management in a libSQL-powered memory system.

Instructions

Create new entities with observations and optional embeddings

Input Schema

NameRequiredDescriptionDefault
entitiesYes

Input Schema (JSON Schema)

{ "properties": { "entities": { "items": { "properties": { "embedding": { "description": "Optional vector embedding for similarity search", "items": { "type": "number" }, "type": "array" }, "entityType": { "type": "string" }, "name": { "type": "string" }, "observations": { "items": { "type": "string" }, "type": "array" } }, "required": [ "name", "entityType", "observations" ], "type": "object" }, "type": "array" } }, "required": [ "entities" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-memory-libsql

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/spences10/mcp-memory-libsql'

If you have feedback or need assistance with the MCP directory API, please join our Discord server