addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / bucket
Removed value: -{
- "default": "",
- "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"
-}
removedInput schema / properties / detect_conflicts
Removed value: -{
- "default": true,
- "description": "Whether to detect possible conflicts with existing memories during an update.",
- "title": "Detect Conflicts",
- "type": "boolean"
-}
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"
-}
changedInput schema / properties / memory_type / description
Previous value: -"Memory type/category filter or value, such as episodic, identity, procedural, semantic, working, auto, or %."New value: +"Optional memory type/category for user-facing updates, such as semantic, episodic, or procedural."
removedInput schema / properties / merge_metadata
Removed value: -{
- "default": true,
- "description": "Whether to merge new metadata with existing metadata instead of replacing it.",
- "title": "Merge Metadata",
- "type": "boolean"
-}
removedInput schema / properties / merge_provenance
Removed value: -{
- "default": true,
- "description": "Whether to merge new provenance with existing provenance instead of replacing it.",
- "title": "Merge Provenance",
- "type": "boolean"
-}
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 / status
Removed value: -{
- "default": "",
- "description": "Memory status filter or update value, such as active, archived, deleted, or %.",
- "title": "Status",
- "type": "string"
-}
removedInput schema / properties / supersession_reason
Removed value: -{
- "default": "",
- "description": "Reason the updated memory supersedes older content.",
- "title": "Supersession Reason",
- "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"
-}