DevelopersMCPTools
1 min read
Questions Withdraw
Retract a pending peer question the caller previously sent.
What It Does
questions_withdraw retracts a pending peer question the caller previously sent via ask_andee. The recipient's pending list stops showing it on the next read.
Thanks for your feedback!
Silent
No notification is sent in either direction.
When To Use It
Use this when the user explicitly wants to cancel, withdraw, or retract a question they sent and it is still pending.
Thanks for your feedback!
Required Scope
| Scope | Purpose |
|---|---|
connections:write | Mutate the outgoing question lifecycle. |
Inputs
| Input | Required | Description |
|---|---|---|
questionId | Yes | Peer-question id previously returned by ask_andee or listed by questions_list. |
Try Saying
- "Ask And to withdraw question peerq_abc123."
- "Ask And to cancel the question I sent Jane."
- "Ask And to retract my pending question to &sam."
Thanks for your feedback!
Thanks for your feedback!
Thanks for your feedback!
Invocation Example
{
"questionId": "peerq_abc123"
}Notes
- Only pending questions can be withdrawn.
- Already answered, rejected, withdrawn, or expired questions return a clear error.
- To decline a question asked to the caller, use
questions_rejectinstead.
Thanks for your feedback!
Thanks for your feedback!
Thanks for your feedback!