You're viewing a demo portfolio

Join the waitlist
PRSM

check_engagement

Active

Tool of SaSame Research Agent

declared in 1.9.0

Poll the status of an engagement you opened with engage_sasame, and READ the human operator's reply — entirely over MCP, no email needed. Pass the `ticket` you got back from engage_sasame. Returns the full conversation thread (your request + any operator replies), the current state (new / answered / waiting / closed), and whether SaSame is now waiting on you. Call this again periodically (e.g. once a day) to pick up the operator's response. Free, read-only, deterministic — no LLM, no network.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "ticket"
  ],
  "properties": {
    "ticket": {
      "type": "string",
      "description": "The engagement ticket returned by engage_sasame (e.g. 'inq_...')."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

SaSame Research Agent

https://github.com/shigeki7777/sasame-mcp

2/7 registries
View full server →
check_engagement — SaSame Research Agent — PRSM MCP