Skip to main content
Glama

get_task

Retrieve complete details for a specific Notion task using its page ID to access project tracking, subtasks, and automated summaries through the Claude interface.

Instructions

获取单个任务的完整详情。

Args: task_id: Notion 页面 ID(可从 list_tasks 结果中获取)

Returns: 任务详情(字典格式)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYes

Implementation Reference

  • The get_task function in tools/workflow.py acts as the handler for the get_task tool, delegating the request to the NotionClient.
    def get_task(task_id: str) -> dict:
        """
        获取单个任务的完整详情。
    
        Args:
            task_id: Notion 页面 ID(可从 list_tasks 结果中获取)
    
        Returns:
            任务详情(字典格式)
        """
        return get_client().get_task(task_id).model_dump()

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/wauwaya/notion-workflow-mcp'

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