Skip to main content
Glama
mats-i

Checkvist MCP Server

by mats-i

checkvist_get_tasks_paginated

Read-onlyIdempotent

Retrieve large checklists by fetching pages of top-level tasks with subtasks. Call with page numbers to read entire checklist without size limits.

Instructions

Get ALL tasks in chunks to avoid size limits. Returns a specific page of top-level tasks with their subtasks. Call multiple times with different page numbers to read entire checklist.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYesPage number (1-based). Each page contains 1 top-level task with all its subtasks.
compactNoCompact mode (default: true)
max_depthNoMaximum depth of subtasks to include. Use 2-3 for very large branches, 99 for everything (default: 2)
checklist_idYesThe ID of the checklist
ultra_compactNoUltra-minimal mode: only ID + first 40 chars of title. Use for maximum size reduction (default: false)
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the bar is lower. The description adds the chunking/pagination context and mentions avoiding size limits, but it doesn't disclose details like how the end of the list is signaled or any error behavior.

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 with no filler. It front-loads the core purpose (get all tasks in chunks) and immediately explains the usage pattern, earning every word.

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?

The description covers the pagination concept and how to iterate, but with 5 parameters and no output schema, it lacks guidance on determining when the last page is reached and when/how to use compact modes. It is minimally viable but leaves gaps for a complete understanding.

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 only mentions 'page numbers' but does not add meaning beyond the schema for parameters like compact, max_depth, or ultra_compact. It neither compensates nor detracts from the schema.

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 specific verb 'Get ALL tasks in chunks' and clearly identifies the resource (tasks) with a pagination mechanism, setting it apart from siblings like get_tasks or get_task_tree. It explicitly states the page-based approach, making the tool's purpose unambiguous.

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 says 'Call multiple times with different page numbers to read entire checklist', providing a clear when-to-use pattern for reading all tasks in a checklist. While it doesn't explicitly name alternative tools, it gives enough context for the paginated use case.

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/mats-i/checkvist-mcp'

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