Skip to main content
Glama
aka-kika

obsidian-codex-mcp

create_base

Create validated Obsidian Base files to organize notes into structured database views. Schema errors are rejected to prevent invalid configurations.

Instructions

Create a new Obsidian Base (.base) file with schema validation.

Bases are database-like views over your notes. The structure is validated against the official Bases schema before anything is written; an invalid base is rejected with a message naming the offending path, and no file is created.

Args: path: Vault-relative path ending in .base (e.g., "Bases/Tasks.base") views: List of view objects (at least one). Each needs a "type" (table | list | cards | map) and usually a "name" and "order". filters: Optional global filter. Either a string statement or a mapping with one of "and" / "or" / "not" holding a list of conditions. formulas: Optional mapping of formula name -> expression string. properties: Optional mapping of property name -> config (e.g., {"status": {"displayName": "Status"}}). summaries: Optional mapping of summary name -> expression string.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
viewsYes
filtersNo
formulasNo
summariesNo
propertiesNo
Behavior3/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 discloses that validation occurs before writing and that invalid structures are rejected with error messages. However, it does not mention authentication requirements, potential side effects beyond creation, or whether the tool can overwrite existing files.

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 concise and well-structured: a summary sentence, a behavioral detail paragraph, and a bulleted Args list. Every sentence adds value, and the critical information is front-loaded.

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?

Given the complexity (6 parameters, no output schema, no annotations), the description is largely complete. It explains the validation behavior, parameter meanings, and required fields. Minor omissions include specific return value or success/failure indications, but these are minimal impact.

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

Parameters5/5

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

The schema description coverage is 0%, but the description's Args section provides detailed explanations for all six parameters, including type constraints (e.g., path ending in .base), structure of views (requires type, name, order), and the format of filters, formulas, summaries, and properties. This fully compensates for the lack of schema descriptions.

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 description clearly states 'Create a new Obsidian Base (.base) file with schema validation.' It specifies the verb (create) and resource (base file), and the addition of 'with schema validation' distinguishes it from other base tools like update_base or delete_base.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use the tool (creating a new base) but does not explicitly mention when not to use it or suggest alternatives. It could improve by stating 'Use this to create a new base; use update_base to modify an existing base.' Currently, usage guidance is implied.

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/aka-kika/kika-obsidian-mcp'

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