optionality_ask_tip
ActiveTool of io.github.lonniev/optionality-mcp
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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.lonniev/optionality-mcp
https://github.com/lonniev/optionality-mcp
1/7 registries