SearchEventsTool

class SearchEventsTool(context: Context) : McpTool

Searches calendar events whose TITLE or DESCRIPTION matches query (SQL LIKE substring), via ContentResolver on CalendarContract.Events, newest first. Requires READ_CALENDAR. Output: events (list of {id, title, start, end, location, description} with times formatted yyyy-MM-dd HH:mm), count, and the echoed query, capped at limit (1–100, default 10).

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