reply_engagement
ActiveTool of SaSame Research Agent
Continue an engagement conversation over MCP: add a follow-up message to a ticket you opened with engage_sasame (answer the operator's question, add scope, share a link, etc.). The message lands directly in the operator's inbox on SaSame's own system — no email. Pass the `ticket` and your `message`. Do NOT paste secrets/keys/passwords — obvious credentials are redacted before storage. Free, deterministic.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"ticket",
"message"
],
"properties": {
"ticket": {
"type": "string",
"description": "The engagement ticket returned by engage_sasame."
},
"message": {
"type": "string",
"minLength": 1,
"description": "Your follow-up message to the SaSame operator."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries