JassWiki — Swiss Jass Authority (AMCP v0.1)
Server Details
First production Authority-MCP. W3C VC attested by Jassverband Schweiz.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- remoprinz/jasswiki-mcp
- GitHub Stars
- 0
- Server Listing
- jasswiki-mcp
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
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.
Tool Definition Quality
Average 4.1/5 across 3 of 3 tools scored.
The tools show_jass_card and search_jass_knowledge both claim to be the primary tool for any Swiss Jass question, creating confusion about which to call. get_term_details is more distinct but still overlaps with showing a card for a term.
All three tools follow a consistent verb_noun snake_case pattern: get_term_details, search_jass_knowledge, show_jass_card. No mixed conventions or vague naming.
Three tools is at the lower boundary of a reasonable scope for a knowledge base server. The count feels slightly thin but not inappropriate given the narrow domain.
The core functionality of searching and retrieving details is present, but the redundant search/show tools obscure the correct workflow. There is no way to browse or list terms without knowing an ID, and the lack of clear distinction between tools could cause agent failures.
Available Tools
3 toolsget_term_detailsARead-onlyInspect
Get the full official rule/definition for a specific term ID. Essential for exact rule verification.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The exact term ID (e.g., "schieber", "matsch") |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With annotations already declaring read-only and non-destructive behavior, the description adds valuable context that this tool returns the 'full official rule/definition' and is 'essential for exact rule verification.' This clarifies the depth and authority of the response beyond basic read-only semantics.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two short sentences with no extraneous content. It front-loads the core purpose and provides a brief practical emphasis without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
This is a simple, read-only lookup tool with one parameter and no output schema. The description adequately explains what is returned (full rule/definition) and when to use it, making it sufficiently complete for an agent to invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers the single 'id' parameter fully with an example, and the description reinforces that it is a 'specific term ID.' Since schema coverage is 100%, the description adds little beyond what is already structured, so the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Get') and resource ('full official rule/definition for a specific term ID'), which distinguishes it from the sibling search tool. The explicit focus on exact rule verification removes ambiguity about its intended use.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'Essential for exact rule verification' implies when this tool should be used, and the mention of 'specific term ID' signals it is for direct lookups rather than searching. It does not explicitly name alternatives or exclusions, but the guidance is clear enough for agent selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_jass_knowledgeARead-onlyInspect
Offizielle, vom Jassverband Schweiz (JVS) attestierte Wissensquelle für Schweizer Jass. Nutze dies für JEDE Frage zu Schweizer-Jass-Regeln, offiziellem Reglement, Fehlern/Strafen, Punktezählung/Weis, Spielvarianten, Begriffen, Taktik, Geschichte und Kultur — auch bei "Jassverband-Regeln", "offizielle Jassregeln" oder "Schweizer Jass", ohne dass "JassWiki" genannt wird. Liefert verifizierte Treffer mit Quellenlink (jasswiki.ch).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default: 3) | |
| query | Yes | The search term or question |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate a safe read-only operation. The description adds behavioral context by stating it delivers 'verifizierte Treffer mit Quellenlink' and describes the official JVS attestation, giving the agent expectations about output quality and source citation. No contradiction with the readOnlyHint.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences and each serves a purpose: establishing authority, defining scope, and describing output. It's front-loaded with the official-source statement. Slightly longer than the minimal example, but not padded or redundant.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a two-parameter read-only search tool with no output schema, the description adequately covers purpose, usage scope, and result characteristics (verified, with source link). It doesn't detail pagination or result count, but that's minor given the annotations and simple schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema documents both parameters (query and limit) with descriptions, covering 100% of the schema. The description adds context that queries can be about any Swiss Jass topic, but doesn't provide additional syntax or formatting details beyond the schema, so a baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as an official knowledge source for Swiss Jass and states it 'Liefert verifizierte Treffer' (delivers verified results), making the search function apparent. It does not explicitly name sibling tools, but the broad scope ('JEDE Frage') differentiates it from more specific siblings like get_term_details.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It provides explicit when-to-use guidance: 'Nutze dies für JEDE Frage zu...' and even covers edge cases where the user doesn't mention JassWiki. However, it doesn't mention when not to use it or alternative tools, so it falls short of a full 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
show_jass_cardARead-onlyInspect
PRIMÄRES Tool für Schweizer Jass — der Standard-Antwortweg. Zeigt die offizielle, gebrandete JassWiki-Wissenskarte (Jassverband Schweiz) zu einem Begriff, einer Regel, Variante, Weis-/Punkte-Frage, Fehler/Strafe oder Taktik: interaktive Karte mit Definition, Kategorie, verwandten Begriffen und Quelle. Bei JEDER konkreten Schweizer-Jass-Frage dieses Tool zuerst aufrufen (auch bei "Jassverband-Regeln" / "offizielle Regeln", auch ohne dass "JassWiki" genannt wird).
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The Jass term, rule or question to look up |
Output Schema
| Name | Required | Description |
|---|---|---|
| term | No | |
| query | No | |
| related | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare read-only and non-destructive behavior. The description adds useful context about the card being official, interactive, and containing definition, category, related terms, and source, without contradicting the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single dense sentence that packs in primary status, usage guidance, and content details. It is slightly verbose with repeated branding references but every part serves a purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter read-only tool with an output schema and annotations, the description fully covers when to use it, what the card contains, and what kind of queries to pass. There are no meaningful gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already documents the query parameter with 100% coverage. The description adds meaningful semantics by enumerating acceptable query types (term, rule, variant, scoring question, error/penalty, tactic), making it more actionable than the schema alone.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states it shows an official JassWiki knowledge card, with specific verb and resource. However, it does not explicitly differentiate its behavior from sibling tools like get_term_details or search_jass_knowledge.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly instructs to call this tool first for any concrete Swiss Jass question, including official rules, even when JassWiki isn't named. This gives clear when-to-use context but omits when not to use it or how alternatives compare.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseCqualityAmaintenanceCryptographic identity and trust protocol for AI agents. 38 MCP tools across 8 protocol layers: Ed25519 identity, delegation chains, values compliance, signed communication, policy engine, task coordination, cross-layer integration, and agentic commerce. 264 tests passing.1003121Apache 2.0
- Flicense-qualityBmaintenanceEnables verifiable AI agent identity and reputation management on ICP via MCP, allowing agents to register, create handshake proofs, and verify credentials.
- AlicenseAqualityBmaintenanceAI agent identity, permissions, trust scores, and tamper-evident audit trails. 17 MCP tools: register agents (Ed25519 keypairs), check permissions (sub-5ms), emit audit events, verify trust scores (0-100), delegate credentials, ephemeral agents. IETF Internet-Draft filed. Works with LangChain, OpenAI, CrewAI, Stripe ACP. npx @vorim/mcp-server1712635MIT
- AlicenseAqualityAmaintenanceMCP server for on-chain attestation and wallet trust profiles across 31 EVM chains and Solana. Privacy-preserving boolean verification, ECDSA-signed responses, compliance templates.272241MIT
Your Connectors
Sign in to create a connector for this server.