Skip to main content
Glama
index.ts503 B
/** * @fileoverview Tools module for the MCP Kanban server * * This module exports higher-level tools that combine multiple operations * to provide more comprehensive functionality for the MCP Kanban server. * These tools are designed to simplify common workflows and provide * aggregated data from multiple sources. */ // Export all tools export * from "./board-summary.js"; export * from "./card-details.js"; export * from "./create-card-with-tasks.js"; export * from "./workflow-actions.js";

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/gcorroto/mcp-planka'

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