action collegefootballdata_get_stat_categories { label: "Team stat categories" description: "Stat category list" provider: collegefootballdata method: GET path: "/stats/categories" encoding: json output: { type: "array" items: { type: "string" } } }