Skip to main content
Glama
3lehr
by 3lehr

knowledge_freigeben

Restore visibility of a withdrawn knowledge node so it reappears in search and recall. Flips visibility back without changing content or summary.

Instructions

Undo a knowledge_zurueckziehen: the node reappears in knowledge_search/recall. Restores nothing -- content/summary stay empty as they were left by the withdrawal, this only flips visibility back.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoFull node path -- exactly one of node_id/path required
actorNoCalling agent identity; else BEGOD_KNOWLEDGE_ACTOR or unknown
modelNoCalling model; else BEGOD_KNOWLEDGE_MODEL or unknown
node_idNoNode ID -- exactly one of node_id/path required
sessionNoStable session ID; else BEGOD_KNOWLEDGE_SESSION or unknown

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden, and it does well: it discloses that only visibility is flipped, that content/summary remain empty, and that the node reappears in search/recall. It does not cover error cases, permissions, or the exact success response, but the core side-effect profile is clearly stated.

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 compact sentences, no fluff, and the most important behavioral distinction ('undo withdrawal', 'only flips visibility') is front-looed. Every clause earns its place.

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

Completeness4/5

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

For a simple state-flipping operation with no annotated safety profile or output schema, the description covers purpose, expected effect, and key limitation. It leaves out a note on whether success confirmation or errors are returned, but the tool is simple enough that the provided information is nearly complete.

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 input schema already documents every parameter including the 'exactly one of node_id/path required' constraint and the fallback values for actor/model/session. The description adds no parameter-level meaning beyond the schema, matching the baseline of 3.

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 opens with an explicit verb and target: 'Undo a knowledge_zurueckziehen', and names the observable effect ('the node reappears in knowledge_search/recall'). It distinguishes itself from its sibling inverse by clarifying exactly what it does and does not do, so an agent can tell it apart from knowledge_zurueckziehen and knowledge_update.

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

Usage Guidelines5/5

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

The description gives a clear usage context: this is the inverse of knowledge_zurueckziehen, used to reverse a withdrawal. It also states when not to expect more ('Restores nothing'), preventing misuse as a content-restoration or editing tool. This is sufficient guidance relative to the sibling list.

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

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/3lehr/brainlehr'

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