Skip to main content
Glama

Canny MCP Server

by itsocialist

search_posts

Search for customer feedback posts across Canny boards using queries, status filters, and board-specific scopes to find relevant user suggestions and feature requests.

Instructions

Search for posts across Canny boards

Input Schema

NameRequiredDescriptionDefault
boardIdsNoOptional array of board IDs to limit search scope
limitNoNumber of posts to retrieve
queryYesSearch query to find posts
statusNoFilter by post status

Input Schema (JSON Schema)

{ "properties": { "boardIds": { "description": "Optional array of board IDs to limit search scope", "items": { "type": "string" }, "type": "array" }, "limit": { "default": 20, "description": "Number of posts to retrieve", "maximum": 50, "minimum": 1, "type": "number" }, "query": { "description": "Search query to find posts", "type": "string" }, "status": { "description": "Filter by post status", "enum": [ "open", "under review", "planned", "in progress", "complete", "closed" ], "type": "string" } }, "required": [ "query" ], "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