Back to Apps
FPL Research App
Fantasy Premier League assistant with player stats, comparisons, and fixture analysis.
Tools
Tools are functions the AI can call to perform actions. Each tool has a name, description, and parameters that define what it does.
No tools defined yet
UI Widgets
The FPL Research App renders rich UI widgets in the chat. Below are live previews of each widget type that appears when you use the app.
Tool: show-players • Query: "top forwards"
How Widgets Work
// MCP Server returns structuredContent
{
"result": {
"content": [{ "type": "text", "text": "Displayed player list!" }],
"structuredContent": {
"players": [
{ "name": "Haaland", "team": "MCI", "points": 156, ... }
]
}
}
}
// ChatGPT Apps SDK renders as React component
<FPLPlayerList players={structuredContent.players} />How It Works
Try these example prompts to see the app in action. Each prompt demonstrates different capabilities and tools available in this ChatGPT App.
How prompts trigger tools
"Show me forwards"→
show-players"Compare X and Y"→
compare-players"Details for X"→
show-player-detail