Skip to main content
Glama

List today's tasks

list_daily_tasks
Read-only

Retrieve tasks assigned to you or due today, filterable by board, to plan your daily work.

Instructions

List tasks relevant for today (assigned to me and not done, or due today). Optional board filter by slug.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoOptional date override YYYY-MM-DD
slugNoDeprecated alias of board_slug
limitNoMax items
offsetNoPagination offset
detailedNoReturn full task objects
board_slugNoBoard slug
Behavior3/5

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

readOnlyHint and openWorldHint annotations already establish the safe, non-exhaustive nature. The description adds the scoping logic, but it leaves ambiguity about whether 'due today' includes completed tasks and does not disclose default return verbosity. This aligns with the baseline for annotation-covered tools.

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 a single sentence, front-loaded with the verb, and contains no filler. The parenthetical adds precise filter criteria and the optional board filter is conveyed efficiently.

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?

For a read-only list tool with full schema and annotation coverage, the description covers the essential relevance criteria. It does not explain the return format, but the 'detailed' parameter and openWorldHint provide some indication; a dedicated output schema would improve completeness.

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?

All 6 parameters have schema descriptions (100% coverage), so the description adds little beyond what the schema already provides. The only addition is confirming the board filter is optional, which is also apparent from having zero required parameters.

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 'List' and the resource 'tasks relevant for today', with explicit inclusion criteria (assigned to me and not done, or due today). This distinguishes it from siblings like list_tasks and list_calendar_tasks by specifying the daily relevance filter.

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 provides clear context: it is for today's relevant tasks, with an optional board filter. It does not explicitly mention alternatives or exclusions, but the daily relevance criterion and optional board filter imply the appropriate scenario.

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/gonnagetapower/kelvia-mcp'

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