Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AXIS_SUPABASE_URLYesSupabase プロジェクト URL
AXIS_SUPABASE_SERVICE_ROLE_KEYYesSupabase 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 13 tools

Disambiguation5/5

各ツールは明確に異なる目的を持つ。コメント、ゴール、タスク、KPI、通知、メンバー、ビジョンと、操作対象がよく分かれており、エージェントが誤選択する可能性は低い。

Naming Consistency4/5

全体的にget_xxxとadd_xxx/complete_xxxの動詞+名詞パターンで統一されており、混乱は少ない。ただしcomplete_goalとcomplete_taskの対象の違いは明示されているが、add_commentのみadd_で他がget_系なので若干の不統一がある。

Tool Count5/5

13個のツールは、目標管理・タスク管理・KPI追跡・通知・チーム情報をカバーするのに適切な数であり、過不足は感じられない。

Completeness4/5

ゴール・タスク・KPI・コメントの参照と更新(完了、コメント追加)が揃っている。ただし、タスクの作成・更新・削除や、ゴールの作成・更新がなく、CRUDが完全ではないため、ややギャップがある。

Maintenance

ActivityStale
ResponsivenessNo issues