Skip to main content
Glama

store_unstructured

Store raw files and resources in Neotoma's deterministic state layer for AI agents. Accepts base64-encoded content or local file paths with MIME types to preserve unstructured data.

Instructions

Store raw files only. Use when data is file- or resource-sourced (user attachment or file to preserve). Provide file_content (base64) + mime_type or file_path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idempotency_keyYesRequired. Client-provided idempotency key for replay-safe storing.
file_contentNoBase64-encoded file content (for unstructured storage). Use file_path for local files instead of base64 encoding.
file_pathNoLocal file path (alternative to file_content). If provided, file will be read from filesystem.
mime_typeNoMIME type (e.g., 'application/pdf', 'text/csv') - required with file_content, optional with file_path
original_filenameNoOriginal filename (optional, auto-detected from file_path if not provided)
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions 'raw files only' and idempotency requirement, but lacks critical behavioral details: whether this is a write operation (implied by 'store'), what permissions are needed, rate limits, error conditions, or what happens on duplicate idempotency keys. For a storage tool with no annotation coverage, this is insufficient.

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 perfectly concise: two sentences that each earn their place. First sentence states purpose and usage context, second provides parameter guidance. No wasted words, front-loaded with essential information.

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?

Given no annotations and no output schema, the description is incomplete for a storage tool. It covers basic purpose and parameter relationships but misses behavioral aspects like mutation effects, error handling, and return values. For a 5-parameter tool with no structured safety information, this leaves significant gaps.

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?

Schema description coverage is 100%, so the schema fully documents all 5 parameters. The description adds minimal value beyond the schema: it mentions the base64 requirement for file_content and the file_path alternative, but doesn't provide additional semantic context. Baseline 3 is appropriate when schema does the heavy lifting.

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 clearly states the tool's purpose: 'Store raw files only' with the verb 'store' and resource 'raw files'. It distinguishes from siblings like 'store_structured' by specifying 'unstructured' storage, but doesn't explicitly contrast with 'store' or 'parse_file'. The purpose is specific but could be more differentiated from similar tools.

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 clear usage context: 'Use when data is file- or resource-sourced (user attachment or file to preserve)' and mentions alternatives ('Use file_path for local files instead of base64 encoding'). However, it doesn't explicitly state when NOT to use this tool versus 'store_structured' or 'parse_file', missing full alternative guidance.

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/markmhendrickson/neotoma'

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