Skip to main content
Glama

webweaver-mcp-server

Server Details

WebWeaver Nexus services for MCP hosts: contact form (with UI), product overview, contact links.

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
Uptime
100.0% over 38 days
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL
Repository
webweaver-nexus/webweaver-mcp-server
GitHub Stars
0
Server Listing
WebWeaver Nexus MCP Server

TDQS

A4.1/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a clearly distinct purpose: product information, contact details, and a waitlist/contact form action. There is no meaningful overlap that would cause an agent to select the wrong tool.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern: get_contact_info, get_product_overview, and join_waitlist. The naming is predictable and easy to generalize from.

Tool Count5/5

Three tools is well-scoped for a simple informational and waitlist-oriented server. Each tool earns its place and there is no redundancy or unnecessary surface area.

Completeness5/5

For the apparent domain of a product landing page and waitlist capture, the tool surface is complete: it provides an overview, contact methods, and an action to join or enquire. No obvious dead ends or missing operations are present.

Available Tools

3 tools
get_contact_infoAInspect

Returns contact methods and links for WebWeaver Nexus.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It implies a read-only operation via 'Returns,' which is adequate for a simple get tool with no parameters, but it does not disclose any additional behavioral details such as output format or potential limitations.

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, clear sentence that front-loads the purpose. There is no unnecessary information or verbose phrasing.

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 with no parameters and no output schema, but the description is brief and does not specify the structure of the returned contact methods and links. It gives a high-level summary that is adequate but leaves some ambiguity about the exact response.

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 any. The baseline for 0 params is 4, and the description does not need to compensate for any missing schema information.

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 returns contact methods and links for WebWeaver Nexus, using a specific verb and resource. It distinguishes itself from sibling tools like get_product_overview and join_waitlist.

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 explicit guidance on when to use this tool versus alternatives. The description only states what it does, without mentioning scenarios or exclusions, so an agent receives no practical usage context.

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

get_product_overviewAInspect

Returns a short description of what WebWeaver Nexus does.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description is the only source of behavioral disclosure. It correctly indicates a read-only, side-effect-free operation, but it omits any additional context such as output format, length limits, or whether authentication is needed. For such a simple getter this is adequate, though not rich.

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, clear sentence with no unnecessary words or repetition. It front-loads the verb and object, making it immediately understandable.

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?

Given the tool's simplicity (no parameters, no output schema), the description is sufficient to set expectations. It clearly indicates the return value is a short text description. It could potentially mention the product name for extra clarity, but overall it is complete for a straightforward getter.

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 schema is trivially covered. The description adds no parameter information but none is needed. A baseline of 4 is appropriate for a no-parameter tool where the description does not need to compensate.

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 ('returns') and a well-defined resource ('a short description of what WebWeaver Nexus does'). This clearly distinguishes it from siblings like get_contact_info and join_waitlist, which serve entirely 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 gives a clear sense of when to use the tool (to get an overview of the product), but it does not explicitly contrast it with alternatives or state exclusions. Usage is implied rather than explicitly stated, which is acceptable but not exemplary.

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

join_waitlistJoin WaitlistAInspect

Opens the WebWeaver Nexus contact form. Use it to secure a priority booking for the "AI-Ready" Discovery & Audit, or enquire about a particular service.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.6/5.0
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It says the tool 'opens' a form but does not clarify whether invoking it has side effects, requires authentication, or what happens after opening. The outcome is ambiguous relative to the 'join_waitlist' name.

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 sentences with no filler. The main action is front-loaded, and each sentence contributes meaningful guidance about the tool's purpose.

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 and has no parameters, and the core purpose is stated clearly. However, there is no output schema and no description of what the agent should expect after invocation, such as a confirmation message, URL, or next step.

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 additional for the description to document. The description still adds useful context about the invocation's purpose, which is sufficient given the empty schema.

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 action ('Opens the WebWeaver Nexus contact form') and a clear intent (secure a priority booking or enquire about a service). Sibling tools are obviously different in scope, though the description does not explicitly contrast them.

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?

Provides clear context for when to use the tool: to secure a priority booking or enquire about a service. It does not explicitly mention alternatives or when-not-to-use cases, so it stops short of full routing guidance.

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_contact_info
    • First observedget_product_overview
    • First observedjoin_waitlist

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.