plantcyc_locus_info
Checks subscription access for a PlantCyc locus and suggests free alternative backends when PlantCyc data is unavailable due to paid restrictions.
Instructions
Returns subscription-access info and alternatives for a PlantCyc locus. Does NOT fetch annotation or pathway data — PlantCyc requires paid SRI/Phoenix subscription. Use ensembl_plants_lookup_locus or phytozome_lookup_locus for canonical gene annotation; PlantCyc's pathway-membership value-add is not currently substituted. Returns structured redirect with rationale and probed_at date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locus | Yes | TAIR-canonical locus, e.g. AT1G01010 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locus | Yes | ||
| status | Yes | Always "subscription_required" — upstream REST is paid-only. | |
| probed_at | Yes | ISO date of the last live access probe (YYYY-MM-DD) | |
| rationale | Yes | Why this backend is gated | |
| alternatives | Yes | Tool names users should call instead | |
| alternatives_note | Yes | What the alternatives do and do NOT cover | |
| plantcyc_web_url | Yes | Browser URL for the PlantCyc gene page |