Skip to main content
Glama

Server Details

Grounds LLMs in real Scythian: Proto-Scythian lemmas, etymologies, Ossetian/Khotanese descendants.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.8/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

The two tools have clearly distinct purposes: scythian_search queries for lemmas or English translations, while scythian_get_descendants retrieves detailed descendants for a specific lemma handle. No ambiguity.

Naming Consistency4/5

Both tools start with 'scythian_' and use snake_case, but one uses verb_noun ('get_descendants') and the other uses a bare verb ('search'). The pattern is mostly consistent given the small set.

Tool Count4/5

Two tools is reasonable for a narrow linguistic domain focusing on search and descendant retrieval. The scope is limited, so the count fits well without feeling too thin.

Completeness5/5

The tools cover the complete read-only workflow: search for lemmas/entries and then fetch detailed descendants when needed. No obvious missing operations for the stated purpose.

Available Tools

2 tools
scythian_get_descendantsGet a Proto-Scythian entry's descendantsA
Read-onlyIdempotent
Inspect

Fetch the full descendants payload — etymology, glosses and the reflex tree (Sarmatian→Alanic→Ossetian, Saka→Khotanese) — for a lemma identified by a search result's descendant handle (entry_id + word_class). Use this only when a search ran without inline payloads or left a match un-expanded — a default search already returns each match's payload inline. Returns Markdown plus the payload as structuredContent with the shape {"result": } per the declared outputSchema — switch on result.category ('descendants' | 'not_found') before reading the body. Content from en.wiktionary.org (CC BY-SA 4.0).

ParametersJSON Schema
NameRequiredDescriptionDefault
entry_idYesThe bare lemma (no asterisk) from a search result's descendant handle, e.g. 'tiɣri', 'baga' — a typed leading asterisk is tolerated.
word_classYesThe part-of-speech section from a search result's descendant handle, e.g. 'noun', 'adjective', 'proper noun'.

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior5/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint=false. Description adds details on return structure (Markdown + structuredContent with result.category), content source (CC BY-SA 4.0), and how to interpret payload. No contradictions; reinforces safety and provides useful behavioral context.

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?

Description is a single, well-structured paragraph. It starts with action, then usage condition, then return format, then license. Every sentence adds value; no fluff or redundancy.

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?

Given the tool's complexity (descendants payload, reflex tree) and presence of output schema, the description covers purpose, conditions, return structure, and licensing. It is sufficiently complete for an agent to use 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?

Input schema has 100% description coverage and already explains entry_id and word_class clearly. Description adds context like 'from a search result's descendant handle' and examples (e.g., 'tiɣri'), but this largely repeats schema info. Given high schema coverage, baseline 3 is appropriate; description adds marginal value.

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 the tool fetches the full descendants payload (etymology, glosses, reflex tree) for a lemma identified by a search result's descendant handle. It specifies the resource and scope, distinguishing from the sibling scythian_search by noting when to use this tool (when search ran without inline payloads or left un-expanded).

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 provides when-to-use and when-not: 'Use this only when a search ran without inline payloads or left a match un-expanded — a default search already returns each match's payload inline.' Also instructs to switch on result.category before reading body, giving clear operational guidance.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources