Skip to main content
Glama

Knowledge MCP Server

by sven-borkert

list_todos

Retrieve and review all TODO lists in a project, including descriptions and completion status, to plan tasks, track progress, and avoid duplicates.

Instructions

List all TODO lists in a project with their completion status.

When to use this tool:

  • Getting overview of all project tasks
  • Checking TODO completion progress
  • Finding specific TODO lists
  • Planning task execution
  • Reviewing project task status

Key features:

  • Shows all TODO lists with descriptions
  • Includes completion statistics
  • Returns TODO numbers for reference
  • Lightweight overview operation

You should:

  1. Use before creating new TODOs
  2. Check for existing related TODOs
  3. Note TODO numbers for operations
  4. Review completion percentages
  5. Use to avoid duplicate TODOs

DO NOT use when:

  • Need specific task details (use get_todo_tasks)
  • Already know TODO number
  • No TODOs exist in project

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

Input Schema

NameRequiredDescriptionDefault
project_idYesThe project identifier

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" } }, "required": [ "project_id" ], "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