Skip to main content
Glama
DataDeletion.ktโ€ข399 B
package com.example.compliance import android.content.Context object DataDeletion { fun deleteUserData(context: Context): Boolean { // Remove all locally stored user information // TODO: Implement actual deletion logic return try { // e.g., context.deleteFile("user.db") true } catch (e: Exception) { false } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/normaltusker/kotlin-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server