list_feature_specs
readFeature Specs
Find specs by search/status/priority/tags/etc; supports summary_only for fast scans.
Parameters
| Parameter | Type | Description | |
|---|---|---|---|
| domain | string | optional | Site domain |
| project_id | string | optional | Project UUID |
| search | string | optional | Substring match on title and description (case-insensitive) |
| status | string | optional | Comma-separated: idea,planned,in_progress,completed,verified,deprecated |
| priority | string | optional | Comma-separated: critical,high,normal,low |
| feature_type | string | optional | Comma-separated: new_feature,enhancement,refactor,bug_fix,optimization,page,positioning |
| tags | string | optional | Comma-separated; matches specs with any of these tags |
| assigned_to | string | optional | |
| source | string | optional | user, system, seo_scan, security_scan, accessibility_scan |
| module | string | optional | seo, security, accessibility |
| limit | integer | optional | Max rows (default 50, max 200) |
| offset | integer | optional | Skip this many rows (default 0). Pair with limit to paginate. |
| summary_only | boolean | optional | Return slim id/title/status/priority/next_action/tags shape |