list_memory_categories
List memory categories
Categories you can file a memory under, with the id each memory needs. Call this before add_memory and copy a real categoryId (or pass categoryName to match/create). Never invent category UUIDs.
Annotations
{
"title": "List memory categories",
"readOnlyHint": true,
"destructiveHint": false,
"openWorldHint": false,
"idempotentHint": true
}Input
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {},
"additionalProperties": false
}Auth
Bearer personal token (ml_…) or OAuth access token (mla_…). Memlane Pro and iCloud required.
Errors
- 401 missing or invalid credentials
- 403 account is not Pro or iCloud is not connected
- 429 rate limit
- Tool errors return isError text without a stack trace