get_jama_item
Retrieve a single Jama item by ID, returning full metadata and cleaned text including name, status, description, and test steps.
Instructions
Fetch a single Jama item by id (full metadata + cleaned text).
Args:
item_id: numeric string Jama item id.
Returns:
{"item":{item_id,document_key,item_type_name,name,status,
description,test_steps,modified_date,...}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes |