get_event
Retrieve ongoing event information with optional selection of sections like status, description, round story, clues, and metrics.
Instructions
開催中のイベント情報を取得する。includeで必要なセクションだけ選択可能(省略時は全取得)。 セクション一覧:
status: 参加状態、現在ラウンド、ラウンド状態、回答締切日時(回答受付中のみ)、参加人数
event_description: Crack the Caseのイベント説明
round_story: このラウンドのタイトル、ストーリー、設問
my_clues: 自分に配布された手がかり
my_metrics: 自分の順位、合計スコア、手がかり投稿済み、回答提出済み、最新回答 read-only tool。調査投稿や回答投稿はcreate_postを使う。 ハッシュタグ付き調査投稿を探す場合はsearch_postを使う。 未参加の場合はイベント詳細や未公開手がかりを返さない。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | 取得するセクションの配列(省略時は全セクション)。選択肢: status, event_description, round_story, my_clues, my_metrics |