Omi MCP Server

by fourcolors
Verified

read_omi_conversations

Retrieve user conversations from Omi with pagination and filtering by status, user ID, or inclusion of discarded data for efficient data management.

Instructions

Retrieves user conversations from Omi with pagination and filtering options

Input Schema

NameRequiredDescriptionDefault
include_discardedNoWhether to include discarded conversations (default: false)
limitNoMaximum number of conversations to return (max: 1000, default: 100)
offsetNoNumber of conversations to skip for pagination (default: 0)
statusesNoComma-separated list of statuses to filter conversations by
user_idYesThe user ID to fetch conversations for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "include_discarded": { "description": "Whether to include discarded conversations (default: false)", "type": "boolean" }, "limit": { "description": "Maximum number of conversations to return (max: 1000, default: 100)", "type": "number" }, "offset": { "description": "Number of conversations to skip for pagination (default: 0)", "type": "number" }, "statuses": { "description": "Comma-separated list of statuses to filter conversations by", "type": "string" }, "user_id": { "description": "The user ID to fetch conversations for", "type": "string" } }, "required": [ "user_id" ], "type": "object" }

You must be authenticated.

Other Tools from Omi MCP Server

Related Tools

ID: efcsjcmagw