API Migration Guide

Supported legacy calls and their consolidated operation equivalents

How it works

Each new tool accepts an operation parameter that routes to the specific function. Legacy tool calls are automatically forwarded with a deprecation notice in the response.

Before (legacy):

store_memory({
  content: "Auth uses JWT 15min expiry",
  category: "facts"
})

After (consolidated):

memory({
  operation: "create",
  content: "Auth uses JWT 15min expiry",
  category: "facts"
})

Complete Migration Map

Legacy ToolNew ToolOperation
store_memorymemorycreate
get_memorymemoryget
update_memorymemoryupdate
delete_memorymemorydelete
list_memoriesmemorylist
list_personal_memoriesmemorylist_personal
set_memory_visibilitymemoryset_visibility
ingest_documentmemoryingest
search_memorysearchquery
enhanced_searchsearchsmart
find_similar_memoriessearchsimilar
get_statsstatsusage
get_embedding_statsstatsembeddings
get_memory_insightsstatsinsights
get_predictive_analyticsstatspredictions
list_contextscontextlist
create_contextcontextcreate
search_contextcontextsearch
add_memory_to_contextcontextadd_memory
create_snapshotsnapshotcreate
get_snapshotsnapshotget
list_snapshotssnapshotlist
get_memory_graphgraphget
generate_context_graphgraphgenerate
infer_memory_relationshipsgraphinfer
detect_contradictionscontradictionsdetect
search_at_timetemporalsearch
get_memory_historytemporalhistory
classify_query_intentclassifyintent