Skip to main content
Glama
santismm

santismm-knowledge

Official

Get an Agentic AI Knowledge Unit

get_knowledge
Read-onlyIdempotent

Retrieve a knowledge unit by slug, returning the full entry or a locale-specific version. Use after search or list_knowledge provides the slug.

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
slugNo
tagsNo
domainNo
localeNo
statusNo
api_urlNo
localesNo
relatedNo
summaryNo
updatedNo
versionNo
categoryNo
evidenceNoEvidence-First provenance: weight claims by this.
fallbackNo
featuredNo
patternsNo
knowledgeNo
frameworksNo
referencesNo
technologiesNo
canonical_urlNo
resolved_localeNo
requested_localeNo
Behavior4/5

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

Annotations already mark this as readOnly/idempotent/non-destructive, so the safety profile is covered. The description adds the key behavioral detail that a locale parameter changes the response from a full entry to a single-locale body, which informs the agent's expectations. It does not mention error cases, but the simplicity of the read operation makes this acceptable.

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?

The description is a tight two sentences, front-loading the primary action and adding the essential workflow instruction. Every clause adds value, with no redundancy or filler.

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

Completeness5/5

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

For a simple single-retrieval tool with complete schema coverage, an output schema, and informative annotations, this description covers the purpose, usage, and behavioral nuance. The workflow relationship to search/list is included, making the tool self-contained for an agent to select correctly.

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?

The input schema already provides complete descriptions for both `slug` and `locale`, including an example and enum values, so the parameter semantics are fully covered. The description only reiterates the locale behavior without adding new usage details, matching the baseline for high 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 'Get one knowledge unit by slug' with a specific verb and resource, and clarifies the return behavior ('full entry' vs 'single-locale body'), distinguishing it from list-like siblings. The second sentence explicitly ties it to the search/list workflow, reinforcing its specific role.

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?

Explicitly directs the agent to use this tool after `search` or `list_knowledge` has provided a slug, establishing the prerequisite and workflow. This clearly differentiates when to invoke this tool versus its list/search counterparts, and implies not to use it for pattern/architecture retrieval.

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

Install Server

Other Tools

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