& logoagentkitdocs
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

ScopePurpose
connections:writeMutate the outgoing question lifecycle.

Inputs

InputRequiredDescription
questionIdYesPeer-question id previously returned by ask_andee or listed by questions_list.

Try Saying

  • "Ask And to withdraw question peerq_abc123."
  • Thanks for your feedback!

  • "Ask And to cancel the question I sent Jane."
  • Thanks for your feedback!

  • "Ask And to retract my pending question to &sam."
  • Thanks for your feedback!

Invocation Example

{
  "questionId": "peerq_abc123"
}

Notes

  • Only pending questions can be withdrawn.
  • Thanks for your feedback!

  • Already answered, rejected, withdrawn, or expired questions return a clear error.
  • Thanks for your feedback!

  • To decline a question asked to the caller, use questions_reject instead.
  • Thanks for your feedback!

On this page