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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden but offers limited behavioral insight. It describes what the tool does (creation with configurable voting) but omits critical details like permissions required, whether proposals are editable after creation, error conditions, or response format. The mention of 'deadline_hours' hints at time-bound behavior but doesn't elaborate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a concise opening sentence followed by detailed parameter explanations. Every sentence adds value, though the Args section formatting could be more integrated. It avoids redundancy and is appropriately sized for a 7-parameter tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a creation tool with 7 parameters, no annotations, but an output schema, the description is moderately complete. It thoroughly documents parameters but lacks behavioral context (e.g., side effects, error handling). The output schema likely covers return values, reducing the need for that in the description, but more operational guidance would help.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Given 0% schema description coverage, the description fully compensates by explaining all 7 parameters with clear semantics. It defines each parameter's purpose, provides examples (e.g., 'group slug'), enumerates allowed values for 'voting_type' and 'threshold_type', specifies defaults, and clarifies conditional requirements (e.g., 'options' required for single/ranked voting).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Create a voting proposal') and resource ('for group decision-making'), distinguishing it from siblings like 'get_proposal' or 'finalize_proposal'. It specifies the tool's core functionality with supporting features like voting types and thresholds.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context through parameter explanations (e.g., 'required for those types, ignored for yes_no'), but lacks explicit guidance on when to use this tool versus alternatives like 'get_proposal' or 'finalize_proposal'. No prerequisites or exclusions are mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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