Skip to main content
Glama

Canny MCP Server

by itsocialist

get_posts

Retrieve posts from a Canny feedback board with filtering options for status, search terms, and sorting to manage customer feedback effectively.

Instructions

Get posts from a specific Canny board with optional filtering

Input Schema

NameRequiredDescriptionDefault
boardIdYesID of the board to fetch posts from
limitNoNumber of posts to retrieve
searchNoSearch term to filter posts
skipNoNumber of posts to skip for pagination
sortNoSort order for posts
statusNoFilter by post status

Input Schema (JSON Schema)

{ "properties": { "boardId": { "description": "ID of the board to fetch posts from", "type": "string" }, "limit": { "default": 10, "description": "Number of posts to retrieve", "maximum": 50, "minimum": 1, "type": "number" }, "search": { "description": "Search term to filter posts", "type": "string" }, "skip": { "default": 0, "description": "Number of posts to skip for pagination", "minimum": 0, "type": "number" }, "sort": { "description": "Sort order for posts", "enum": [ "newest", "oldest", "relevance", "trending" ], "type": "string" }, "status": { "description": "Filter by post status", "enum": [ "open", "under review", "planned", "in progress", "complete", "closed" ], "type": "string" } }, "required": [ "boardId" ], "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