Skip to main content
Glama

Merron

Server Details

Inspect selected project excerpts and screen user-confirmed facts for bounded EU AI Act readiness.

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
URL

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: getting questions, scanning project excerpts, and running a rules-based AI Act screen. The descriptions emphasize different inputs and outputs, making it easy to select the right tool.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with the merron_ prefix: merron_get_questions, merron_scan_project, merron_screen_ai_act. This is predictable and readable.

Tool Count4/5

With only 3 tools, the server is focused but feels slightly thin for covering a complex domain like AI Act screening. However, each tool is substantial and the count is reasonable for a specialized assistant.

Completeness3/5

The surface covers key operations (question generation, project scanning, AI Act screening) but lacks obvious lifecycle operations like saving results, updating user answers, or retrieving previous screenings. Agents may hit dead ends after obtaining results.

Available Tools

3 tools
merron_get_questionsGet AI Act screening questionsC
Read-onlyIdempotent
Inspect

Get relevant business questions and explanations for a selected AI product. Pass only known user answers; omit unknown values or use null. Does not classify or assume unanswered questions mean No. No sign-in or private workspace access.

ParametersJSON Schema
NameRequiredDescriptionDefault
factsNo

TDQS

C2.9/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, openWorldHint=false, and destructiveHint=false. The description adds a minor behavioral note about not classifying unanswered questions, but it does not disclose other behavioral traits such as whether results vary by product state, rate limits, or caching behavior. Given rich annotations, this is a weak addition.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three short sentences packed with relevant constraints and no filler. The structure is front-loaded with purpose followed by usage rules, though it could be slightly tighter.

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

Completeness2/5

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

No output schema exists, and the description does not explain the return format or structure of the questions/explanations. For a tool with a complex nested parameter and no output schema, omitting return-value details and deeper parameter semantics leaves significant gaps for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% for the sole 'facts' parameter, which is a complex object with additionalProperties accepting boolean, the enum ['provider','deployer','both'], or null. The description only says 'Pass only known user answers; omit unknown values or use null,' which is helpful but fails to explain the expected keys or the provider/deployer/both enum semantics, leaving critical ambiguity.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb (Get) and resource (AI Act screening questions and explanations) scoped to a selected AI product. It is clear what the tool returns, though it doesn't explicitly differentiate itself from siblings like merron_screen_ai_act, which likely also deals with AI Act screening.

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?

Provides some invocation guidance: 'Pass only known user answers; omit unknown values or use null' and clarifies that it 'Does not classify or assume unanswered questions mean No.' However, it does not state when to use this tool versus siblings such as merron_scan_project or merron_screen_ai_act, leaving the selection context implicit.

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

merron_scan_projectInspect selected project excerptsA
Read-onlyIdempotent
Inspect

Find possible AI integrations, model calls, disclosure wording and sensitive-use wording in user-selected project excerpts. Returns file/line references and follow-up questions, not a legal classification. First explain that the excerpts will be sent to Merron and obtain the user's agreement. Never send secrets, personal customer records, whole repositories or files the user has not authorised. Does not fetch URLs, execute code, persist inputs or access private cases.

ParametersJSON Schema
NameRequiredDescriptionDefault
filesYes
sharingConfirmedYesTrue only after the user agrees to send these selected excerpts to Merron.

TDQS

A4.3/5.0
Behavior5/5

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

Annotations already declare readOnly, idempotent, closed-world and non-destructive, but the description adds substantial behavior beyond them: a mandatory consent gate before data leaves the user's environment, and explicit non-capabilities (no URL fetching, no code execution, no input persistence, no access to private cases). This is exactly the extra context annotations cannot convey.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, all front-loaded: purpose and return shape first, then the consent prerequisite, then the prohibitions. Dense and largely waste-free, though the guardrail sentence packs four distinct exclusions into a single long clause, slightly reducing scannability.

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?

With no output schema, the description carries the return contract and does so ('file/line references and follow-up questions'). Safety semantics, consent flow and scope limits are all covered; the only omission is any hint about the 12-file / 8,000-character input caps, which the schema does enforce on its own.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 50%: sharingConfirmed is documented in the schema, while the files array (path/text/startLine, max 12 items, 8000-char text) has no per-property description. The description reinforces the consent semantics of sharingConfirmed ('obtain the user's agreement', 'user-selected excerpts') but adds nothing about the files payload shape or limits, so baseline 3 is appropriate.

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?

States a specific verb ('Find') and precise target artifacts (AI integrations, model calls, disclosure wording, sensitive-use wording) scoped to 'user-selected project excerpts.' The clause 'Returns file/line references and follow-up questions, not a legal classification' explicitly distinguishes it from the sibling merron_screen_ai_act, which is the classification tool.

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?

Gives an explicit precondition ('First explain that the excerpts will be sent to Merron and obtain the user's agreement') plus hard boundaries on what not to send (secrets, personal customer records, whole repositories, unauthorised files). It does not explicitly state when to prefer this over merron_screen_ai_act, so it falls short of the full when/when-not/alternatives bar.

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

merron_screen_ai_actScreen confirmed facts for the EU AI ActA
Read-onlyIdempotent
Inspect

Run Merron's versioned, bounded AI Act rules on facts the user has explicitly confirmed. Returns a conditional screening result, unresolved routes, missing questions and official references. Never infer confirmation or legal compliance from source code or absence of signals. Unknown answers remain unknown. This computation does not check documents, use an AI model, save a report, access accounts or certify compliance.

ParametersJSON Schema
NameRequiredDescriptionDefault
factsYes
factsConfirmedByUserYesTrue only after the user confirms the supplied answers describe the actual product.

TDQS

A4.3/5.0
Behavior5/5

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

Annotations only cover the safety profile (read-only, idempotent, closed-world, non-destructive). The description adds substantial behavioral context beyond that: it discloses what the tool does NOT do (no document checking, no AI model, no report saving, no account access, no certification) and enforces a strict epistemic rule that unknown answers stay unknown — highly valuable guardrails for an agent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Front-loaded with the core action, then outputs, then caveats, with no throwaway sentences. It is dense and slightly repetitive ('Never infer confirmation' / 'Unknown answers remain unknown'), but each sentence adds distinct meaning.

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?

With no output schema, the description correctly enumerates returns ('conditional screening result, unresolved routes, missing questions and official references'). Combined with the explicit scope limits, it is close to complete for a nested-object, 2-param tool, though the 'facts' object keys remain unspecified.

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 coverage is 50%, with the meaning of the 'facts' object largely carried by the description. The text clarifies the confirmation requirement ('facts the user has explicitly confirmed') and the null-handling semantics ('Unknown answers remain unknown'), which maps to the null enum value. The provider/deployer/both enum values are not elaborated, keeping this short of a 5.

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 states a specific verb and resource: 'Run Merron's versioned, bounded AI Act rules on facts the user has explicitly confirmed.' It also distinguishes its scope from the scanning sibling by explicitly stating 'This computation does not check documents,' so an agent can separate it from merron_scan_project without opening a schema.

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?

Usage is implied rather than stated: the tool is for facts the user has already confirmed ('Never infer confirmation... from source code'). There is no explicit naming of alternatives (merron_get_questions, merron_scan_project) or a clear when-to-use/when-not statement, so routing among siblings must be inferred.

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. 3 tool updates
    • First observedmerron_get_questions
    • First observedmerron_scan_project
    • First observedmerron_screen_ai_act

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources