Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-browser
/
web.mcp
/
ToolExecutionContext
Tool
Execution
Context
web
interface
ToolExecutionContext
(
source
)
Per-call execution context provided to tool handlers.
Members
Members & Extensions
Functions
elicit
Input
Link copied to clipboard
web
suspend
fun
ToolExecutionContext
.
elicitInput
(
params
:
ElicitationParams
)
:
ElicitationResult
elicit
Input
Async
Link copied to clipboard
web
abstract
fun
elicitInputAsync
(
params
:
ElicitationParams
)
:
Promise
<
ElicitationResult
>
Requests user input for the current tool call.