memoket
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

FieldTypeDescription
countintegerpage size (default 100, max 200)
descbooleantrue = descending (default); false = ascending.
end_timestringISO 8601, filters on started_at
offsetintegerpage offset; use the response's next_offset
order_bystringduration_seconds | started_at | action_item_count — server sorts the whole window and retu
participant_namesarrayExact participant filter (may return 0 for un-tagged/anonymized people).
start_timestringISO 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.