get_details
Retrieve details of OTP tokens matching a specific pattern for secure authentication management on the otp-mcp-server, supporting TOTP and HOTP algorithms.
Instructions
Get the details of all the OTP tokens matching the pattern
Args:
pattern: Token pattern (part of the name or token number)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pattern | Yes |
Input Schema (JSON Schema)
{
"properties": {
"pattern": {
"title": "Pattern",
"type": "string"
}
},
"required": [
"pattern"
],
"type": "object"
}