games
ActiveTool of Squiggle
declared in 0.1.0
Fetch AFL fixture and results from Squiggle, filtered by year, round, and/or completion status; returns scores, venues, dates, and match IDs.
Parameters schema
{
"type": "object",
"examples": [
{
"year": 2024,
"round": 1
},
{
"year": 2024,
"round": 5,
"complete": true
}
],
"properties": {
"year": {
"type": "number"
},
"round": {
"type": "number"
},
"complete": {
"type": "boolean",
"description": "Filter to completed games."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Squiggle
https://github.com/pipeworx-io/mcp-squiggle
1/7 registries