Skip to main content
Glama

store_put

Write a JSON record to a named collection, creating it on first use. Pin a stable ID to overwrite, or auto-generate. Deviation marks unusual writes as flagged or stopped.

Instructions

Write a JSON record to a named SOIL collection (created on first write). Pass record_id to pin a stable ID — re-putting the same ID overwrites the record; omit it to auto-generate one. deviation (radians) declares how far this write departs from established pattern: >= 0.785 is recorded as 'flag',

= 1.571 as 'stop', otherwise 'work_quiet'. Returns {id, action}. Confined to the collections in your manifest's store_scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_idYes
recordYes
deviationNo
record_idNo
collectionYes
Behavior5/5

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

With no annotations provided, the description carries the full burden. It discloses side effects (collection creation on first write, overwriting on re-put), ID auto-generation behavior, deviation thresholds and resulting actions, return shape, and scope constraints (manifest's store_scope). This is comprehensive behavioral transparency.

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 concise, front-loaded with the primary action, and every sentence adds essential detail (ID behavior, deviation semantics, return value, scope). There is no fluff or redundancy, making it highly efficient.

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?

Despite lacking an output schema, the description specifies the return shape ({id, action}). It covers creation, overwrite, auto-ID, deviation behavior, and scope constraints, providing complete operational context for a 5-parameter tool with nested objects and no annotations.

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?

The description adds meaningful semantics for record_id (pin vs auto-generate, overwrite), deviation (radians thresholds mapping to 'flag', 'stop', 'work_quiet'), and collection (named, created on first write). It does not explain app_id, leaving a small gap since schema coverage is 0%, but the majority of parameters are well-specified.

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 uses a specific verb ('Write') and resource ('JSON record to a named SOIL collection'), and further distinguishes from siblings by explaining creation-on-first-write and overwrite behavior. It clearly communicates what the tool does and how it differs from store_get, store_delete, and other store 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?

It provides clear context on when to use the tool: writing a JSON record, with options for pinning an ID or auto-generating one, and mentions the deviation classification. However, it does not explicitly name alternative tools for other operations (e.g., store_get for reads), so it lacks explicit when-not/alternatives 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/rudi193-cmd/willow-mcp'

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