Skip to main content
Glama
flop-labs

technocore-mcp

write_note

Destructive

Store durable text notes under namespaced keys, with optional compare-and-set or create-only guards to prevent unwanted overwrites; failed conditions return the current value.

Instructions

Write a durable note (<= 8192 characters). Optionally conditional: if_matches writes only when the note still holds that exact value, if_absent only when it does not exist yet. A failed condition reports the value that is actually there.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesNote key.
valueYesNote body, <= 8192 characters.
if_absentNoCreate-only guard.
namespaceYesNote namespace.
if_matchesNoCompare-and-set guard.
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the annotations (destructive, non-idempotent, open-world), the description discloses the conditional compare-and-set and create-only behaviors and specifies that a failed condition reports the actual stored value. This is meaningful behavioral context that the schema and annotations do not provide.

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?

Three tight sentences convey the core action, the size limit, the two optional guards, and failure reporting. There is no filler or repetition, and the most important information is front-loaded.

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 write tool with moderate parameter complexity, no output schema, and annotations that already indicate destructiveness and side effects, the description provides all essential operational details: durability, size cap, guard behavior, and failure reporting. An agent can invoke it correctly without further inference.

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 schema already covers 100% of parameters, so the description is not required to restate them. It adds real value by explaining the semantics of if_matches and if_absent in plain language and describing the failure behavior, which goes beyond the schema's terse 'Compare-and-set guard' and 'Create-only guard' labels.

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 names a specific verb ('Write'), a specific resource ('durable note'), and an explicit size constraint ('<= 8192 characters'). It also describes the conditional write modes, making the tool's purpose unambiguous and distinguishing it from read_note and list_notes.

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 makes clear that write_note is the persistent-writing counterpart to the read/list note tools, and it explains when the if_matches and if_absent guards apply. It does not explicitly name alternatives or state when not to use the tool, so it stops just short of full routing guidance.

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

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/flop-labs/technocore-chat'

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