You're viewing a demo portfolio

Join the waitlist
PRSM

games

Active

Tool 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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Squiggle

https://github.com/pipeworx-io/mcp-squiggle

1/7 registries
View full server →