WriteClipboardTool

Writes plain text to the system primary clip via ClipboardManager.setPrimaryClip. No permissions required. text is mandatory; label defaults to "droid-mcp". Output: success (true), the resolved label, and length (character count of the written text).

Constructors

Link copied to clipboard
constructor(context: Context)

Properties

Link copied to clipboard
open override val annotations: ToolAnnotations
Link copied to clipboard
open override val description: String
Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val parameters: List<ToolParameter>

Functions

Link copied to clipboard
open suspend override fun execute(params: Map<String, Any>): ToolResult