Skip to main content
Glama
extended.d.ts2.8 kB
import { CannyClient } from '../client/canny.js'; /** * Tool to get categories from a specific board */ export declare const getCategoresTool: { name: string; description: string; inputSchema: { type: string; properties: { boardId: { type: string; description: string; }; }; required: string[]; additionalProperties: boolean; }; handler: (args: unknown, client: CannyClient) => Promise<string>; }; /** * Tool to get comments from a specific post */ export declare const getCommentsTool: { name: string; description: string; inputSchema: { type: string; properties: { postId: { type: string; description: string; }; limit: { type: string; minimum: number; maximum: number; default: number; description: string; }; skip: { type: string; minimum: number; default: number; description: string; }; }; required: string[]; additionalProperties: boolean; }; handler: (args: unknown, client: CannyClient) => Promise<string>; }; /** * Tool to get users/authors from Canny */ export declare const getUsersTool: { name: string; description: string; inputSchema: { type: string; properties: { limit: { type: string; minimum: number; maximum: number; default: number; description: string; }; skip: { type: string; minimum: number; default: number; description: string; }; search: { type: string; description: string; }; }; additionalProperties: boolean; }; handler: (args: unknown, client: CannyClient) => Promise<string>; }; /** * Tool to get tags from boards */ export declare const getTagsTool: { name: string; description: string; inputSchema: { type: string; properties: { boardId: { type: string; description: string; }; limit: { type: string; minimum: number; maximum: number; default: number; description: string; }; }; additionalProperties: boolean; }; handler: (args: unknown, client: CannyClient) => Promise<string>; }; //# sourceMappingURL=extended.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