Skip to main content
Glama

Knowledge MCP Server

by sven-borkert

get_todo_tasks

Retrieve detailed TODO tasks from Knowledge MCP Server, including completion status, rich markdown content, and task order to plan execution and review requirements effectively.

Instructions

Get all tasks in a TODO list with their completion status and full content.

When to use this tool:

  • Reviewing full TODO list details
  • Planning task execution order
  • Checking task completion status
  • Understanding task requirements
  • Getting comprehensive task view

Key features:

  • Returns all tasks with content
  • Shows completion status per task
  • Includes rich markdown content
  • Provides task numbers and order
  • Full TODO context

You should:

  1. Use TODO number from list_todos
  2. Review all tasks before starting
  3. Note incomplete task numbers
  4. Plan execution strategy
  5. Check task dependencies
  6. Identify complex tasks needing breakdown

DO NOT use when:

  • Only need next task
  • TODO doesn't exist
  • Just need TODO overview

Returns: {success: bool, todo: {...}, tasks: [...], error?: str}

Input Schema

NameRequiredDescriptionDefault
project_idYesThe project identifier
todo_numberYesThe TODO list number

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "project_id": { "description": "The project identifier", "maxLength": 100, "minLength": 1, "type": "string" }, "todo_number": { "description": "The TODO list number", "exclusiveMinimum": 0, "maximum": 99999, "type": "integer" } }, "required": [ "project_id", "todo_number" ], "type": "object" }

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/sven-borkert/knowledge-mcp'

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