cfbd-mcp-server

by lenwood
MIT License
8
  • Apple

get-records

Retrieve college football team records from the College Football Data API. Filter data by year, team, or conference for specific insights into team 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 team record data. Optional: year, team, conference Example valid queries: - year=2023 - team="Alabama" - conference="SEC" - year=2023, team="Alabama"

Input Schema

NameRequiredDescriptionDefault
conferenceNo
teamNo
yearNo

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": { "conference": { "type": "string" }, "team": { "type": "string" }, "year": { "type": "integer" } }, "type": "object" }

You must be authenticated.

Other Tools from cfbd-mcp-server

Related Tools

ID: ggh4skfx4o