Lichess MCP

by karayaman
Verified

test_tokens

Validate and test multiple OAuth tokens by providing up to 1000 comma-separated tokens through the Lichess MCP server for authentication and integration purposes.

Instructions

Test multiple OAuth tokens

Input Schema

NameRequiredDescriptionDefault
tokensYesOAuth tokens separated by commas. Up to 1000.

Input Schema (JSON Schema)

{ "properties": { "tokens": { "description": "OAuth tokens separated by commas. Up to 1000.", "type": "string" } }, "required": [ "tokens" ], "type": "object" }
ID: x7iuw37s1v