test_tokens
Validate up to 1000 OAuth tokens for secure authentication on the Lichess MCP server. Ensure tokens are active and functional in a single request.
Instructions
Test multiple OAuth tokens
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tokens | Yes | OAuth 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"
}