test_miro_token
Verify the validity of a Miro access token to ensure secure integration with Learning Hour MCP for technical coaching and structured practice sessions.
Instructions
Test if a Miro access token is valid
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accessToken | Yes | Miro access token to test |
Input Schema (JSON Schema)
{
"properties": {
"accessToken": {
"description": "Miro access token to test",
"type": "string"
}
},
"required": [
"accessToken"
],
"type": "object"
}