Wiki Private Law
Server Details
Extractive legal answers and semantic search over the public wiki.private.law corpus
- 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.
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.3/5 across 2 of 2 tools scored.
The two tools have clearly distinct purposes: 'ask' returns a direct verbatim answer with a source URL, while 'search' returns ranked articles for browsing. There is no overlap or ambiguity in their intended use cases.
Both tools use short, lowercase, single-word verb names ('ask' and 'search'), creating a consistent and simple naming pattern. No conflicting conventions or mixed styles.
With only two tools, the server feels minimal. While it covers a basic ask-and-search workflow for a wiki, the small number may limit its utility and makes it borderline as noted in the calibration.
The set covers direct answering and article discovery, but lacks a full article retrieval tool (only URLs are provided) and wiki browsing capabilities. Core Q&A is present, but there are notable gaps for a wiki-based server.
Available Tools
2 toolsaskAsk the Private Law wikiARead-onlyIdempotentInspect
Answer a question by quoting a published wiki article. The answer is extracted verbatim, never generated, and always carries the URL it came from. Returns confident=false with suggested reading when the corpus does not cover the question. Ask in the language you want answered — Russian and English are both first-class.
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Corpus language; inferred from the question when omitted. | |
| question | Yes | A natural-language question, up to 2000 characters. |
Output Schema
| Name | Required | Description |
|---|---|---|
| answer | Yes | |
| locale | No | |
| citations | Yes | |
| confident | Yes | |
| threshold | No | |
| topDistance | No | |
| refusalReason | No | |
| suggestedReading | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Even though annotations already declare readOnly, idempotent, and non-destructive behavior, the description adds significant transparency: answers are extracted verbatim, never generated, always include the URL, and return confident=false with suggested reading on out-of-corpus questions. This goes well beyond the annotations to clarify the tool's internal behavior and output 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?
Three focused sentences, each adding meaningful information. The main action is front-loaded, followed by key behavioral details and language guidance. No filler or redundant repetition of schema content.
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?
The tool has an output schema, clear annotations, and a description that explains the core behavior, error/fallback behavior, and language handling. For a Q&A tool, this is fully sufficient for an agent to select and invoke it correctly, even without seeing the output schema details.
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?
Schema coverage is 100%, so parameters are already well-documented. The description adds extra meaning by explaining that 'locale' dictates the answer language and that Russian and English are first-class, plus that locale is inferred when omitted. This supplements the schema with practical usage nuance.
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 tool answers a question by quoting a published wiki article, with a specific verb ('Answer') and resource ('published wiki article'). It distinguishes itself from generation-based answers by emphasizing verbatim extraction, which differentiates it from a generic search or Q&A tool.
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 description gives some usage context (ask in the language you want answered, returns confident=false when corpus doesn't cover the question) but does not explicitly contrast with the sibling 'search' tool or state when to use one over the other. It implies usage by describing behavior but lacks explicit alternative guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
searchSearch the Private Law wikiARead-onlyIdempotentInspect
Rank published articles for a query and return them with titles and URLs. Use when you want sources to read rather than a single answer.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Default 5. | |
| query | Yes | Search terms or a question. | |
| locale | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| hits | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds that results are 'ranked' and includes 'titles and URLs,' which gives useful context about the return format. However, it does not disclose behaviors like pagination, locale handling, or the meaning of 'published,' so it meets the baseline with annotations but does not go beyond.
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 sentences, front-loaded with the core action and followed by usage guidance. Every word earns its place with no repetition or filler.
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?
Given the tool's simplicity, the presence of an output schema, and strong annotations, the description fully covers the core purpose and use case. It explains what the tool does, what it returns, and when to use it, leaving no critical gaps for an agent to invoke it effectively.
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?
Schema description coverage is 67%: 'query' and 'limit' have descriptions, and 'locale' has an enum. The tool description itself does not add parameter-specific meaning, but the schema already explains query and limit. With high schema coverage, a baseline of 3 is appropriate; the description does not need to compensate.
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 tool's function: 'Rank published articles for a query and return them with titles and URLs.' This uses a specific verb ('rank'), specifies the resource ('published articles'), and describes the return value. It also distinguishes from the sibling 'ask' by noting it returns sources rather than a single answer.
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 description provides explicit when-to-use guidance: 'Use when you want sources to read rather than a single answer.' This clearly contrasts with the sibling 'ask' tool, implying the alternative without naming it. It does not list explicit when-not-to-use conditions, but the context is clear enough for an agent to decide.
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
- Flicense-qualityDmaintenanceEnables semantic and keyword search over legal documents, conflict detection, and document overview, supporting Indonesian and English texts.

conformi-searchofficial
AlicenseAqualityAmaintenanceInstallable MCP server for EU legal research with verifiable CELEX citations from the EUR-Lex corpus (DE/EN/FR).21MIT- AlicenseAqualityBmaintenanceEnables querying Korean legal knowledge graph with 160K precedents and 130K statutes via MCP tools for relation exploration and semantic search.71MIT
- Alicense-qualityAmaintenanceSemantic and exact retrieval over 22M Taiwan court judgments with built-in citation guardrails — bundles carry a read-whitelist so downstream models cannot cite judgments whose reasoning was never read. Also provides exact lookup of administrative interpretations with lifecycle status (repealed / superseded / unverified).232Elastic 2.0