optionality_get_shared_entries
ActiveTool of io.github.lonniev/optionality-mcp
List a target patron's shared evaluated entries — newest first. Public, free read: anyone (including guests) can browse the trades a leaderboard peer has chosen to share. Eager-loads the evaluation and trade proposal so the FE can render the full assessment with no follow-up call. No npub/proof envelope — this is a bootstrap-style tool the FE invokes without identity injection.
Parameters schema
{
"type": "object",
"required": [
"target_npub"
],
"properties": {
"limit": {
"type": "integer",
"default": 20,
"description": "Max rows (1..50, default 20)."
},
"target_npub": {
"type": "string",
"description": "Whose shared entries to fetch."
}
},
"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