init_jama_project
Initialize a Jama project by downloading, cleaning, vectorizing, and indexing its items. Returns a job ID for async progress tracking.
Instructions
Initialize a Jama project: download, clean, vectorize and index its items.
Runs as an async background task and returns a job_id immediately so the
caller (LLM) is never blocked. Poll progress with get_sync_progress roughly
every 2 minutes until status is DONE or ERROR, reporting each sample to the
user. To re-index a project that is already initialized, prefer
reinit_jama_project.
Args:
project_id: Jama project id (numeric string, e.g. "20571").
Returns:
{"job_id": "...", "project_id": ..., "status": "RUNNING"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes |