II.
ToolDescriptor overview
Reference · livetool-descriptor:ask-user-question
AskUserQuestion overview
Asks multiple-choice questions to gather requirements or clarify ambiguity from the user. Permission: not required.
Attributes
schema
{}
displayName
AskUserQuestion
description
Asks multiple-choice questions to gather requirements or clarify
ambiguity from the user. Permission: not required.
inputSchema
type
object
required
- questions
properties
questions
type
array
items
type
object
required
- question
- header
- options
properties
question
type
string
header
type
string
options
type
array
items
type
object
properties
label
type
string
multiSelect
type
boolean
answers
type
object
description
Answers map; populated by the host UI on resolve.
mode
normal
streamable
false
timeoutMs
600000
Outgoing edges
None.
Incoming edges
bundles1
- agent-runtime-impl:claude-code.runtime@1.x·AgentRuntimeImplClaude Code Runtime (1.x)