Skip to main content
Glama

init_checklist

Initialize a task checklist with status, ID, name, and optional custom columns, while setting up goal tracking to monitor completion progress.

Instructions

Initialize a new task checklist for the current subconductor run. This tool creates a task table with Status, ID, Name, and optional custom columns. It also natively sets up goal tracking to monitor completion progress.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tasksYesList of tasks to perform. Must be objects with "name" and optional "note".
goalYesThe overall goal of this subconductor run
columnsNoOptional list of custom columns for the task table. "Status", "ID", and "Name" are always included.
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool creates a table and sets up goal tracking, but does not mention whether it overwrites an existing checklist, requires specific permissions, or what happens on repeated calls. Some behavior is described but important details are missing.

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, front-loaded with the core purpose, and every sentence adds meaningful information. No unnecessary words or 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?

The description covers the essential effects of the tool (creating a table, setting up goal tracking) and all three parameters are addressed. However, it does not specify the return value (e.g., whether a checklist ID is returned), which would be helpful for subsequent operations. Given the absence of an output schema, this is a minor gap.

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

Parameters4/5

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

Schema coverage is 100% and already describes the parameters. The description adds value by explaining that the 'goal' parameter enables progress tracking and that custom columns are optional. This extra context enhances understanding beyond the schema alone.

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 initializes a new task checklist for the current subconductor run, creating a task table with specific columns and goal tracking. This distinctly sets it apart from sibling tools like add_task or mark_task_done, which operate on existing checklists.

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 implies this tool is the first step before using other checklist tools, but it does not explicitly state when to use it or when not to, nor does it mention alternatives. The context of sibling names makes the usage clear, but a direct statement would improve 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/PaulBenchea/mcp-subconductor'

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