Skip to main content
Glama
vasylm1

md-reader-mcp

by vasylm1

Add a server connection

add_connection

Add a NAS or server connection to Markdown Reader for accessing Markdown notes. Credentials are securely stored in the OS keychain.

Instructions

Add a NAS / server connection to Markdown Reader. The password is stored in the OS keychain by the app.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
nameYesA label for this connection
portNo
shareNoSMB share name
domainNoSMB domain, if any
secureNoUse TLS for WebDAV
basePathNoFolder to treat as the root
passwordNo
protocolYes
usernameNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior3/5

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

It discloses that the password is stored in the OS keychain, which is a security-related behavior. However, it does not mention other potential behaviors such as overwriting an existing connection or validation steps.

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 a single sentence that is concise and front-loaded with the primary action. It contains no filler or redundant information.

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?

The description provides enough context for a basic add operation, but it could benefit from mentioning whether it overwrites existing connections or if it validates the connection. Overall it is adequate for its scope.

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 description does not add any parameter-specific details. The schema provides descriptions for only 5 of 10 parameters (50%), and the description contributes no additional meaning beyond that.

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 action (add) and the resource (NAS/server connection). It is distinguished from sibling tools like remove_connection and test_connection.

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?

The description does not explicitly state when to use this tool or provide alternatives. It implies adding a connection but lacks explicit guidance on when to choose it over other connection-related tools.

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