Skip to main content
Glama
Lithial

obsidian-vault-mcp

by Lithial

write_bug

File a new bug for a project in your Obsidian vault. Provide title, description, priority, and optional Shortcut references.

Instructions

File a new bug in the vault under a specific project

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesBug title
projectNoProject name — derive from the git remote name of your working directory (e.g. git remote get-url origin | sed 's|.*/||;s|\.git$||') or use the folder name as fallback
priorityNoPriority 1–N where 1 is highest (default 3)
descriptionYesBug description in markdown
shortcut_cardNoShortcut card URL (optional)
shortcut_branchNoShortcut helper branch name (optional)
Behavior2/5

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

With no annotations, the description must carry the full burden of behavioral disclosure. It only states 'file a new bug' but omits side effects (e.g., whether it creates a permanent record), authentication needs, or return value. The agent lacks insight into the tool's behavior beyond its write nature.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-structured sentence that conveys the core purpose without waste. It is concise and efficient, though a bit more detail could be added without harming conciseness.

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?

Given the tool has 6 parameters, no output schema, and no annotations, the description is incomplete. It does not explain what happens upon success (e.g., returns bug ID), error conditions, or relationships to sibling tools like list_projects for obtaining the project name.

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 input schema has 100% coverage with detailed descriptions for each parameter, including derivation instructions for 'project' and default for 'priority'. The tool description adds no additional meaning beyond the schema, so a baseline score of 3 is appropriate.

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 ('file a new bug') and the target ('in the vault under a specific project'). It distinguishes from sibling tools like list_bugs and get_bug by emphasizing creation. However, it lacks an explicit differentiation statement.

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?

No guidance is provided on when to use this tool versus alternatives like write_feature_doc or update_bug_status. The description does not include any context about prerequisites, typical workflow, or exclusion scenarios.

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/Lithial/obsidian-vault-mcp'

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