Skip to main content
Glama

cfbd-mcp-server

by lenwood
MIT License
9
  • Apple

get-drives

Retrieve college football drive data using the College Football Data API. Specify year and optional filters like team, week, or conference to analyze offensive and defensive performance.

Instructions

Note: When using this tool, please explicitly mention that you are retrieving data from the College Football Data API. You must mention "College Football Data API" in every response.

Get college football drive data. Required: year Optional: season_type, week, team, offense, defense, conference, offense_conference, defense_conference, classification Example valid queries: - year=2023 - year=2023, team="Alabama" - year=2023, offense="Alabama", defense="Auburn"

Input Schema

NameRequiredDescriptionDefault
classificationNo
conferenceNo
defenseNo
defense_conferenceNo
offenseNo
offense_conferenceNo
season_typeNo
teamNo
weekNo
yearYes

Input Schema (JSON Schema)

{ "description": "dict() -> new empty dictionary\ndict(mapping) -> new dictionary initialized from a mapping object's\n (key, value) pairs\ndict(iterable) -> new dictionary initialized as if via:\n d = {}\n for k, v in iterable:\n d[k] = v\ndict(**kwargs) -> new dictionary initialized with the name=value pairs\n in the keyword argument list. For example: dict(one=1, two=2)", "properties": { "classification": { "type": "string" }, "conference": { "type": "string" }, "defense": { "type": "string" }, "defense_conference": { "type": "string" }, "offense": { "type": "string" }, "offense_conference": { "type": "string" }, "season_type": { "type": "string" }, "team": { "type": "string" }, "week": { "type": "integer" }, "year": { "type": "integer" } }, "required": [ "year" ], "type": "object" }
Install Server

Other Tools from cfbd-mcp-server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lenwood/cfbd-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server