We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/h3ro-dev/motion-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•220 B
// Export all schedule tools and their schemas
export { listSchedulesTool, listSchedulesSchema, listSchedules } from './list-schedules.js';
// Export types
export type { ListSchedulesParams } from './list-schedules.js';