Skip to main content
Glama

create_proposal

Create voting proposals for group decisions with configurable voting types (yes/no, single choice, ranked) and threshold requirements to facilitate consensus.

Instructions

Create a voting proposal for group decision-making. Supports different voting types (yes/no, single choice, ranked) and threshold requirements.

Args: group: The group slug (e.g., "backend-team") or group ID title: Proposal title description: Proposal description (optional) voting_type: Type of voting: yes_no (approve/reject), single (choose one option), ranked (preference order). Default: yes_no threshold_type: Required threshold: majority (>50%), two_thirds (>=66%), unanimous (100%), quorum (>50% participation + majority). Default: majority options: Options for single/ranked voting (required for those types, ignored for yes_no) deadline_hours: Optional deadline in hours from now

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupYes
titleYes
descriptionNo
voting_typeNo
threshold_typeNo
optionsNo
deadline_hoursNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Voxos-ai-Inc/clink-mcp-server-python'

If you have feedback or need assistance with the MCP directory API, please join our Discord server