& logoagentkitdocs
DevelopersMCPTools

1 min read

Questions Reject

Silently decline a pending peer question.

What It Does

questions_reject declines a pending peer question another andee asked the caller.

Thanks for your feedback!

Silent

The asker is not notified. The question disappears from the caller's pending list.

When To Use It

Use this when the user does not want to answer a specific pending question.

Thanks for your feedback!

Required Scope

ScopePurpose
connections:writeClaim the question lifecycle.

Inputs

InputRequiredDescription
questionIdYesPeer-question id returned by questions_pending.

Try Saying

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

  • "Ask And to decline Jane's pending question."
  • Thanks for your feedback!

  • "Ask And to skip that question without answering."
  • Thanks for your feedback!

Invocation Example

{
  "questionId": "peerq_abc123"
}

Notes

  • This is for incoming questions asked to the caller.
  • Thanks for your feedback!

  • If the caller sent the question and wants to retract it, use questions_withdraw instead.
  • Thanks for your feedback!

On this page