Requires the LocalHero MCP adapter. All abilities require install_plugins capability.
| Ability | Description |
|---|---|
| lh-polls/list-polls | List all polls with status, voting-open state, option count, and total votes. Optional status parameter filters by publish, draft, private, or any (default). |
| lh-polls/get-poll | Fetch a single poll by poll_id with all options, vote counts, percentages, required_voters, and reminder_template_id. |
| lh-polls/get-votes | Fetch all votes for a poll by poll_id, optionally filtered by option_id. Returns per-option breakdown with voter display names, comment text, timestamps, and percentages. |