Skip to main content
Glama

Server Details

Neutral referee for legal-AI output: flags orphan quotes and uncited claims. Not legal advice.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Tool DescriptionsA

Average 4.4/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a unique, non-overlapping purpose: descriptor for server metadata, health for diagnostics, list_checks for the available checks, and review_legal_text for the actual analysis. There is no ambiguity about which tool to call for a given need.

Naming Consistency5/5

All tool names follow a clear verb_noun pattern with snake_case: get_descriptor, get_health, list_checks, review_legal_text. The conventions are uniform and predictive, making the tool set easy to navigate.

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose: one primary analysis tool supported by three essential utility tools (self-description, health, and checks list). This is squarely within the ideal 3–15 range and each tool earns its place.

Completeness5/5

The tool set fully covers the server's stated purpose: reviewing legal text for structural red-flags, plus providing necessary context (descriptor, checks list) and operational status (health). No obvious gaps exist; the boundaries (never adjudicates) are explicitly documented.

Available Tools

4 tools
get_descriptorAInspect

Return the TrustAI Verification MCP self-description: operator, what the server verifies, the public tools, the boundary it never crosses (it never adjudicates), and links to the public surfaces.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

With no annotations provided, the description carries the burden. It adds meaningful context: not just what is returned, but also the server's boundary ('it never adjudicates') and that it includes what the server verifies. This goes beyond the tool name, though it doesn't discuss side effects or failure modes (still a read-only getter).

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?

The description is a single sentence that efficiently front-loads the main action ('Return') and lists contents in a clear, structured manner. Every clause adds useful information with no wasted words.

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 simplicity (no params, no output schema), the description is complete: it explains what the tool returns, its scope (self-description), and even notes a key operational boundary. It fully covers what an agent needs to know to decide to call it.

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?

The input schema is empty (0 parameters), so there are no parameter semantics to explain. Baseline is 4 as no params exist, and the description doesn't need to add anything further.

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's purpose: 'Return the TrustAI Verification MCP self-description' and enumerates specific contents (operator, server verifies, public tools, boundary, links). This specific verb+resource distinguishes it from siblings like get_health or list_checks.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for anyone needing an overview of the TrustAI Verification MCP, but it does not explicitly compare with alternatives or state when to use this instead of sibling tools. There is no mention of exclusions or alternative guidance.

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

get_healthAInspect

Return server health: process uptime and a deterministic engine self-check (the structural detectors run on a fixed sample and return the expected flag counts). Local-only; no database on the path.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the deterministic self-check behavior and return contents (uptime, flag counts), plus the local-only scope. It does not mention output format or side effects, but for a read-only health check these are acceptable gaps.

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?

The description is two sentences, front-loaded with purpose, and every word adds value. No redundancy or wasted words.

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 zero-parameter tool with no output schema, the description covers the essential aspects: what it returns, the deterministic nature of the check, and the local-only constraint. It is complete enough for an agent to invoke correctly.

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?

The tool has zero parameters, so the baseline is 4. The description does not need to add parameter details, and there is no ambiguity about arguments.

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's purpose with a specific verb ('Return') and a concrete resource ('server health'). It distinguishes itself from sibling tools like get_descriptor and review_legal_text by focusing on health metrics.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context ('Local-only; no database on the path') but does not explicitly compare to alternative tools or state when to choose this over siblings. The guidance is implied rather than explicit.

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

list_checksAInspect

Return the structural checks this server performs on legal-AI output, and — explicitly — what it never claims. Information, not legal advice.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

With no annotations, the description carries the burden of disclosing behavior. It explicitly labels itself as informational rather than legal advice and says it includes disclaimers ('what it never claims'), which is useful context for safe use. It does not cover authentication, rate limits, or side effects, but the read-only nature is reasonably inferred.

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 concise sentences front-load the primary purpose and then add a meaningful boundary statement. No wasted words; the em-dash construction is clear.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter informational tool with no output schema, the description explains what the tool returns and adds a critical usage caveat. It is adequate, though it doesn't specify the exact shape or list of checks returned.

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?

The input schema has zero parameters and 100% schema coverage, so there is no parameter meaning to add. The description correctly focuses on output rather than inputs.

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 uses a specific verb ('Return') and identifies a concrete resource ('structural checks this server performs'), plus explicitly notes what it never claims. This clearly distinguishes it from sibling tools like review_legal_text, which perform analysis rather than list server capabilities.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for understanding the server's internal checks and includes a strong caveat ('Information, not legal advice'), but it does not explicitly state when to choose this over siblings such as get_descriptor or get_health. No exclusions or alternative tool names are given.

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

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources