list_framework_categories
List valid framework category values from `UPG_FRAMEWORK_CATEGORIES` (e.g. "strategy", "prioritization", "discovery", "growth", "engineering"). Use as valid values for the `category` filter on `list_frameworks` / `get_framework`.
Spec Introspectionatomic (read-only)
Arguments
No arguments — this tool takes no input.
Returns
Shape
{ categories: string[], total: number }Examples
Live call against the Notion example graph.
Output
{
"categories": [
"prioritization",
"strategy",
"discovery",
"business_model",
"metrics",
"validation",
"planning",
"competitive",
"design",
"ux_research",
"user_understanding",
"research",
"accessibility",
"feedback_voc",
"engineering",
"devops",
"security",
"qa_testing",
"ai_ml",
"agentic",
"growth",
"marketing",
"go_to_market",
"sales",
"pricing",
"data_analytics",
"legal_compliance",
"customer_success",
"team_process",
"program_mgmt",
"content",
"education",
"partnerships",
"localisation",
"portfolio"
],
"total": 35
}