search_meetings
Search meeting notes using keywords, with optional filters for date range and attendee to quickly locate relevant information.
Instructions
Search meeting notes by keyword or phrase.
Args: query: Search query (keywords or phrase) limit: Maximum results to return (default: 10) date_from: Filter by start date (YYYY-MM-DD) date_to: Filter by end date (YYYY-MM-DD) attendee: Filter by attendee name or email ctx: MCP context
Returns: Search results with matching documents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No | ||
| date_from | No | ||
| date_to | No | ||
| attendee | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| total_results | Yes | ||
| results | Yes |