search_events_by_shareholder
Query events by exact shareholder name to find their appearances in announcement feeds, most useful for tracking share reduction activity.
Instructions
Query events by shareholder name. Searches across all event types where the shareholder name appears in structured_payload. Most useful for: share_reduction (减持) events where shareholder_name is a top-level field in structured_payload. Use when: you want to track a specific shareholder's activity — e.g. '罗丽华' or '国家集成电路产业投资基金'. Do NOT use when: you want all events for a stock (use search_events_by_stock), or when you're unsure of the exact shareholder name (use search_events with keyword in ai_summary). Returns: {data: [...], cursor: <next_cursor_or_null>, has_more: bool}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shareholder_name | Yes | Exact shareholder name to search for. Example: '罗丽华'. | |
| cursor | No | Pagination cursor from previous response. | |
| limit | No | Max results per page. Default: 20, Max: 200. |