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": "%",
- "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 / limit
Removed value: -{
- "default": 0,
- "description": "Maximum number of results to return.",
- "title": "Limit",
- "type": "integer"
-}
changedInput schema / properties / max_items / description
Previous value: -"Maximum number of memory items to include."New value: +"Maximum memories rendered in the context pack."
removedInput schema / properties / max_items / title
Removed value: -"Max Items"
changedInput schema / properties / max_tokens / description
Previous value: -"Approximate maximum response size."New value: +"Approximate token budget for the rendered context pack."
removedInput schema / properties / max_tokens / title
Removed value: -"Max Tokens"
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 / output_json
Removed value: -{
- "default": false,
- "description": "Return a machine-readable JSON response instead of a human-readable summary.",
- "title": "Output Json",
- "type": "boolean"
-}
removedInput schema / properties / path_filter
Removed value: -{
- "default": "%",
- "description": "Memory path filter; % matches all paths.",
- "title": "Path Filter",
- "type": "string"
-}
removedInput schema / properties / prefer_working
Removed value: -{
- "default": true,
- "description": "Whether to prioritize working/session-state memories in retrieval.",
- "title": "Prefer Working",
- "type": "boolean"
-}
changedInput schema / properties / query / description
Previous value: -"Natural-language question or search text."New value: +"Natural-language query used to rank memories for the context pack."
removedInput schema / properties / query / title
Removed value: -"Query"
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 / team_id
Removed value: -{
- "default": "",
- "description": "Optional team/workspace identifier for team-scoped memory access.",
- "title": "Team Id",
- "type": "string"
-}
removedInput schema / title
Removed value: -"recall_contextArguments"
removedOutput schema / properties / result / title
Removed value: -"Result"
removedOutput schema / title
Removed value: -"recall_contextOutput"