Skip to main content
Glama

Canny MCP Server

by itsocialist

create_post

Create a new feedback post in a Canny board with title, description, category, and custom fields to collect and organize customer feedback.

Instructions

Create a new post in a Canny board

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "authorId": { "description": "ID of the user creating the post", "type": "string" }, "boardId": { "description": "ID of the board to create the post in", "type": "string" }, "categoryId": { "description": "ID of the category for the post (optional)", "type": "string" }, "customFields": { "additionalProperties": true, "description": "Custom field values as key-value pairs (optional)", "type": "object" }, "details": { "description": "Detailed description of the post (optional)", "type": "string" }, "title": { "description": "Title of the post", "type": "string" } }, "required": [ "authorId", "boardId", "title" ], "type": "object" }

Other Tools from Canny MCP Server

Related Tools

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

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