Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HEY365_VIPNoComma-separated addresses that get an importance boost
HEY365_TIMEZONENoDisplay timezoneAsia/Tokyo
HEY365_LOG_LEVELNosilent/error/warn/info/debuginfo
HEY365_STATE_FILENoWhere drafts are persisted~/.hey365/state.json
HEY365_WORKIQ_ACCOUNTNoAccount to use when several are signed in
HEY365_WORKIQ_COMMANDNoOverride how the Work IQ CLI is launchedauto
HEY365_WORKIQ_TIMEOUT_MSNoPer-call timeout120000

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

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 8 tools

Disambiguation2/5

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.

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues