search_sessions
Find sessions by message content. Search full-text to retrieve matching sessions ranked by relevance, optionally filtered by status.
Instructions
Search across all sessions by message content.
Uses FTS5 full-text search to find sessions matching the query.
Args: query: Search query (supports FTS5 syntax) status: Filter by session status (optional) limit: Max results (default 20)
Returns: Dict with matching sessions ranked by relevance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| status | No | ||
| agent_id | Yes |