poll_events
Retrieve user focus and filter changes after a cursor, enabling the AI to catch up on state changes between tasks. Since MCP cannot push updates, call this periodically to stay in sync.
Instructions
사용자 상태 변화(focus/filter)를 커서 이후분만 폴링한다 ([5-C]).
MCP 는 단발 요청/응답이라 서버가 AI 에게 push 하지 못한다 — AI 는 작업 사이에 이걸 호출해 사람의 변화를 따라잡는다 ([5-C] 폴링 패턴).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 한 번에 최대 (상한 100). | |
| event_types | No | 관심 타입 (기본 둘 다). 반환 cursor 로 다음 폴링을 잇는다. ring 이 넘쳐 유실된 건수는 dropped 로 알린다. | |
| since_cursor | No | 이 커서 이후 이벤트만. 생략하면 처음부터. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||