space_memories
List or search memories in a context space with optional semantic filtering. Returns up to 50 memories.
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 |
|---|---|---|---|
| space_id | Yes | ||
| query | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |