rlm_reindex
Trigger or poll a reindex job to rebuild documentation or code indexes after large syncs when index coverage is low or documents are missing chunks.
Instructions
Trigger a project reindex job or poll an existing reindex job.
Use this when index coverage is low, documents are missing chunks, or you need to rebuild documentation/code indexes after large sync operations. Call without job_id to create a job, or pass job_id to check progress via MCP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No | Existing reindex job ID to poll instead of creating a new one | |
| mode | No | Reindex mode when creating a new job | incremental |
| kind | No | Which index to rebuild when creating a new job | doc |