Skip to main content
Glama
vuluu2k
by vuluu2k

getBacklog

Retrieve all pending tasks from your backlog to organize and prioritize work items for efficient project management.

Instructions

Get all tasks from the backlog

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The tool "getBacklog" is registered here, calling brain.getTasks("backlog") as its handler.
    server.registerTool(
      "getBacklog",
      { description: "Get all tasks from the backlog" },
      toolHandler("getBacklog", async () => brain.getTasks("backlog"))
    );

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