Skip to main content
Glama

kaiten_chart_due_dates

Analyze due dates in a Kaiten space to identify completed tasks, filtering by card and checklist item date ranges, tags, lanes, columns, and responsible users.

Instructions

Get due dates analysis for a space. Returns completed tasks summary with card and checklist item due date filtering.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tag_idsNoFilter by tag IDs
due_dateNoDue date filter (ISO 8601)
lane_idsNoFilter by lane IDs
space_idYesSpace ID
tz_offsetNoTimezone offset in minutes
column_idsNoFilter by column IDs
card_date_toYesCard date range end (ISO 8601)
card_type_idsNoFilter by card type IDs
card_date_fromYesCard date range start (ISO 8601)
responsible_idNoFilter by responsible user ID
checklist_item_date_toYesChecklist item date range end (ISO 8601)
checklist_item_date_fromYesChecklist item date range start (ISO 8601)
Install Server

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It does communicate read-only behavior through 'Get' and 'Returns,' and it discloses that the result is a completed tasks summary with due-date filtering. However, it does not mention permissions, output format, pagination, or whether any side effects exist, so transparency is only partial.

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 short sentences with no filler. It front-loads the primary purpose and then gives the output nature, making efficient use of space.

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

Completeness2/5

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

This is a 12-parameter tool with no annotations and no output schema, so the description carries a heavy burden. It provides only a high-level 'completed tasks summary' as the return description and omits details about how the date filters combine, what fields the summary contains, and what the response structure looks like. The schema documents parameter names, but the description is not complete enough for confident invocation without further assumptions.

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?

Schema description coverage is 100%, so the baseline is 3. The description adds marginal value by connecting card and checklist item date ranges to the filtering behavior, but it does not explain parameter interactions, required combinations, or the purpose of the generic 'due_date' parameter.

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 uses a clear verb and resource: 'Get due dates analysis for a space.' It also specifies the output category ('completed tasks summary') and the two filtering dimensions (card and checklist item due dates), which distinguishes it from sibling chart tools like kaiten_chart_summary or kaiten_chart_cfd.

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

Usage Guidelines2/5

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

There is no guidance about when to use this tool versus alternatives, no exclusions, and no indication of how it differs from other chart endpoints. Usage context must be inferred entirely from the name and the single-sentence description.

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

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/ViktorOgnev/kaiten-mcp'

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