Skip to main content
Glama
santismm

santismm-knowledge

Official

Get a first-party essay

get_article
Read-onlyIdempotent

Retrieve a complete essay by its slug, returning clean Markdown-like body, metadata, licence context, and canonical URL. Use after listing or searching articles to fetch the full content.

Instructions

Get one complete essay by slug, including its clean Markdown-like body, metadata, licence context and canonical URL. Use this after list_articles or search_articles has returned the slug you need.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesArticle slug, e.g. 'the-stopwatch-and-the-exam'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesFull Markdown-like article body.
slugYes
titleYes
topicsYes
api_urlYes
summaryYes
languageYes
modifiedYes
publishedYes
resource_uriYes
canonical_urlYesCite this URL.
translation_keyNo
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare the operation as read-only, idempotent, and non-destructive. The description adds useful behavioral context beyond those annotations by specifying the shape of the returned content, including the clean Markdown-like body, licence context, and canonical URL.

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 that are fully informative and front-loaded. The first sentence states what the tool returns; the second gives the prerequisite workflow. No filler or repetition.

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 single-parameter, read-only tool with an output schema and strong annotations, the description is complete. It tells the agent what to call before this tool, what the slug is, and what the result contains.

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 schema already documents the single slug parameter with 100% coverage and provides a meaningful example. The description does not need to add much, but it does reinforce that the slug is expected to come from prior list/search calls.

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 clearly states a specific verb and resource: 'Get one complete essay by slug'. It also enumerates the contents of the result (Markdown-like body, metadata, licence context, canonical URL), which differentiates it from generic retrieval tools and sibling get_* tools.

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 explicit context for when to use the tool: after list_articles or search_articles has returned the slug. It does not explicitly discuss when not to use it, but the workflow guidance is clear enough to guide an agent.

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

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