Skip to main content
Glama

Assign lists to groups

todo_set_groups

Assign Microsoft To Do lists to named groups to mirror app organization. Move lists between groups or clear group assignments.

Instructions

Assign Microsoft To Do lists to named groups/folders that mirror how the user organizes them in the To Do app, so lists can later be found by group. Also used to move a list to a different group (set group) or clear it (set group to null). Each assignment's 'list' may be a list name or a listId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assignmentsYes
Behavior3/5

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

No annotations are provided, so the description must carry the full behavioral burden. It reveals that the tool modifies group assignments and can clear them (set to null), implying mutable behavior. However, it does not mention side effects, required permissions, or whether the operation is idempotent. The description adds value beyond the schema but has gaps.

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

Conciseness4/5

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

The description is concise at two sentences, front-loading the main purpose. The first sentence covers the primary use, and the second sentence adds minor details about sub-uses and parameter types. Every sentence adds value, though it could be slightly more compact without losing clarity.

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

Completeness3/5

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

Given there are no annotations, no output schema, and only one parameter with nested objects, the description covers the tool's core behavior but lacks information on return values or what happens on failure. The context is adequate for a simple assignment tool, but a bit more could help the agent understand the response or error cases.

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%, so the description must compensate. It explains that 'list' can be a name or listId, and 'group' can be a group name or null to clear, adding meaning beyond the schema's types. This clarifies the parameter semantics effectively.

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 verb 'Assign' and the resource 'Microsoft To Do lists to named groups/folders', and distinguishes this tool from siblings like todo_get_lists by explaining the purpose is to organize lists into groups for later retrieval. It also mentions sub-uses like moving or clearing assignments.

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 gives explicit use cases (assign lists to groups, move a list to a different group, clear a group) but does not specify when not to use this tool versus alternatives such as creating a list or login. No sibling is directly excluded, but the use cases are clear.

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/furkanzt/claude-mstodo'

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