Skip to main content
Glama
mats-i

Checkvist MCP Server

by mats-i

checkvist_get_notes

Read-onlyIdempotent

Fetch all notes and comments for a task using its ID and checklist ID, centralizing task-related feedback for review.

Instructions

Get all notes/comments for a task

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYesThe ID of the task
checklist_idYesThe ID of the checklist
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 safe read-only behavior is covered. The description adds the 'all' scope (full collection), but does not detail return format, ordering, or potential pagination. This is modest additional context beyond annotations, hence a 3.

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?

A single, front-loaded sentence with zero wasted words. It immediately states what the tool does and for which resource, making it highly concise and well-structured.

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 simple read-only tool with two well-described parameters and informative annotations, the description is nearly sufficient. It lacks an explicit mention of the return structure, but the simplicity of the operation and the 'all notes/comments' phrasing make this a complete enough description.

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 has 100% coverage, with both parameters described as 'ID of the task' and 'ID of the checklist'. The description does not add meaning beyond the schema, such as the relationship between the two IDs or any value constraints. Baseline 3 is appropriate when the schema fully documents 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 uses a specific verb ('Get') and resource ('notes/comments') for a task, clearly distinguishing it from sibling note tools like create_note, update_note, and delete_note. It precisely states the tool's function without ambiguity.

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 clearly implies the use case: retrieving all notes/comments for a given task. While it doesn't explicitly mention alternatives or exclusions, the resource scope is specific enough to guide selection among the many sibling tools.

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