Skip to main content
Glama
santismm

santismm-knowledge

Official

Get an Agentic AI Knowledge Unit

get_knowledge
Read-onlyIdempotent

Retrieve a full knowledge unit by its slug after searching or listing entries. Optionally set a locale (en, es, pt) to return only that language's body.

Instructions

Get one knowledge unit by slug. Returns the full entry, or a single-locale body if locale is given. Use this once search or list_knowledge has given you a slug.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesKnowledge unit slug, e.g. 'harness-engineering'.
localeNoLanguage of the returned body. Default: en.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
bodyNo
nameNo
slugYes
tagsNo
domainYes
localeNo
statusNo
aliasesNo
api_urlYes
localesNo
relatedYes
summaryNo
updatedYes
versionYes
categoryYes
evidenceYesEvidence-First provenance: weight claims by this.
fallbackNo
featuredNo
patternsNo
knowledgeNo
frameworksNo
referencesYes
resource_uriNo
technologiesNo
canonical_urlYes
resolved_localeNo
requested_localeNo

Schema Changelog

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

  1. Changed6 schema fields changedv0.4.1
    • addedInput schema / properties / slug / maxLength
      Added value: +128
    • addedInput schema / properties / slug / minLength
      Added value: +1
    • changedOutput schema / additionalProperties
      Previous value: -{}New value: +false
    • addedOutput schema / properties / aliases
      Added value: +{
      +  "items": {
      +    "type": "string"
      +  },
      +  "type": "array"
      +}
    • addedOutput schema / properties / resource_uri
      Added value: +{
      +  "type": "string"
      +}
    • addedOutput schema / required
      Added value: +[
      +  "domain",
      +  "slug",
      +  "category",
      +  "updated",
      +  "version",
      +  "evidence",
      +  "canonical_url",
      +  "api_url",
      +  "references",
      +  "related"
      +]
  2. First observedv0.2.1

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds value beyond those annotations by disclosing the locale-dependent return behavior: full entry vs. single-locale body. No contradiction with annotations.

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, zero filler. The first sentence front-loads the core purpose and locale behavior; the second delivers actionable usage timing. Every word 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 low-complexity, read-only tool with an output schema, annotations, and fully documented parameters, the description covers purpose, behavior, and usage timing. A minor gap is not explicitly routing to alternative get_* sibling tools, but the 'knowledge unit' resource scope makes that differentiation implicit.

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?

Schema description coverage is 100%, so the schema already documents both parameters. The description adds genuine meaning by explaining the behavioral consequence of locale ('full entry, or a single-locale body'), which goes beyond the schema's 'Language of the returned body' phrasing.

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 uses a specific verb+resource structure: 'Get one knowledge unit by slug.' It clearly distinguishes from sibling list/search tools by emphasizing single-item retrieval by slug, and the phrase 'Use this once search or list_knowledge has given you a slug' positions it precisely against its discovery-oriented siblings.

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 gives an explicit precondition for use: after `search` or `list_knowledge` yields a slug. This is clear context that prevents an agent from calling it prematurely. It does not explicitly enumerate exclusions (e.g., that get_pattern/get_article are for other resource types), but the knowledge-unit scope makes those alternatives obvious.

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/santismm/santismm-knowledge-mcp'

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