Todoist MCP Server

by Chrusic
Verified

todoist_get_shared_labels

Get all shared labels from Todoist

Input Schema

NameRequiredDescriptionDefault
omit_personalNoWhether to exclude the names of the user's personal labels from the results (default: false)

Input Schema (JSON Schema)

{ "properties": { "omit_personal": { "description": "Whether to exclude the names of the user's personal labels from the results (default: false)", "type": "boolean" } }, "type": "object" }