Skip to main content
Glama

Productive-GET-MCP

get_todos

Retrieve all todo checklist items across tasks and projects with completion status, assignee details, due dates, and time tracking for comprehensive task management.

Instructions

Get all todo checklist items across all tasks and projects.

Returns comprehensive todo data including:

  • Checkbox items within tasks for granular tracking

  • Completion status and assignee information

  • Parent task details with project context

  • Due dates and priority relative to parent task

  • Estimated vs actual time for checklist items

Input Schema

NameRequiredDescriptionDefault
extra_filtersNoAdditional Productive query filters (e.g. {'filter[status]': '1'})
page_numberNoPage number for pagination
page_sizeNoNumber of todos per page (max 200)
task_idNoProductive task ID to filter todos by

Input Schema (JSON Schema)

{ "properties": { "extra_filters": { "additionalProperties": true, "default": null, "description": "Additional Productive query filters (e.g. {'filter[status]': '1'})", "type": "object" }, "page_number": { "default": null, "description": "Page number for pagination", "type": "integer" }, "page_size": { "default": null, "description": "Number of todos per page (max 200)", "type": "integer" }, "task_id": { "default": null, "description": "Productive task ID to filter todos by", "type": "integer" } }, "type": "object" }

Other Tools from Productive-GET-MCP

Related Tools

    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/druellan/Productive-GET-MCP'

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