Skip to main content
Glama

GoAI Moat Outreach Tracker

Server Details

Track outreach funnel and measure reply and conversion rates.

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-mcp
GitHub Stars
0

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: viewing pipeline stats, recording a touch, and changing a stage. No overlap or ambiguity exists between them.

Naming Consistency5/5

All tool names follow the same verb_noun snake_case pattern: get_pipeline, record_touch, update_stage. This is fully consistent and predictable.

Tool Count5/5

Three tools is an appropriate, focused scope for a simple outreach tracker. Each tool serves a core workflow without unnecessary bloat.

Completeness4/5

The set covers the main outreach activities: viewing stats, logging touches, and updating stages. A minor gap is lack of explicit company management (e.g., add/list companies), but the core lifecycle is otherwise represented.

Available Tools

3 tools
get_pipelineGet PipelineAInspect

Return the outreach funnel stats: counts per stage, reply rate, conversion rate.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.2/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 behavioral burden. It does so by stating the operation is read-only ('Return') and enumerating what is returned. It does not note caveats such as data freshness or scope, but for a no-parameter stats tool this is sufficient.

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?

One sentence with all critical information front-loaded; no filler or repetition. The list of metrics is compact and every word earns its place.

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?

The description covers the purpose, return type, and content for a simple no-parameter tool, and an output schema exists for return format. It does not discuss alternatives or caveats, but given the simplicity and sibling separation, nothing core 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?

There are no parameters, so the description does not need to elaborate on input semantics. The schema is empty and the description adds no parameter confusion. The zero-param baseline applies.

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 clear verb ('Return') and a specific resource ('outreach funnel stats'), and lists the exact metrics ('counts per stage, reply rate, conversion rate'). This distinguishes it from the sibling tools, which are about recording touches and updating stages, not reading statistics.

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 the go-to for funnel statistics, but it doesn't explicitly state when to use it instead of record_touch or update_stage. It also doesn't mention any exclusions or alternative retrieval tools. The usage context is clear enough from the resource name, but it remains implied rather than stated.

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

record_touchRecord TouchBInspect

Record an outreach touch for a company.

ParametersJSON Schema
NameRequiredDescriptionDefault
stageNoCurrent stage (touched/replied/deep_talk/diagnosis/closed).touched
channelNoChannel used (e.g. email, LinkedIn, Telegram).
companyYesCompany name.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description carries the full burden. 'Record' implies a write operation, but it doesn't disclose side effects, whether it creates a new entry or updates an existing company, or how the stage parameter interacts with update_stage.

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 with no wasted words. It communicates the essential action immediately.

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 tool is simple, parameters are fully documented in the schema, and an output schema exists. However, the description lacks usage context and does not resolve overlap with update_stage, making it minimally but not fully complete.

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%, and the schema documents stage defaults/allowed values, channel examples, and required company. The description adds no parameter semantics beyond the schema, so baseline 3 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 states a specific action (record) and resource (outreach touch) with a target (company), making the tool's basic function clear. It doesn't distinguish from siblings like update_stage, but the core purpose is identifiable.

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?

There is no guidance on when to use this tool versus get_pipeline or update_stage, and no mention of exclusions. The overlap with update_stage (both can set stage) is not addressed.

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

update_stageUpdate StageCInspect

Update a company's stage in the funnel.

ParametersJSON Schema
NameRequiredDescriptionDefault
stageYesNew stage (replied/deep_talk/diagnosis/closed).
companyYesCompany name.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only says 'update', which implies mutation but does not explain side effects, overwriting behavior, permissions, reversibility, or what happens to existing data. This is a minimal disclosue for a state-changing tool.

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 a single front-loaded sentence with no wasted words. It is concise and to the point, though it remains thin on behavioral context.

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?

For a simple two-parameter mutation with full schema coverage and an output schema, the description is minimally adequate. It states the core purpose and the schema covers parameters, but missing usage guidance and behavioral transparency make it not fully complete for an agent deciding when and how to use it.

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%, so the baseline is 3. The description adds no parameter meaning beyond what the schema already provides, and the schema fully documents 'company' and 'stage' with allowed stage values.

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 the tool updates a company's stage in the funnel, with a specific verb and resource. It doesn't explicitly distinguish from siblings, but the update action is obviously different from get_pipeline (read) and record_touch (log).

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?

There is no guidance on when to use this tool versus alternatives like get_pipeline or record_touch. No conditions, prerequisites, or exclusions are provided, leaving the agent to infer usage from the name and description.

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 observedget_pipeline
    • First observedrecord_touch
    • First observedupdate_stage

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables automated Gmail lead nurturing campaigns with intelligent follow-ups, response tracking, and 24/7 operation. Supports CSV-based contact management, template personalization, and real-time monitoring for enterprise-scale email outreach.
    2
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    AI-native CRM with 33 tools. Pipeline, leads, health scores, revenue analytics, CSV import/export.
    3
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI assistants to manage an outreach CRM via SQLite, including importing contacts from Apollo/Crunchbase, fuzzy matching, seniority ranking, drafting and scoring emails, and tracking sends/replies through pluggable email providers.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.