get_thread
Retrieve a specific message thread by entering the userId of the participant to manage and review conversations within the Lichess MCP server.
Instructions
Get a message thread
Input Schema
Name | Required | Description | Default |
---|---|---|---|
userId | Yes | User ID of the other person |
Input Schema (JSON Schema)
{
"properties": {
"userId": {
"description": "User ID of the other person",
"type": "string"
}
},
"required": [
"userId"
],
"type": "object"
}