Skip to main content
Glama
Regan-Milne

Obsideo MCP server

Store an object

put
Destructive

Store local files or inline content as objects with optional client-side encryption. Data is replicated across providers and cryptographically verified.

Instructions

Store a local file or inline content as an object. Optional encrypt=true encrypts client-side with AES-256-GCM using a locally generated, user-held key before upload (the platform then cannot read the object; key loss = data loss). Zero-byte objects are rejected. Objects are replicated to 3 providers and verified on a continuous cryptographic challenge cycle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesObject key, e.g. backups/db-2026-07-19.sql.zst
contentNoInline UTF-8 content (alternative to local_path)
encryptNoEncrypt client-side before upload
local_pathNoPath of a local file to upload
Behavior5/5

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

Discloses client-side AES-256-GCM encryption, platform inability to read, key loss consequences, zero-byte rejection, and replication/cryptographic verification. Annotations already indicate destructive nature, so description adds valuable detail beyond annotations.

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?

Four sentences, each serving a purpose: main action, encryption details, zero-byte rule, durability guarantees. No redundancy or fluff.

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?

Given the four parameters are fully described in schema and the description covers critical behaviors (encryption, zero-byte rejection, replication), the tool is well-specified for an AI agent to use safely.

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%, and the description adds context for 'encrypt' (client-side, risk of key loss) and clarifies the distinction between 'content' and 'local_path'. This adds meaning beyond the schema parameter 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 states 'Store a local file or inline content as an object' with a specific verb and resource, clearly distinguishing from siblings 'get' and 'usage'.

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?

Provides clear conditions: encryption warning ('key loss = data loss') and zero-byte rejection. However, it does not explicitly mention when to use vs. alternatives, though the context and tool name make it obvious.

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/Regan-Milne/obsideo-mcp'

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