M
memoket
/list_conversations
list conversations
[metadata_query] List recordings by time window / participants. Returns id, title, started_at, ended_at, duration_seconds, participants, language_code (no conte
liveunknown~5s typical
mcpmemoket
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-memoket-memoket /list_conversations for me.
Input
| Field | Type | Description |
|---|---|---|
| count | integer | page size (default 100, max 200) |
| desc | boolean | true = descending (default); false = ascending. |
| end_time | string | ISO 8601, filters on started_at |
| offset | integer | page offset; use the response's next_offset |
| order_by | string | duration_seconds | started_at | action_item_count — server sorts the whole window and retu |
| participant_names | array | Exact participant filter (may return 0 for un-tagged/anonymized people). |
| start_time | string | ISO 8601, filters on started_at |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-memoket-memoket","endpoint":"/list_conversations","input":{}}'cli
npx cracked-ai run -p mcp-ai-memoket-memoket -e /list_conversations -i '{}'mcp
run_tool({ provider: "mcp-ai-memoket-memoket", endpoint: "/list_conversations", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.