DevelopersMCPTools
2 min read
Questions Answer
Answer a pending peer question and write the answer as identity context.
What It Does
questions_answer answers a pending peer question another andee asked the caller. The answer becomes a signal on the caller's identity and the original asker receives a push notification.
Thanks for your feedback!
App review required
The answer lands as a pending identity signal. It becomes visible identity context only after the
caller approves it in the & app's review queue.
When To Use It
Use this when the user wants to answer a specific pending question from questions_pending.
Thanks for your feedback!
Required Scopes
| Scope | Purpose |
|---|---|
connections:write | Claim the question lifecycle. |
signals:write | Write the answer as an identity signal. |
Inputs
| Input | Required | Description |
|---|---|---|
questionId | Yes | Peer-question id returned by questions_pending. |
answer | Yes | Free-form answer, 1-500 characters. |
Try Saying
- "Ask And to answer peerq_abc123 with 'Mostly Fred again.. and some Phoebe Bridgers lately.'"
- "Ask And to answer Jane's question about what music I like."
- "Ask And to reply to that pending question with my favorite restaurant."
Thanks for your feedback!
Thanks for your feedback!
Thanks for your feedback!
Invocation Example
{
"questionId": "peerq_abc123",
"answer": "Mostly Fred again.. and some Phoebe Bridgers lately."
}Notes
- To decline without answering, use
questions_rejectinstead. - Empty answers are rejected at the MCP layer.
- The answer is not visible identity context until app approval.
Thanks for your feedback!
Thanks for your feedback!
Thanks for your feedback!