Skip to main content
Glama

Canny MCP Server

by itsocialist

update_post

Modify existing feedback posts in Canny by updating titles, descriptions, categories, status, or custom fields to keep customer feedback current and organized.

Instructions

Update an existing Canny post

Input Schema

NameRequiredDescriptionDefault
categoryIdNoNew category ID for the post (optional)
customFieldsNoUpdated custom field values (optional)
detailsNoNew description for the post (optional)
postIdYesID of the post to update
statusNoNew status for the post (optional)
titleNoNew title for the post (optional)

Input Schema (JSON Schema)

{ "properties": { "categoryId": { "description": "New category ID for the post (optional)", "type": "string" }, "customFields": { "additionalProperties": true, "description": "Updated custom field values (optional)", "type": "object" }, "details": { "description": "New description for the post (optional)", "type": "string" }, "postId": { "description": "ID of the post to update", "type": "string" }, "status": { "description": "New status for the post (optional)", "enum": [ "open", "under review", "planned", "in progress", "complete", "closed" ], "type": "string" }, "title": { "description": "New title for the post (optional)", "type": "string" } }, "required": [ "postId" ], "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