Skip to main content
Glama
CoolJohn-lab

Cursidian

by CoolJohn-lab

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v2.11.4

  • Disambiguation5/5

    Each tool has a distinct domain: graph handles link relationships, note manages note CRUD, search provides various search/list functions, and vault performs maintenance and operational tasks. No overlap in purpose.

    Naming Consistency5/5

    All four tool names are single lowercase nouns (graph, note, search, vault), following a consistent and predictable pattern.

    Tool Count5/5

    4 tools is well-scoped for a note-taking vault server, covering core operations without unnecessary bloat.

    Completeness4/5

    The tool set covers essential CRUD, search, graph, and maintenance operations. Minor gaps include lack of export/import or batch operations, but the core workflows are adequately supported.

  • Average 4.3/5 across 4 of 4 tools scored. Lowest: 3.5/5.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 36 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI is passing
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior3/5

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

    With no annotations provided, the description must fully disclose behaviors. It notes that slop_check is read-only, deslop is journaled with confirmation, and delete_folder requires confirm and empty folders. However, it doesn't consistently label actions as read-only or write (e.g., sync_index, undo are mutating but not flagged), and side effects like index regeneration are implied rather than explicit.

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

    Conciseness3/5

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

    The description is a single dense paragraph that front-loads 'Vault maintenance' but quickly becomes a list of actions without visual separation. While information-dense, it could be more readable with bullet points or sections. Each sentence earns its place, but structure is suboptimal.

    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 24 parameters and no output schema, the description covers action semantics, parameter usage, and key constraints for each action. It explains what each action does (e.g., 'regenerate index.md from frontmatter') and which parameters apply. Missing details include the structure of the health report and exact output of manifest read, but overall it's comprehensive for a complex tool.

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

    Parameters4/5

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

    Parameter descriptions in the schema achieve 100% coverage. The description adds value by mapping parameters to specific actions (e.g., 'Used by create_folder, list_folders, and delete_folder actions') and imposing additional constraints (e.g., 'confirm must be true'). This extra context helps agents correctly select and combine parameters.

    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 opens with 'Vault maintenance' and enumerates 11 specific actions with brief explanations, providing a clear overview of the tool's purpose. It distinguishes from sibling tools (graph, note, search) as a maintenance utility, though the high-level purpose is fragmented across actions.

    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 implicitly guides usage by listing available actions and their constraints (e.g., 'delete requires confirm, empty folders only'), but it lacks explicit statements about when to use this tool versus siblings or alternative approaches. The context is clear enough for an agent to infer appropriate use cases.

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

  • Behavior4/5

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

    No annotations provided, but the description discloses the tool's behavior: it returns both resolved and unresolved outgoing links, paginated backlinks, and depth restriction. It does not mention any destructive actions or permissions, but for a read-only graph tool, the description is transparent.

    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 two sentences, front-loading the output components and constraints. Every word adds value; there is no fluff.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness3/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    Without an output schema, the description could be more detailed about the structure of the returned data (e.g., how links are organized). It mentions the types of links but not the format, leaving some ambiguity for a complex response.

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

    Parameters4/5

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

    Schema coverage is 100%, so baseline is 3. The description adds value by specifying that 'path' accepts vault-relative paths, titles, and frontmatter aliases, which is not fully detailed in the schema. This gives the agent useful flexibility hints.

    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 the tool returns a note's link neighborhood, specifying resolved outgoing wikilinks, unresolved outgoing links, and paginated backlinks. It distinguishes from siblings like 'note' (returns note content) and 'search' (full-text search) by focusing on graph connectivity.

    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 mentions depth is limited to 1 and accepted path formats, giving clear constraints. However, it does not explicitly state when to use this tool over siblings, though the purpose is distinct enough that it's implied.

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

  • Behavior5/5

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

    With no annotations, the description fully bears the transparency burden. It comprehensively details behavioral traits: what read returns (content, frontmatter, hashes, outgoingLinks), path resolution caveats (except create), update mode specifics (size guard for replace), concurrency detection via expectedRevision, and mutation return values (operationId/undoAvailable). The deprecated expectedHash alias is also noted.

    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 front-loaded with the core purpose and then provides necessary details in a logical flow. It is not overly verbose given the complexity (19 parameters, many conditional). However, it could be slightly more structured (e.g., bullet points) for easier scanning.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness5/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    For a tool with 19 parameters, no output schema, and nested objects, the description is remarkably complete. It covers all actions, path resolution, update strategies, concurrency, return values, and even deprecated fields. No gaps are evident for an AI agent to use the tool correctly.

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

    Parameters4/5

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

    Schema description coverage is 100%, so baseline is 3. The description adds significant context beyond the schema, such as the meaning of 'action' values, path resolution rules, preferred update modes, and concurrency usage. This elevates it above baseline but not to a 5 as some parameter-specific details (like max constraints) are already in the schema.

    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 lists specific actions (read, create, update, delete, rename, frontmatter) on the 'note' resource, clearly distinguishing it from sibling tools like graph, search, and vault. The verb+resource combination is explicit and unambiguous.

    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 provides detailed usage guidance, such as preferring 'patch' or 'replace_section' for updates, explaining path resolution behavior, and advising to pass 'expectedRevision' for concurrency control. However, it does not explicitly compare to sibling tools or state when not to use this tool, which would elevate it to a 5.

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

  • Behavior5/5

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

    With no annotations provided, the description fully bears the burden. It details full-text search behavior (token-AND with OR fallback, typo correction), pagination (cursor/truncated/nextCursor, stale cursor errors), response flags (incomplete, skipped), and folder exclusions (includeOperational). This exceeds typical expectations.

    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 efficient and well-organized. It starts with the core purpose ('Find notes.'), then systematically enumerates actions with their specific settings. Every sentence provides distinct information without redundancy, and the format is easy to scan.

    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 (11 parameters, 5 actions, no output schema), the description is highly complete. It covers behavior, error conditions, and parameter groupings. It lacks a detailed specification of the response structure (e.g., fields in item objects), but the format parameter and mention of 'compact for index-only results' partially compensate. Overall, it is stronger than typical descriptions.

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

    Parameters4/5

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

    Schema coverage is 100%, so each parameter has a description. However, the tool description adds significant cross-parameter context (e.g., which actions use which parameters), behavioral details (e.g., stale cursor error), and usage constraints (e.g., 'accepts no other arguments' for tags action). This adds value beyond the schema, justifying a score above the baseline of 3.

    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 the tool finds notes and lists multiple distinct actions (content, by_tags, list, recent, tags), each with a specific purpose. It differentiates from sibling tools (graph, note, vault) by focusing on search and enumeration operations.

    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 provides explicit when-to-use guidance for each action (e.g., 'prefer 2-3 keywords' for content, 'frontmatter tag filter (AND)' for by_tags). It also explains cursor handling and error cases. However, it does not explicitly exclude alternatives among sibling tools, but the context makes it clear that search is for finding notes while graph is for relationships and vault for vault-level operations.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

Cursidian MCP server

Copy to your README.md:

Score Badge

Cursidian MCP server

Copy to your README.md:

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/CoolJohn-lab/Cursidian'

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