search_by_person
Find meetings involving a specific person by name or email. Filter results by date range and limit output to relevant entries.
Instructions
Find all meetings involving a specific person.
Args: person: Person's name or email address limit: Maximum results (default: 20) date_from: Filter by start date (YYYY-MM-DD) date_to: Filter by end date (YYYY-MM-DD) ctx: MCP context
Returns: List of meetings with that person
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| person | Yes | ||
| limit | No | ||
| date_from | No | ||
| date_to | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | ||
| total | Yes | ||
| offset | Yes | ||
| meetings | Yes |