Skip to main content
Glama
vuluu2k
by vuluu2k

getTodayTasks

Retrieve all tasks scheduled for today from your structured knowledge base to organize daily priorities and track progress.

Instructions

Get all tasks from today's task list

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Registration of the 'getTodayTasks' tool in the MCP server using the 'toolHandler' helper.
    server.registerTool(
      "getTodayTasks",
      { description: "Get all tasks from today's task list" },
      toolHandler("getTodayTasks", async () => brain.getTasks("today"))
    );

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/vuluu2k/knowledge_mcp'

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