axis-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AXIS_SUPABASE_URL | Yes | Supabase プロジェクト URL | |
| AXIS_SUPABASE_SERVICE_ROLE_KEY | Yes | Supabase Legacy service_role キー |
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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_goalsB | チームのゴール一覧を取得する。フェーズ、ステータス、担当者でフィルタ可能。 |
| get_goal_detailB | ゴールの詳細情報を取得する。KPI、サブゴール、成果物、コメント数を含む。 |
| get_today_tasksA | 指定ユーザーの今日のToDoリストを取得する。 |
| get_kpi_progressC | チームのKPI進捗一覧を取得する。 |
| get_team_membersC | チームメンバー一覧を取得する。 |
| get_overdue_goalsC | 期日超過のアクティブゴール一覧を取得する。 |
| get_phase_summaryB | フェーズの目標・KPI・進捗サマリーを取得する。 |
| get_notificationsC | ユーザーの通知を取得する。 |
| get_commentsC | ゴールのコメントスレッドを取得する。 |
| get_visionC | チームの年間目標を取得する。 |
| complete_goalB | ゴールを完了にする。子孫も連動。 |
| complete_taskC | ToDoタスクを完了にする。 |
| add_commentB | ゴールにコメントを追加する。 |
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 13 tools
各ツールは明確に異なる目的を持つ。コメント、ゴール、タスク、KPI、通知、メンバー、ビジョンと、操作対象がよく分かれており、エージェントが誤選択する可能性は低い。
全体的にget_xxxとadd_xxx/complete_xxxの動詞+名詞パターンで統一されており、混乱は少ない。ただしcomplete_goalとcomplete_taskの対象の違いは明示されているが、add_commentのみadd_で他がget_系なので若干の不統一がある。
13個のツールは、目標管理・タスク管理・KPI追跡・通知・チーム情報をカバーするのに適切な数であり、過不足は感じられない。
ゴール・タスク・KPI・コメントの参照と更新(完了、コメント追加)が揃っている。ただし、タスクの作成・更新・削除や、ゴールの作成・更新がなく、CRUDが完全ではないため、ややギャップがある。