Lichess MCP

by karayaman
Verified

search_teams

Find chess teams on Lichess by entering search text and specifying the page number to explore relevant results efficiently.

Instructions

Search for teams

Input Schema

NameRequiredDescriptionDefault
pageNoPage number (starting at 1)
textYesSearch text

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 1, "description": "Page number (starting at 1)", "type": "number" }, "text": { "description": "Search text", "type": "string" } }, "required": [ "text" ], "type": "object" }
ID: x7iuw37s1v