Skip to main content
Glama
ariedotme

obsidian-writer-mcp

by ariedotme

obsidian_create_task

Create a structured Obsidian task with due dates, priorities, tags, and recurrence. Converts semantic details into Markdown compatible with Obsidian Tasks in your vault.

Instructions

Create a structured Obsidian Tasks-compatible task in a vault. Use when the user asks for a task, todo, manual reminder, or pending action. Pass semantic fields only; obsidian-writer formats the final Markdown line. Dependencies are accepted for future compatibility but are not sent yet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dueNo
doneNo
tagsNo
startNo
titleNo
vaultNo
sourceNohermes
statusNo
contentNo
due_textNo
priorityNo
cancelledNo
scheduledNo
depends_onNo
recurrenceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description discloses non-obvious behaviors: semantic fields are passed to obsidian-writer for final Markdown formatting, and dependencies are accepted but not sent. This goes beyond a simple 'create task'. However, it does not describe return values, failure modes, or vault prerequisites.

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 four concise sentences with purpose first, usage guidance second, and technical caveats last. No redundant or filler content.

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?

With 15 parameters, no annotations, and no schema descriptions, the description is too sparse to fully guide invocation. It omits parameter meanings, date formats, vault targeting, and expected output, making it incomplete for correct usage.

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

Parameters2/5

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

The schema has 0% description coverage and the description does not explain individual parameters. It only generalizes that semantic fields should be passed and notes depends_on is ignored, leaving 14 other parameters unspecified.

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 first sentence clearly states 'Create a structured Obsidian Tasks-compatible task in a vault', specifying the verb, resource, and format. This distinguishes it from sibling tools like obsidian_create_note and obsidian_list_tasks.

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 explicitly states when to use it: 'Use when the user asks for a task, todo, manual reminder, or pending action.' It provides clear trigger conditions, though it does not mention alternatives or exclusion cases.

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/ariedotme/obsidian-writer-mcp'

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