Omi MCP Server

by fourcolors
Verified

create_omi_memories

Generate structured memories from text or explicit memory objects for a user using the Omi MCP Server. Ideal for organizing and extracting meaningful information from emails, social posts, or other sources.

Instructions

Creates Omi memories by extracting from text or using explicit memory objects

Input Schema

NameRequiredDescriptionDefault
memoriesNoAn array of explicit memory objects to be created directly. Either this or text must be provided.
textNoThe text content from which memories will be extracted. Either this or memories must be provided.
text_sourceNoSource of the text content. Optional. Options: "email", "social_post", "other".
text_source_specNoAdditional specification about the source. Optional.
user_idYesThe user ID to create memories for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "memories": { "description": "An array of explicit memory objects to be created directly. Either this or text must be provided.", "items": { "additionalProperties": false, "properties": { "content": { "description": "The content of the memory. Required.", "type": "string" }, "tags": { "description": "Optional tags for the memory.", "items": { "description": "A tag for the memory.", "type": "string" }, "type": "array" } }, "required": [ "content" ], "type": "object" }, "type": "array" }, "text": { "description": "The text content from which memories will be extracted. Either this or memories must be provided.", "type": "string" }, "text_source": { "description": "Source of the text content. Optional. Options: \"email\", \"social_post\", \"other\".", "enum": [ "email", "social_post", "other" ], "type": "string" }, "text_source_spec": { "description": "Additional specification about the source. Optional.", "type": "string" }, "user_id": { "description": "The user ID to create memories for", "type": "string" } }, "required": [ "user_id" ], "type": "object" }

You must be authenticated.

Other Tools from Omi MCP Server

Related Tools

ID: efcsjcmagw