hey365
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HEY365_VIP | No | Comma-separated addresses that get an importance boost | |
| HEY365_TIMEZONE | No | Display timezone | Asia/Tokyo |
| HEY365_LOG_LEVEL | No | silent/error/warn/info/debug | info |
| HEY365_STATE_FILE | No | Where drafts are persisted | ~/.hey365/state.json |
| HEY365_WORKIQ_ACCOUNT | No | Account to use when several are signed in | |
| HEY365_WORKIQ_COMMAND | No | Override how the Work IQ CLI is launched | auto |
| HEY365_WORKIQ_TIMEOUT_MS | No | Per-call timeout | 120000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| hey365B | 過去N時間(既定36)の Outlook / Teams / 会議を調査し、自分が返信・対応すべき用件だけを抽出して返信案を作成する。送信はしない。 |
| hey365_triageC | hey365 と同じ。過去N時間の M365 を調査して対応が必要な項目を抽出する。 |
| hey365_sessionA | 会議 / Teams スレッド / Outlook 会話を要約し、決定事項・Action Items・自分の宿題・未解決事項・返信要否を出力する。 |
| hey365_draftA | 既に提示した返信案を自然言語の指示で修正する(柔らかく / 英語に / 短く など)。 |
| hey365_sendA | ユーザーが明示的に指示した返信案だけを、元のスレッドへの返信として送信する。新規スレッドは作らない。 |
| hey365_healthA | Work IQ 接続・認証・読み取り/書き込み権限・タイムゾーンを確認する。 |
| hey365_setupA | Work IQ が未インストール・未認証・WAM 認証失敗の場合に、インストールと Broker 無効化+ブラウザ認証を実行して復旧する。 |
| hey365_installB | GitHub Copilot / Claude Code / Codex / Cursor / Windsurf / Scout などの MCP 設定に Hey365 を登録する。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
hey365 and hey365_triage are explicitly described as doing the same thing, creating a clear duplicate. hey365_session also overlaps in scanning Outlook/Teams/meetings, though its output differs enough to be partially distinguishable.
Seven of eight tools follow the consistent hey365_<action> pattern, which is predictable and readable. The unprefixed base tool hey365 is a minor deviation but does not create real confusion.
Eight tools is well-scoped for a personal M365 assistant covering triage, summarization, drafting, sending, health checks, setup, and installation. Each tool has a clear role in the workflow.
The workflow from triage through drafting, revising, and sending is fully covered, plus health/setup/install support. Minor gaps exist, such as no explicit way to dismiss or ignore items, but agents can generally complete the core task.