Skip to main content
Glama

Server Details

Grounds LLMs in real Old Norse: lemmas, mediopassive paradigms, English→Old Norse lookup.

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 5/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

norse_search and norse_get_inflections have clearly distinct purposes: search for initial lookup (including optional English queries), get_inflections for fetching detailed inflection tables when search didn't provide them inline. No overlap.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern with the 'norse_' prefix, using lowercase and underscores. 'search' is a single word verb, 'get_inflections' is verb+noun, but the pattern is uniform and predictable.

Tool Count3/5

Two tools is minimal but justifiable for a focused domain: search covers primary lookup, get_inflections handles edge cases. However, the surface feels thin, and a single tool could arguably cover the use case.

Completeness4/5

The tools cover word search and inflection retrieval adequately. A minor gap is that get_inflections is somewhat redundant since search already returns tables, but it serves as a fallback. Missing features like etymology or word lists are not core to the stated purpose.

Available Tools

2 tools
norse_get_inflectionsGet an Old Norse inflection tableA
Read-onlyIdempotent
Inspect

Fetch the full declension (nominals) or conjugation (verbs — active AND mediopassive) tables for a lemma identified by a search result's inflection handle (entry_id + word_class). Use this only when a search ran without inline forms or left a match un-expanded — a default search already returns each match's table inline. Returns Markdown plus the table as structuredContent with the shape {"result": } per the declared outputSchema — switch on result.category ('nominal' | 'verbal' | 'not_found') before reading the body. Content from en.wiktionary.org (CC BY-SA 4.0).

ParametersJSON Schema
NameRequiredDescriptionDefault
entry_idYesThe Wiktionary page title (the lemma) from a search result's inflection handle, e.g. 'maðr', 'kasta'.
word_classYesThe part-of-speech section from a search result's inflection handle, e.g. 'verb', 'noun', 'adjective'.

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint. Description adds that it returns Markdown plus structuredContent with shape per outputSchema, instructs to switch on result.category, and notes content license. No contradictions.

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 concise at three sentences, front-loaded with purpose, then usage condition, then output details. Every sentence earns its place.

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 schema coverage 100%, output schema present, and clear context from sibling tools, the description fully covers what agent needs: when to use, what parameters, what output shape, and how to handle results.

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 covers both parameters with descriptions and constraints. Description adds concrete examples ('e.g. 'maðr', 'kasta'' and 'e.g. 'verb', 'noun', 'adjective'') which adds value beyond schema.

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 it fetches declension or conjugation tables for a lemma identified by entry_id and word_class, and distinguishes from sibling norse_search by specifying when to use this tool.

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 states 'Use this only when a search ran without inline forms or left a match un-expanded' and notes that default search returns tables inline, providing clear guidance on when to use and when not.

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