Is your feature request related to a problem? Please describe.
The plain-language summary output by the tool when running todoist_task_get doesn't include much of the information returned by the API, including what section tasks are in. It requires subsequent calls to piece together a list of what's in each section for a whole project, I think.
Describe the solution you'd like
Include the section data in the summary of each task when getting a list of tasks
Describe alternatives you've considered
Just also include the raw response JSON at the bottom of what's passed to the LLM. Probably not as token-efficient, but would ensure it gets the whole picture.
Would this require changes to:
Is your feature request related to a problem? Please describe.
The plain-language summary output by the tool when running
todoist_task_getdoesn't include much of the information returned by the API, including what section tasks are in. It requires subsequent calls to piece together a list of what's in each section for a whole project, I think.Describe the solution you'd like
Include the section data in the summary of each task when getting a list of tasks
Describe alternatives you've considered
Just also include the raw response JSON at the bottom of what's passed to the LLM. Probably not as token-efficient, but would ensure it gets the whole picture.
Would this require changes to: