get_feature_spec
readFeature Specs
Fetch one spec by UUID with full nested detail.
Connected surface
This tool and the Specs dashboard page are two surfaces over the same data. The dashboard is where you view and curate it;
get_feature_spec is how your AI can pull a spec's full tasks and criteria into the conversation implementing it. How surfaces connect →Parameters
| Parameter | Type | Description | |
|---|---|---|---|
| spec_id | string | required | Spec UUID |
| include | enum("tasks" | "criteria" | "commits" | "description" | "ai_context_summary")[] | optional | Sections to include; omit to include all (back-compat). |
Related tools
create_feature_specwriteCreate and save a feature specificationlist_feature_specsreadFind specs by search/status/priority/tags/etc; supports summary_only for fast scansupdate_feature_specwriteUpdate spec body fields: title, description, status, priority, tags, etc.create_spec_taskwriteAdd one or more tasks to a feature spec