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
| Scope | Purpose |
|---|---|
connections:write | Claim the question lifecycle. |
Inputs
| Input | Required | Description |
|---|---|---|
questionId | Yes | Peer-question id returned by questions_pending. |
Try Saying
- "Ask And to reject question peerq_abc123."
- "Ask And to decline Jane's pending question."
- "Ask And to skip that question without answering."
Thanks for your feedback!
Thanks for your feedback!
Thanks for your feedback!
Invocation Example
{
"questionId": "peerq_abc123"
}Notes
- This is for incoming questions asked to the caller.
- If the caller sent the question and wants to retract it, use
questions_withdrawinstead.
Thanks for your feedback!
Thanks for your feedback!