Skip to main content
Glama
zong09
by zong09

My open work

get_my_work

Get all open tasks assigned to you across the workspace, grouped by overdue, today, this week, and later. Ideal for standups, daily planning, or backlog sweeps.

Instructions

Every open task assigned to you across the whole workspace, grouped by overdue / today / this week / later. This is the one to call for a standup, a 'what's on my plate' question, or a backlog sweep.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
include_closedNoInclude finished tasks too. Default false.
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 burden. It discloses the scope (all open tasks assigned to the user) and grouping logic (overdue/today/this week/later), which is useful. However, it does not mention the effect of include_closed on grouping, potential large volumes, or explicitly state that the operation is read-only.

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 two sentences long, front-loaded with the core functionality and followed by specific usage scenarios. Every sentence serves a purpose with no redundancy.

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

Completeness4/5

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

Given the tool's simplicity (one optional boolean parameter, no output schema), the description is sufficiently complete: it covers what the tool does, the grouping, and when to use it. It does not describe the return format or explicitly contrast with search_tasks, but these are minor omissions for a personal task list tool.

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

Parameters3/5

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

The schema covers 100% of parameters, including a clear description of include_closed with its default. The tool description adds no additional parameter-specific semantics, so it stays at the baseline of 3.

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 tool's function: it returns every open task assigned to the user, grouped by overdue/today/this week/later. It differentiates itself from siblings by focusing on personal tasks across the whole workspace, making it distinct from search_tasks or get_task.

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 explicitly names use cases: standup, 'what's on my plate', and backlog sweep, positioning this as the go-to tool for these. It does not explicitly exclude alternatives, but the strong recommendation gives clear contextual guidance.

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/zong09/clickup-custom-mcp'

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