lts_project
Get the complete LTS picture for a single project: all LTS records with computed fields (is_expired, days_until_expiry), summary counts, and the primary LTS number. Pass either a project UUID or a project name (fuzzy matched).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Project UUID. Takes priority over projectName if both provided | |
| projectName | No | Project name or slug for fuzzy lookup. Matched as a literal substring; use * as a wildcard. A term of only wildcards matches nothing. Use when you don't have the UUID |