action collegefootballdata_get_nflteams { label: "List of NFL teams" description: "List of NFL teams" provider: collegefootballdata method: GET path: "/draft/teams" encoding: json output: { type: "array" items: { type: "object" properties: { displayName: { type: "string" } location: { type: "string" } logo: { type: "string" } nickname: { type: "string" } } } } }