Skip to main content
Glama
ccmdi

Obsidianki MCP Server

by ccmdi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_flashcardsA

Generate flashcards using obsidianki.

Args:
    notes: Note patterns to process (e.g., ["frontend/*", "docs/*.md:3"]). Supports glob patterns with optional sampling using :N suffix. You can leave this blank if the user does not specify.
    cards: Number of flashcards to generate (number of cards to generate, recommend 3-6 if set)
    query: Optional query/topic for generating content from chat. Important for generating new content rather than from existing notes.
    deck: Optional deck name (defaults to user's default deck)
    use_schema: If true, uses existing cards from the deck to match specific card format (--use-schema flag)

Prompts

Interactive templates invoked by user choice

NameDescription
instructionsInstructions for using the flashcard generation tool

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools. The tool's purpose is clearly defined.

Naming Consistency5/5

The single tool uses a clear verb_noun pattern ('generate_flashcards'), which is consistent within the server.

Tool Count3/5

The server has only one tool, which is the bare minimum. For a single-purpose server focused on generating flashcards, this is borderline but not excessive.

Completeness2/5

The tool only supports generation. There are no tools for viewing, updating, or deleting flashcards, creating significant gaps for any workflow beyond initial generation.

Maintenance

ActivityInactive
ResponsivenessNo issues