Skip to main content
Glama

Northern Forge MCP

host_memory_set

[Local ops] Save a small per-host note. Local file write only; available:false off operator host.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYes
valueYesNote text (max 2000 chars)
host_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

Without annotations, the description carries the burden of behavioral disclosure. It reveals that the tool performs a local file write and has an availability constraint ('available:false off operator host'), but these are cryptically stated. It does not disclose idempotency, overwrite behavior, or error handling, leaving significant gaps.

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 concise, with the core purpose front-loaded in the first sentence. The second sentence is terse but adds key constraints. No wasted words, though the phrasing 'available:false off operator host' is awkward.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of annotations and output schema, the description does not fully cover the tool's context. It omits return value behavior, error conditions, and parameter semantics. For a simple tool it is minimally complete but leaves too much to inference.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 33% (only 'value' has a description). The description adds no parameter-level detail, forcing the agent to infer the roles of 'key' and 'host_id' from context. It does not compensate for the low schema coverage.

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 'Save a small per-host note' – a specific verb (Save) and resource (per-host note). The phrase 'Local file write only' further clarifies the operation, distinguishing it from a read tool like host_memory_get.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. There is no mention of scenarios, prerequisites, or comparisons to sibling tools like host_memory_get. The description merely states what it does without context.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources