Skip to main content
Glama
bezata

kObsidian MCP

by bezata

Update Task Metadata

tasks.updateMetadata
Idempotent

Update a task's dates, priority, or recurrence without altering its text. Identify by source file and line number; pass only fields to change. Idempotent and safe for non-task lines.

Instructions

Update a task's dates, priority, or recurrence expression in place without touching the task body text. Identified by sourceFile + 1-based lineNumber. Pass only the fields you want to change. Idempotent — re-running with identical inputs converges on the same line. Fails if the target line is not a task.

Operates on the session-active vault (see vault.current — selectable via vault.select) unless an explicit vaultPath argument is passed, which always wins.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dueDateNo
priorityNoTasks-plugin priority level.
startDateNo
vaultPathNo
lineNumberYes1-based line number of the task line to update.
recurrenceNo
sourceFileYes
scheduledDateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesThe path or identifier the tool acted on.
changedYesTrue if the tool altered vault state on this call; false if it was a no-op.
summaryYesShort human-readable summary of what happened.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.3.5
  2. Removedv0.3.4
  3. Changed7 schema fields changedv0.1.2
    • addedInput schema / additionalProperties
      Added value: +false
    • addedInput schema / properties / lineNumber / description
      Added value: +"1-based line number of the task line to update."
    • addedInput schema / properties / priority / description
      Added value: +"Tasks-plugin priority level."
    • addedOutput schema / description
      Added value: +"Standard mutation envelope. Individual tools may attach additional fields (e.g. `created`, `appended`, `before`/`after` counts) — those are documented in the tool description."
    • addedOutput schema / properties / changed / description
      Added value: +"True if the tool altered vault state on this call; false if it was a no-op."
    • addedOutput schema / properties / summary / description
      Added value: +"Short human-readable summary of what happened."
    • addedOutput schema / properties / target / description
      Added value: +"The path or identifier the tool acted on."
  4. First observedv0.1.0

TDQS

A4.1/5.0
Behavior4/5

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

Description discloses idempotency (consistent with the idempotentHint annotation) and adds meaningful context: 're-running with identical inputs converges on the same line' and 'Fails if the target line is not a task.' It also explains vault selection precedence. These details go beyond the annotations, which only flag idempotentHint, enriching the behavioral picture without contradiction.

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?

Two short, front-loaded paragraphs. The first paragraph states the core action and identity; the second covers idempotency, failure mode, and vault selection. Every sentence adds essential information, with no redundancy or filler.

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 mutation tool with an output schema and well-patterned date fields, the description covers identity, failure mode, idempotency, and vault selection. The only gap is explicit guidance for less obvious parameters (recurrence format, vaultPath semantics), but the schema patterns and existing schema descriptions partially fill that gap. Overall, sufficient 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?

Schema description coverage is only 25% (priority and lineNumber have descriptions). The description compensates partially by explaining the identity mechanism and partial-update behavior, but it does not clarify the semantics of dueDate, startDate, scheduledDate, recurrence, or vaultPath. With low coverage, the description must carry more parameter detail than it does.

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?

States a specific verb ('update'), resource ('task metadata'), and scope (dates, priority, recurrence) with the crucial qualifier 'without touching the task body text.' It also specifies the identity mechanism (sourceFile + lineNumber), which clearly differentiates it from sibling tools like tasks.create and tasks.toggle.

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?

Provides clear contextual guidance: it operates on the session-active vault, with vaultPath as an override, and instructs to 'pass only the fields you want to change.' However, it does not explicitly name alternatives (e.g., tasks.edit for body text) or state conditions for when not to use this tool, so it stops short of full exclusion guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/bezata/kObsidian'

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