addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / agent_id
Removed value: -{
- "default": "",
- "description": "Optional client-supplied agent label for memory attribution.",
- "title": "Agent Id",
- "type": "string"
-}
removedInput schema / properties / agent_instance_id
Removed value: -{
- "default": "",
- "description": "Optional stable, non-secret agent instance ID for per-client attribution.",
- "title": "Agent Instance Id",
- "type": "string"
-}
removedInput schema / properties / bucket
Removed value: -{
- "default": "public",
- "description": "Memory bucket or namespace to read from or write to; use % only for tools that support wildcard reads.",
- "title": "Bucket",
- "type": "string"
-}
removedInput schema / properties / confidence
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Confidence score for the saved or updated memory, from 0.0 to 1.0.",
- "title": "Confidence"
-}
addedInput schema / properties / create_project
Added value: +{
+ "default": false,
+ "description": "Create a missing formal project from a valid Projects / <Project Name> path. Defaults to false; enable only when the user explicitly asks.",
+ "title": "Create Project",
+ "type": "boolean"
+}
removedInput schema / properties / dedupe
Removed value: -{
- "default": true,
- "description": "Whether to check for and merge likely duplicate memories before saving.",
- "title": "Dedupe",
- "type": "boolean"
-}
removedInput schema / properties / device_id
Removed value: -{
- "default": "",
- "description": "Optional client-supplied device identifier for attribution.",
- "title": "Device Id",
- "type": "string"
-}
removedInput schema / properties / device_label
Removed value: -{
- "default": "",
- "description": "Optional human-readable device label for attribution.",
- "title": "Device Label",
- "type": "string"
-}
removedInput schema / properties / embedding_json
Removed value: -{
- "default": "",
- "description": "Optional JSON array or object containing a precomputed embedding; leave blank for normal use.",
- "title": "Embedding Json",
- "type": "string"
-}
removedInput schema / properties / expires_at
Removed value: -{
- "default": "",
- "description": "Optional ISO 8601 expiration timestamp for the memory.",
- "title": "Expires At",
- "type": "string"
-}
removedInput schema / properties / importance
Removed value: -{
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Importance score for the saved or updated memory, from 0.0 to 1.0.",
- "title": "Importance"
-}
removedInput schema / properties / memory_id
Removed value: -{
- "default": "",
- "description": "Exact XMemo memory reference shown by search or recall.",
- "title": "Memory Id",
- "type": "string"
-}
removedInput schema / properties / memory_type
Removed value: -{
- "default": "auto",
- "description": "Memory type/category filter or value, such as episodic, identity, procedural, semantic, working, auto, or %.",
- "title": "Memory Type",
- "type": "string"
-}
removedInput schema / properties / metadata_json
Removed value: -{
- "default": "{}",
- "description": "Optional JSON object string with extra metadata for the operation.",
- "title": "Metadata Json",
- "type": "string"
-}
removedInput schema / properties / provenance_json
Removed value: -{
- "default": "{}",
- "description": "Optional JSON object string describing memory source, evidence, or attribution.",
- "title": "Provenance Json",
- "type": "string"
-}
removedInput schema / properties / scope
Removed value: -{
- "default": "",
- "description": "Optional scope that narrows memory access; leave blank for the token default.",
- "title": "Scope",
- "type": "string"
-}
removedInput schema / properties / semantic_key
Removed value: -{
- "default": "",
- "description": "Optional stable semantic key used to identify or upsert a memory concept.",
- "title": "Semantic Key",
- "type": "string"
-}
removedInput schema / properties / team_id
Removed value: -{
- "default": "",
- "description": "Optional team/workspace identifier for team-scoped memory access.",
- "title": "Team Id",
- "type": "string"
-}