Skip to main content
Glama

save_to_knowledge

Save information to a persistent tracking file. Finds or creates file by topic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
noteNo
topicYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations, the description must disclose side effects. It reveals persistence and file creation by topic, but omits whether saves overwrite or append to existing content, what happens to the file format, or permissions required. For a mutation tool, this is a significant gap.

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?

Two sentences, front-loaded with the primary action and a unique feature; every word earns its place.

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, output schema, and parameter descriptions, the description does not sufficiently cover the tool's behavior, return value, or how it integrates with the knowledge tool family, making it incomplete for reliable invocation.

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?

The schema has no parameter descriptions (0% coverage). The description clarifies that 'topic' is the lookup key for finding/creating the file, but does not explain the role of 'data' or 'note' or how they relate to the saved information.

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 specifies a concrete action ('Save information') and a unique resource ('persistent tracking file') with a distinctive mechanism ('Finds or creates file by topic'), clearly distinguishing it from sibling tools like append_to_doc and find_knowledge.

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

Usage Guidelines3/5

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

The description implies usage for storing information, but gives no explicit guidance on when to prefer this over append_to_doc or how it relates to find_knowledge/get_knowledge_index. Context of use is implied but not fully clarified.

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