Skip to main content
Glama
OrygnsCode

Omnicord - Discord server management MCP for AI agents

Create poll

create_poll

Create and post native Discord polls: define a question, 2-10 answers, and duration up to 32 days. Supports multi-select and an optional message above the poll.

Instructions

Post a native Discord poll: a question, two to ten answers, and a duration of up to 32 days.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
guildNoGuild (server) name or ID. Omit to use the default guild.
answersYes
channelYesChannel name or ID.
contentNoOptional message text above the poll.
questionYes
multi_selectNoAllow choosing several answers.
duration_hoursNoHow long the poll runs. Default 24.
Behavior3/5

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

The annotations only indicate readOnlyHint=false and destructiveHint=false, so the description carries some burden. It adds that the poll is a "native Discord poll" and specifies answer/duration limits, but it does not disclose potential side effects (e.g., message sent to channel, permission requirements, error conditions). This is acceptable but minimal.

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

Conciseness5/5

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

A single sentence, front-loaded with the verb "Post," and every word contributes meaning. It efficiently communicates the primary action and essential constraints without bloat.

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

Completeness4/5

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

Given the tool's moderate complexity (7 parameters, no output schema), the description captures the core purpose and key limits. It could mention the return value or permission requirements, but the schema and context cover most details. For a creation tool, the description is adequately complete.

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

Parameters4/5

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

The schema already covers 71% of parameters with descriptions. The description adds semantic meaning by clarifying the role of key parameters: the question is a poll question, answers are choices (2-10), and duration is capped at 32 days. This goes beyond the schema's raw constraints.

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 tool's purpose: "Post a native Discord poll" with specific constraints on question, answers (2-10), and duration (up to 32 days). This distinguishes it from sibling tools like get_poll_results and end_poll, which handle retrieval and termination.

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

Usage Guidelines4/5

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

The context of when to use this tool is clear — to create and post a poll in Discord. However, it does not explicitly mention when not to use it or provide alternative tool names (e.g., send_message or create_event), so it lacks explicit exclusions.

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/OrygnsCode/Omnicord'

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