Skip to main content
Glama
3lehr
by 3lehr

knowledge_modell

List every knowledge node and lesson written by a selected model to assess its quality by how often entries are later pulled, corrected, or withdrawn.

Instructions

Read-only: list every knowledge node and lesson written by one model (actor/session/model columns, Auftrag 2026-08-06 Nachtrag) -- isolates one model's entries to judge its quality by outcome (how often later pulled/corrected/withdrawn). Never withdraws or deletes anything itself.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYesModel name, e.g. BEGOD_KNOWLEDGE_MODEL or 'unbekannt'

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior4/5

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

Annotations are absent, so the description carries the full burden. It explicitly states 'Read-only' and 'Never withdraws or deletes anything itself,' which is critical behavioral disclosure. It also reveals the returned columns (actor/session/model) and the evaluation intent, adding context beyond the schema.

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 front-loaded with the most important facts: read-only, what is listed, and the filtering criterion. The dash-separated rationale ('isolates one model's entries to judge its quality') is useful but slightly dense with the parenthetical ticket reference. No wasted words overall.

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 list tool with one required parameter and no output schema, the description conveys the operation, the purpose, and the safety guarantee. It does not mention pagination or output format, but the low complexity and self-contained scope make the description sufficient for correct invocation.

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% and the single parameter 'model' is already described with examples. The tool description reinforces that the model filters the entries, but adds no new semantic detail beyond what the schema provides, so baseline 3 is appropriate.

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?

States a specific verb and resource: 'list every knowledge node and lesson written by one model.' It also includes the key filter (model) and explicitly declares read-only behavior, which distinguishes it from mutation siblings like knowledge_update or knowledge_zurueckziehen. The parenthetical columns further clarify the output scope.

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?

Provides clear context: the tool is used to isolate one model's entries and judge its quality by outcome. This implies a use case (evaluation) without naming alternative tools explicitly, but the purpose is evident enough that an agent can decide when to invoke it rather than siblings like knowledge_search or knowledge_stats.

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