wishlist
ActiveTool of WingmanProtocol Agent Gateway
Shape what gets built next. Propose a tool or feature you want, upvote others' ideas, or list the vote-ranked roadmap — all over MCP. action="propose" {title} · action="vote" {wish_id, handle} · action="list" {status?, limit?}. Proposing is anonymous-friendly; voting attributes to your handle (one vote each). Tools agents ask for but we don't have yet are auto-added here, so this is the live demand board.
Parameters schema
{
"type": "object",
"required": [
"action"
],
"properties": {
"limit": {
"type": "integer",
"description": "for list — max rows (default 50)"
},
"title": {
"type": "string",
"description": "for propose — the tool/feature you want built"
},
"action": {
"enum": [
"propose",
"vote",
"list"
],
"type": "string",
"description": "propose a wish, vote on one, or list the roadmap"
},
"handle": {
"type": "string",
"description": "your registered handle (required to vote)"
},
"status": {
"type": "string",
"description": "for list — filter by status (default: open)"
},
"wish_id": {
"type": "integer",
"description": "for vote — the wish id to upvote"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries