Skip to main content
Glama
trung-persefoni

Obsidian Kanban MCP Server

add_task

Add a new task to a specific column in an Obsidian Kanban board, including detailed metadata like descriptions, labels, and acceptance criteria.

Instructions

Add a new task to a specific column in a Kanban board

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
board_nameNoOptional if OBSIDIAN_BOARD_NAME env var is set.
column_nameYes
task_textYes
descriptionNoLonger description of the task (multiline supported)
labelsNoList of tags/labels (e.g. ['urgent', 'bug'])
acceptance_criteriaNoList of acceptance criteria checklist items
create_noteNoIf true (default), creates a new Markdown note for the task with the description, labels, and criteria, and links it on the board.
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool creates a task but doesn't explain what happens after creation (e.g., whether it returns a task ID, triggers notifications, or affects board state). It mentions note creation via the 'create_note' parameter but doesn't clarify default behavior or side effects, leaving significant gaps for a mutation tool.

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, front-loaded sentence that efficiently conveys the core purpose without unnecessary words. Every part of it ('Add a new task', 'to a specific column', 'in a Kanban board') contributes essential information, 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.

Completeness2/5

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

For a mutation tool with 7 parameters, no annotations, and no output schema, the description is insufficient. It lacks details on behavioral outcomes (e.g., what the tool returns, error conditions), doesn't address sibling tool relationships, and relies too heavily on the schema for parameter context, leaving the agent under-informed about usage and effects.

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?

The description doesn't explicitly discuss parameters, but the input schema has 71% description coverage, documenting most parameters well (e.g., 'description', 'labels', 'acceptance_criteria', 'create_note'). However, it doesn't compensate for the 29% gap (undocumented 'board_name', 'column_name', 'task_text'), though the required parameters are implied by the description's focus. Given the schema's solid coverage, this earns above baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Add a new task') and target resource ('to a specific column in a Kanban board'), making the purpose immediately understandable. However, it doesn't differentiate this tool from sibling tools like 'move_task' or 'create_board' beyond the basic verb+resource distinction, preventing a perfect score.

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?

The description provides no guidance on when to use this tool versus alternatives like 'move_task' or 'create_board'. It doesn't mention prerequisites (e.g., needing an existing board/column), exclusions, or typical scenarios for task creation, leaving the agent with minimal contextual direction.

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/trung-persefoni/obsidian-kanban-mcp'

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