webweaver-mcp-server
Server Details
WebWeaver Nexus services for MCP hosts: contact form (with UI), product overview, contact links.
- 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
Scored across 3 tools
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.
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.
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.
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 toolsget_contact_infoAInspect
Returns contact methods and links for WebWeaver Nexus.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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.
3 tool updates
- First observed
get_contact_info - First observed
get_product_overview - First observed
join_waitlist
Related MCP Connectors
Agent-first web hosting: deploy sites, apps, databases and domains over MCP.
izHost public read-only MCP: service pricing and live domain availability lookup.
409A Providers: the site's own MCP server — compare, enquiry (enquiry = a human handoff, not a...
Underpinning Costs: the site's own MCP server — enquiry (enquiry = a human handoff, not a...
Related MCP Servers
FlicenseNot gradedqualityCmaintenanceAgent-first web hosting driven entirely through a remote MCP server, enabling full hosting management via natural language with OAuth or token authentication.-- AlicenseBqualityBmaintenanceMCP server to help manage a WHMCS installation.6226 npm20MIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server for Microweber sites that wraps the existing HTTP API to manage content (pages, posts, products) and media without installing any plugin. It uses admin credentials and handles session + CSRF authentication automatically.-
- AlicenseAqualityAmaintenanceAn MCP server wrapping the Websupport REST API to expose DNS, FTP, hosting, databases, mailboxes, VPS, and invoice operations as MCP tools with HMAC-SHA1 authentication.3035 npmMIT
Glama MCP Gateway
Add one secure layer between your agents and this server.