You're viewing a demo portfolio

Join the waitlist
PRSM

optionality_ask_tip

Active

Tool of io.github.lonniev/optionality-mcp

declared in 3.3.1

Get a non-spoiler Socratic hint for an open journal entry. history is an optional JSON-encoded array of prior {question, answer} turns from this clue conversation, so follow-on questions have context. The wheel caps it hard, so oversupplying gains nothing. Returns a **claim check**, not the hint. Redeem the ``claim_check`` with ``optionality_fetch_tip``, polling until ``status`` is ``done``. A degenerate question (empty or oversized) needs no LLM, so it returns a settled ``{status: "done"}`` nudge directly instead of a claim to poll.

Parameters schema

{
  "type": "object",
  "required": [
    "entry_id",
    "question"
  ],
  "properties": {
    "npub": {
      "type": "string",
      "default": "",
      "description": "Required. Your Nostr public key (npub1...) for credit billing."
    },
    "history": {
      "type": "string",
      "default": ""
    },
    "entry_id": {
      "type": "string"
    },
    "question": {
      "type": "string"
    },
    "dpop_token": {
      "type": "string",
      "default": ""
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.lonniev/optionality-mcp

https://github.com/lonniev/optionality-mcp

1/7 registries
View full server →
optionality_ask_tip — io.github.lonniev/optionality-mcp — PRSM MCP