Skip to main content
Glama

MCP Todoist

by kentaroh7777
api.d.ts988 B
/* eslint-disable */ /** * Generated `api` utility. * * THIS CODE IS AUTOMATICALLY GENERATED. * * To regenerate, run `npx convex dev`. * @module */ import type { ApiFromModules, FilterApi, FunctionReference, } from "convex/server"; import type * as mcp from "../mcp.js"; import type * as messages from "../messages.js"; import type * as projects from "../projects.js"; import type * as tasks from "../tasks.js"; import type * as users from "../users.js"; /** * A utility for referencing Convex functions in your app's API. * * Usage: * ```js * const myFunctionReference = api.myModule.myFunction; * ``` */ declare const fullApi: ApiFromModules<{ mcp: typeof mcp; messages: typeof messages; projects: typeof projects; tasks: typeof tasks; users: typeof users; }>; export declare const api: FilterApi< typeof fullApi, FunctionReference<any, "public"> >; export declare const internal: FilterApi< typeof fullApi, FunctionReference<any, "internal"> >;

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/kentaroh7777/mcp-todoist'

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