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

ScopePurpose
connections:writeClaim the question lifecycle.
signals:writeWrite the answer as an identity signal.

Inputs

InputRequiredDescription
questionIdYesPeer-question id returned by questions_pending.
answerYesFree-form answer, 1-500 characters.

Try Saying

  • "Ask And to answer peerq_abc123 with 'Mostly Fred again.. and some Phoebe Bridgers lately.'"
  • Thanks for your feedback!

  • "Ask And to answer Jane's question about what music I like."
  • Thanks for your feedback!

  • "Ask And to reply to that pending question with my favorite restaurant."
  • 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_reject instead.
  • Thanks for your feedback!

  • Empty answers are rejected at the MCP layer.
  • Thanks for your feedback!

  • The answer is not visible identity context until app approval.
  • Thanks for your feedback!

On this page