create_omi_conversation
Generate Omi conversations by inputting text, metadata, and optional geolocation. Designed for AI assistants to store and manage user interactions via the Omi MCP Server.
Instructions
Creates a new Omi conversation with text content and metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
finished_at | No | When the conversation/event ended in ISO 8601 format. Optional. | |
geolocation | No | Location data for the conversation. Optional object containing latitude and longitude. | |
language | No | Language code (e.g., "en" for English). Optional, defaults to "en". | en |
started_at | No | When the conversation/event started in ISO 8601 format. Optional. | |
text | Yes | The full text content of the conversation | |
text_source | Yes | Source of the text content. Required. Options: "audio_transcript", "message", "other_text". | |
text_source_spec | No | Additional specification about the source. Optional. | |
user_id | Yes | The user ID to create the conversation for |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Omi MCP Server
Related Tools
- @fourcolors/omi-mcp
- @aurda012/cursor10x-mcp
- @fourcolors/omi-mcp
- @fourcolors/omi-mcp
- @pyroprompts/any-chat-completions-mcp