Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JAMA_CONFIGYesPath to the JAMA Cloud configuration JSON file

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_projectsB

JAMA プロジェクトの一覧を取得する

get_itemsB

プロジェクトのアイテム一覧を取得する(最大50件)。全件取得は start_at を増やして繰り返す。

get_itemC

アイテムの詳細を取得する

search_itemsB

アイテムをキーワード検索する。query は contains パラメータにマップされ、ワイルドカード(例: brake*)が使用可能。

create_itemC

アイテムを作成する。parent_id はプロジェクトツリー上の親ノードで必須。

update_itemC

アイテムのフィールドを更新する

get_relationshipsC

プロジェクト内のリレーション(トレーサビリティリンク)一覧を取得する。特定アイテムのリンクを確認する場合は返された一覧から item_id でフィルタする。

create_relationshipC

2つのアイテム間にトレーサビリティリンクを作成する

delete_relationshipC

リレーションを削除する

get_test_plansC

プロジェクトのテストプラン一覧を取得する

create_test_planD

テストプランを作成する

get_test_cyclesC

テストプランに属するテストサイクル一覧を取得する

get_test_runsA

テストサイクルのテストラン一覧を取得する(最大50件)。全件取得は start_at を増やして繰り返す。

create_test_resultC

テストランに結果を記録する。status は PASSED/FAILED/BLOCKED/NOT_RUN/INPROGRESS のいずれか。

add_commentC

アイテムにコメントを追加する。改行は自動的に に変換される。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/KeisukeShima/mcp-jama'

If you have feedback or need assistance with the MCP directory API, please join our Discord server