integrations.sh
← all integrations

AnswerBack

MCP server openai

An effective way to try out conversations with ChatGPT role-playing the other person!

e.g.

  • "@AnswerBack, help me rehearse a asking for a raise with my boss Sarah"
  • "@AnswerBack, help me plan how to break up with my partner Alex. He's needy and I'm worried he'll get very upset"
  • "@AnswerBack, I want to practice telling my controlling mother that I won't come home for Thanksgiving"
Homepage
https://www.widget.olutely.com
Remote URL
https://conversation.widgets.widget.olutely.com/mcp
Auth
NONE

Tools (2)

Extracted live via the executor SDK.

  • start-conversation

    Use to initialize a conversation role-play session. Call this tool when the user wants to practice a conversation and needs to define setup parameters such as participant names, other person's role/personality, conversation topic, and optionally the user's opening turn. This tool should be used at the start of a new practice flow so the widget can collect or refine scenario details before the assistant proceeds with role-play. The output is a normalized scenario payload used by the widget to persist and render current state. After the user presses Start in the widget, the conversation should proceed in chat and then continue-conversation should be called with response options.

  • continue-conversation

    Use to continue a conversation role-play session after the assistant has provided a turn in chat. Supply the other person's next message plus 2-4 candidate user responses so the widget can show selectable options to the user. The widget returns or persists the selected response and then prompts the assistant to take another turn and call continue-conversation again. Use this repeatedly for guided back-and-forth practice until the user indicates they are finished and asks for assessment. Do not output any text after rendering calling this tool.