Skip to main content
Glama
mailerlite

Canny MCP Server

by mailerlite

create_post

Create a new post on a Canny feedback board by providing author ID, board ID, and title. Optionally include details, category, and custom fields.

Instructions

Create a new post in a Canny board

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesTitle of the post
boardIdYesID of the board to create the post in
detailsNoDetailed description of the post (optional)
authorIdYesID of the user creating the post
categoryIdNoID of the category for the post (optional)
customFieldsNoCustom field values as key-value pairs (optional)
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states the action ('Create a new post') without disclosing side effects, permissions required, error behavior, or return format. This is a significant gap for a write operation.

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?

The description is a single concise sentence, front-loaded with the purpose and free of filler. It efficiently conveys the tool's function without unnecessary detail.

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 6-parameter create operation with no annotations and no output schema, the description is functional but minimal. It lacks return-value information and does not mention dependencies like needing valid boardId/authorId from get_boards or get_users. The rich schema compensates partially, but the overall context is still incomplete.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds no parameter-specific meaning beyond what the schema already provides, such as which fields are required (authorId, boardId, title) or optional (details, categoryId, customFields).

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 uses a specific verb ('Create') and resource ('new post in a Canny board'), clearly distinguishing it from sibling tools like update_post, get_posts, and search_posts. It leaves no ambiguity about the operation's core function.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as update_post or get_posts. It states only the action, with no context on prerequisites or exclusions, leaving the agent to infer usage.

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/mailerlite/canny-mcp-server'

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