rizz.dev
homeaboutblogcontactGitHub
  1. Home
  2. /
  3. Glossary
  4. /
  5. elicitation
Glossary · term70 of 202

elicitation

A multi-round-trip MCP request pattern where a server pauses a tool call to ask the client for more input, then retries the original operation once that input arrives.

Related terms
callTool promiseThe pending result of an in-progress tool invocation that a client must keep alive across a multi-round-trip elicitation exchange before it resolves.view term->multi-round-trip requestAn operation that requires more than one back-and-forth exchange between client and server to complete, such as an elicitation flow that pauses for user input mid-call.view term->tasks primitiveA poll-based mechanism in MCP for durable work, letting a client fetch results after a dropped connection instead of resuming a live stream. It replaced resumable SSE streams as the way to survive a failure.view term->
At a glance
cited by
1 post
categories
1
first used
jul 2026
Appears in
  • Every Stateless MCP Server Rebuilds State SomewhereA stateless MCP server never deletes its state, it just relocates it. The measured wire cost, the three places it lands, and how to pick one of them on purpose.opinion1 min
previouseffortnextentity extraction