Skip to main content
Glama
maxkuminov

Obsidian MCP (pgvector + Ollama, self-hosted)

by maxkuminov

check_upload

Check an upload's status to confirm it finished before reporting success. Returns pending, uploading, completed (with path, sha256, MIME), or expired.

Instructions

Ask what happened to an upload link you minted with request_upload.

Returns one of pending (nothing sent yet), uploading (bytes are in flight), completed (with the path, size, sha256 and MIME type of what landed), or expired. Use it to confirm a transfer really finished before you tell the user it did, and to get the sha256 if they want to verify it.

Only links minted by this same API key or OAuth token are visible; anyone else's upload_id reads as not found.

If it says uploading for more than a couple of minutes, the transfer died mid-flight. That link will never complete — mint a new one with request_upload.

Pass the upload_id itself — the short handle from request_upload, not the upload URL and not the token after the #. Anything else is refused without a lookup.

Args: upload_id: The upload_id that request_upload returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
upload_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that only links minted by the same API key/token are visible, returns `not found` for others, and describes the fate of stuck `uploading` links. It also explains input format restrictions. It doesn't explicitly state read-only nature, but given the tool's purpose, the behavior is well-covered.

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 longer than average but every sentence serves a purpose. It is well-structured with clear sections for return values, usage, security/scope, error handling, and parameter format. It front-loads the core purpose and avoids fluff. Minor redundancy in Args (repeats the same info) but not excessive.

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 simple one-parameter tool with an output schema, the description is thorough. It covers all possible return states, explains the `not found` case, gives timeout guidance, and specifies the exact input format. The presence of an output schema reduces the need to detail return structures, but the description still preemptively covers them in plain language.

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?

Schema coverage is 0% (only type and title), so the description must fully define the parameter. It does so explicitly: 'Pass the `upload_id` itself — the short handle from `request_upload`, not the upload URL and not the token after the `#`. Anything else is refused without a lookup.' Also repeats in Args. This adds rich meaning beyond the bare 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 clearly states the tool's purpose: 'Ask what happened to an upload link you minted with `request_upload`.' It specifies the resource (upload link) and the action (checking status), and distinguishes itself from sibling `request_upload` by focusing on post-mint status. The enumerated possible return states (`pending`, `uploading`, `completed`, `expired`) further clarify its function.

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

Usage Guidelines5/5

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

Provides explicit guidance: 'Use it to confirm a transfer really finished before you tell the user it did, and to get the sha256 if they want to verify it.' Also gives a when-not-to-use scenario: if `uploading` persists for more than a couple of minutes, tells you to mint a new link with `request_upload`. This clearly differentiates from siblings and offers alternatives.

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

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