space_memories
Search and list memories within a space. Use a query to filter semantically or get all memories up to a limit.
Instructions
List or search memories within a context space.
Args:
space_id: The space ID to query.
query: Optional search query to filter memories semantically.
limit: Maximum number of memories to return (default 50).
Returns:
JSON string with memories in the space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| space_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |