Skip to main content
Glama

todoist_list_labels

Read-onlyIdempotent

Retrieve all personal labels from your Todoist account to organize and filter tasks effectively. Supports output in markdown or JSON format.

Instructions

List all personal labels in your Todoist account.

Labels can be applied to tasks for organization and filtering.

Args:
    params: ListLabelsInput containing:
        - response_format: 'markdown' or 'json'

Returns:
    List of labels with their names and colors.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already provide readOnlyHint=true, destructiveHint=false, idempotentHint=true, and openWorldHint=true, covering safety and behavior. The description adds that it lists 'personal labels' (implying scope) and mentions the return format, which is useful context beyond annotations, but doesn't detail rate limits or auth needs.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the main purpose, followed by brief context, and uses clear sections for Args and Returns. Every sentence adds value without redundancy, making it efficient and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's low complexity (1 parameter), rich annotations covering safety, and an output schema implied by the Returns section, the description is complete enough. It explains what the tool does, parameter usage, and return values adequately for this simple list operation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description compensates by explaining the single parameter 'response_format' with options 'markdown' or 'json' and its purpose in the Returns section. It adds meaning beyond the bare schema, though it could detail default behavior more explicitly.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('List all personal labels') and resource ('in your Todoist account'), distinguishing it from siblings like todoist_list_projects or todoist_list_tasks by focusing on labels. It also explains what labels are used for, adding context.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for viewing labels, with no explicit when-not-to-use or alternatives. It doesn't mention alternatives like filtering tasks by labels or using other list tools, but the context is clear for a read-only listing operation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/IAMSamuelRodda/todoist-mcp'

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