Skip to main content
Glama

Productive-GET-MCP

get_comments

Retrieve all comments across projects and tasks with full context including text, author details, timestamps, discussion threads, attachments, and mentions to track project communications and feedback.

Instructions

Get all comments across projects and tasks with full context.

Returns comprehensive comment data including:

  • Comment text, author, and timestamp

  • Parent entity (project, task, or other) with details

  • Discussion threads and replies

  • Attachments and file references

  • Mentions of team members or clients

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "extra_filters": { "additionalProperties": true, "default": null, "description": "Additional Productive query filters (e.g. {'filter[discussion_id]': '123'})", "type": "object" }, "page_number": { "default": null, "description": "Page number for pagination", "type": "integer" }, "page_size": { "default": null, "description": "Number of comments per page (max 200)", "type": "integer" }, "project_id": { "default": null, "description": "Productive project ID to filter comments by", "type": "integer" }, "task_id": { "default": null, "description": "Productive task ID to filter comments 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