mcp-jama
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JAMA_CONFIG | Yes | Path to the JAMA Cloud configuration JSON file |
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": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 15 tools
All tools have distinct purposes: operations on items, relationships, test plans, test cycles, test runs, comments, and search. No overlap or ambiguity.
All tool names use a consistent verb_noun pattern in snake_case (e.g., create_item, get_test_cycles). No mixing of conventions.
15 tools is well-scoped for a requirements and test management platform, covering core operations without being excessive.
Covers most key workflows: CRUD for items, relationships, test plans, test runs, and search. Minor gaps: no item deletion, no test cycle creation, and no update/delete for test plans/runs.