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
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-03-26
URL

TDQS

A4.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool serves a distinct purpose: get_descriptor provides metadata, get_health reports status, list_checks enumerates checks, and review_legal_text performs the core review. There is no overlap or potential for confusion between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_*, list_*, review_*). The naming is uniform and predictable, making it easy to understand the action each tool performs.

Tool Count5/5

With 4 tools, the surface is tightly scoped to the server's purpose: one core review function plus three supporting tools (description, health, checks list). This is an ideal size—not too sparse, not bloated.

Completeness5/5

The tool surface fully covers the server's stated purpose: it provides self-description, health monitoring, a list of checks, and the actual review action. The boundary is clearly defined (no adjudication), and all necessary operations are present with no dead ends.

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

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden and does a good job: it clearly indicates this is a read-only introspection tool and even discloses the server's boundary ('it never adjudicates'). It does not discuss output format, but the listed fields give a reliable expectation of what the call will return.

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?

A single, well-structured sentence that front-loads the core purpose and then provides a concise bullet-like list of return contents. There is no redundancy or filler.

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, no-output-schema introspection tool, the description is complete: it names the server, the contents of the response, and the key boundary. An agent has enough information to invoke the tool correctly and understand what it will get back.

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 parameter semantics are not applicable beyond noting that no input is required. The description adds the necessary context about what the returned self-description contains, more than compensating for the absence of parameters.

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 a specific verb ('Return') and resource ('TrustAI Verification MCP self-description'), and enumerates the exact contents returned. It is obviously distinct from sibling tools like get_health or list_checks, which are operational rather than descriptive.

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 retrieving an overview of the server's purpose, tools, and boundaries, but it does not explicitly state when to choose it over alternatives. An agent can infer the use case from the listed contents, yet there is no direct guidance or exclusionary language.

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

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does well: it discloses the deterministic nature of the self-check, the fixed-sample behavior, and the absence of a database dependency. It stops short of describing failure modes or response format, but the key behavioral traits are transparent.

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, with the primary purpose front-loaded and the important deterministic/local-only qualifiers placed naturally. Every clause earns its place without redundancy.

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 health check with no output schema, the description sufficiently explains what will be returned and under what conditions. A slightly more explicit statement of the expected response shape would push it to a 5, but nothing essential is missing.

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 there is nothing to explain. Per the rubric, the baseline is 4, and the description correctly focuses on the tool's behavior instead of inventing parameter guidance.

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') with a clear resource ('server health') and elaborates exactly what that means: process uptime and a deterministic engine self-check. It is immediately distinct from siblings like get_descriptor and 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 provides useful context ('Local-only; no database on the path') but does not explicitly state when to use this tool over alternatives or when not to use it. The usage context is implied rather than spelled out.

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

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the transparency burden and does meaningful work: it discloses that the tool makes no legal-advice claim and explicitly frames its output as information. It does not fully describe output format or side effects, but for a simple list/read operation the non-claim boundary is the most valuable 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?

The description is a single, front-loaded sentence that states the core function first, then adds the key caveat. Every phrase contributes meaning, and the em-dash structure makes the boundary explicit without verbosity.

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 informational tool with no output schema, the description adequately covers what the tool returns (structural checks) and the important contextual caveat (not legal advice). The sibling context shows this is a lightweight metadata/listing tool, and nothing essential for calling it correctly is missing.

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 description does not need to explain parameter meaning; the baseline for a 0-parameter tool is 4. The description avoids inventing parameter details and stays consistent with the empty input 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 gives a specific verb ('Return') plus a precise resource ('structural checks this server performs on legal-AI output'), and explicitly states the scope boundary ('what it never claims'). This clearly distinguishes it from siblings like review_legal_text, which would perform the review rather than describe the checks.

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

Usage Guidelines4/5

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

The description clearly establishes when to use the tool: when an agent or user needs to know the structural checks performed by this server. It also provides a meaningful exclusion by stating the tool offers information, not legal advice. It does not explicitly name sibling alternatives, but the intent and boundary are clear enough for a zero-parameter informational tool.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 4 tool updates
    • First observedget_descriptor
    • First observedget_health
    • First observedlist_checks
    • First observedreview_legal_text

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources