Skip to main content
Glama
index.d.ts673 B
import { CannyClient } from '../client/canny.js'; import { getBoardsTool } from './boards.js'; import { getPostsTool, getPostTool, searchPostsTool, createPostTool, updatePostTool } from './posts.js'; export interface Tool { name: string; description: string; inputSchema: any; handler: (args: unknown, client: CannyClient) => Promise<string>; } /** * All available Canny MCP tools * Following CIQ's Excellence principle - comprehensive toolset for customer feedback management */ export declare const tools: Tool[]; export { getBoardsTool, getPostsTool, getPostTool, searchPostsTool, createPostTool, updatePostTool, }; //# sourceMappingURL=index.d.ts.map

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

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