action collegefootballdata_get_nflpositions { label: "List of NFL positions" description: "List of NFL positions" provider: collegefootballdata method: GET path: "/draft/positions" encoding: json output: { type: "array" items: { type: "object" properties: { abbreviation: { type: "string" } name: { type: "string" } } } } }