Skip to main content
Glama

GoAI Moat Competitor AI Signals

Server Details

Detect a company quiet AI adoption via 7 public signals and a TSI score.

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-11-25
URL
Repository
jayniebingyu-cyber/goaimoat-ai-visibility-mcp
GitHub Stars
0

TDQS

A4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct role: generate_brief produces a client-facing report skeleton, get_signal_framework returns the generic signal taxonomy, and score_tsi computes an index for a specific company. No two tools could be reasonably confused.

Naming Consistency5/5

All tool names follow the same verb_noun snake_case pattern: generate_brief, get_signal_framework, score_tsi. The naming style is uniform and predictable.

Tool Count5/5

Three tools is well-scoped for this niche server: a reference framework, an analysis/scoring tool, and an output generator. Each tool serves a necessary and distinct function without bloat.

Completeness5/5

The toolset covers the full workflow for the domain: accessing the signal framework, scoring a competitor's AI transformation, and generating a briefing. There are no obvious dead ends or missing core operations for the stated purpose.

Available Tools

3 tools
generate_briefGenerate BriefBInspect

生成《你的竞争对手正在用 AI 做什么》定制简报框架(先给价值、不吓唬)。

返回 4-6 页简报的结构骨架,含已观察信号的事实性陈述;未观察项不虚构。

ParametersJSON Schema
NameRequiredDescriptionDefault
signalsYes其同品类竞对(或它自身)的七类信号观测结果,格式同 score_tsi。
competitorYes目标企业名称(简报对象)。

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

B3.4/5.0
Behavior4/5

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

No annotations exist, so the description carries the full burden, and it delivers meaningful behavioral context: tone guidance ('先给价值、不吓唬' – lead with value, don't scare) and an integrity constraint ('未观察项不虚构' – never fabricate unobserved items). These go beyond the basic purpose and genuinely shape agent expectations. It doesn't address side effects or auth, but for a pure generation tool these are largely moot, so the disclosed traits justify a 4.

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?

The description is two dense sentences with no filler: purpose is front-loaded, and tone, length, and the non-fabrication constraint are packed efficiently into the tail. It earns its length, though it's not maximally compact since it carries a quote/title that adds a little cultural flavor without extra instruction.

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

Completeness3/5

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

An output schema exists, so return values are covered structurally and need no description. The description covers product, length, tone, and integrity, which is reasonable for a 2-parameter tool. The main gap is operational context: no guidance on sequencing relative to siblings or what a prepared 'signals' input should look like, leaving completeness slightly short of what an agent navigating three related tools needs.

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 100% – both 'competitor' and 'signals' are documented in the schema, so the baseline is 3. The description does add a modest cross-reference that the signals format matches score_tsi, which helps the agent prepare valid input, but it contributes no additional syntax or value semantics beyond that, keeping it at the baseline.

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?

The description states a specific verb+resource: it generates a custom brief framework ('生成...定制简报框架') for a named publication and returns a 4-6 page structural skeleton with factual statements of observed signals. This clearly identifies what the tool produces and its scope. It doesn't explicitly differentiate from siblings (get_signal_framework, score_tsi), though the format reference to score_tsi hints at the relationship, so it stops short of a 5.

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

Usage Guidelines2/5

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

No when-to-use or when-not-to-use guidance is given, and no alternatives are named. The description never tells the agent that signals must be gathered/scored first (e.g., via score_tsi) or how this tool relates to get_signal_framework. The '格式同 score_tsi' note implies a prerequisite but leaves it implicit; an agent gets no explicit trigger conditions or sequencing.

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

get_signal_frameworkGet Signal FrameworkAInspect

返回「七类公开信号」完整框架:信号、数据源、含义、权重、检测方法。免费。

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries the full behavioral disclosure burden. It adds useful context by noting the tool is 'free' and that it returns the complete framework, but it does not explicitly mention read-only behavior, permissions, side effects, or any guarantees beyond the output contents.

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 delivers the essential purpose and one key trait ('free') with no redundancy. It is highly concise and well-structured.

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 tool with an output schema, the description covers the core purpose and the contents of the returned framework. The 'free' note adds practical context. However, it omits any usage conditions or timing guidance, so it is not fully complete.

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, so the baseline is 4. No parameter-specific information is needed, and the description does not attempt to add any, which is appropriate.

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?

The description clearly states a specific action ('returns the complete framework') and resource ('seven types of public signals'), listing the concrete components (signal, data source, meaning, weight, detection method). It does not explicitly differentiate from sibling tools, so it falls short of a 5.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus the siblings generate_brief or score_tsi. It only states what it does, leaving the agent to infer usage context without any exclusions or conditional routing.

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

score_tsiScore TsiAInspect

对一家企业算 TSI 转型活跃度指数并分级。

signals 传七类信号的观测结果(每类 observed/unobserved/unknown), 格式:list[dict](如 [{"id":"ai_hiring","status":"observed"}, ...]) 或 dict{id: status}(如 {"ai_hiring":"observed","alibaba_store":"unobserved", ...})。

ParametersJSON Schema
NameRequiredDescriptionDefault
signalsYes七类信号观测结果(见上)。
competitorYes目标企业名称。

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It does explain that signals can be provided in list or dict form and that statuses must be observed/unobserved/unknown, which adds useful context. However, it does not explicitly state whether the operation is read-only, whether there are side effects, or how validation errors are handled.

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 compact and front-loaded, opening with the core purpose and then immediately providing the input format details. Both sentences earn their place, and the examples improve clarity without unnecessary verbosity.

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

Completeness3/5

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

The description covers the input format and general purpose, and an output schema exists. However, it references '七类信号' without enumerating those seven categories, leaving an agent to guess the exact expected signal IDs. It also does not point to get_signal_framework as a way to obtain the framework, which would make the tool fully callable.

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 description coverage is 100%, but the description adds significant value by specifying the exact accepted formats for signals (list[dict] or dict), showing concrete examples, and enumerating the allowed status values. This goes well beyond the schema's minimal '七类信号观测结果(见上)'.

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 action ('算 TSI 转型活跃度指数并分级') and a clear resource ('一家企业'). It is easily distinguished from siblings such as generate_brief and get_signal_framework, which serve different purposes.

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 when an enterprise's TSI score and grade are needed, but it does not explicitly state when to use this tool versus the sibling tools or mention any prerequisites, such as first retrieving the signal framework. The context is clear but not fully articulated.

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 observedgenerate_brief
    • First observedget_signal_framework
    • First observedscore_tsi

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    GTM signal intelligence suite for AI agents. Six tools: hiring signals, tech stack detection, company-to-LinkedIn resolution, ICP scoring, job board scanning, and a combined signals aggregator. Built for outbound sales workflows.
    11
    87 npm
    1
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.