Skip to main content
Glama

Server Details

Wavedash docs and workflow guidance for building and publishing browser games.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
wvdsh/ai
GitHub Stars
0
Server Listing
Wavedash MCP Server

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 8 of 8 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: workflow, documentation retrieval, checklists, quickstart, SDK reference, planning, search, and config validation. No overlap.

Naming Consistency4/5

Most tools follow verb_noun pattern with 'get_' prefix, but 'implementation_planner' deviates as a noun phrase, slightly reducing consistency.

Tool Count5/5

8 tools is well-scoped for a documentation and planning assistant—not too few to cover needs, not too many to overwhelm.

Completeness5/5

The tool set comprehensively covers the stated domain: fetching docs, planning implementations, searching, and validating config. No obvious gaps for its read-only purpose.

Available Tools

8 tools
wavedash_get_agent_workflowGet Wavedash Agent WorkflowA
Read-only
Inspect

Return a concise end-to-end workflow for AI agents creating a browser game from scratch and preparing it for Wavedash upload. Read-only and unauthenticated; upload still happens through the Wavedash CLI or Developer Portal.

ParametersJSON Schema
NameRequiredDescriptionDefault
engineNoOptional engine/framework, for example javascript, phaser, unity, godot, three.js, react, or custom.
featuresNoOptional requested Wavedash features, for example multiplayer, achievements, leaderboards, cloud-saves, ugc, players.

Output Schema

ParametersJSON Schema
NameRequiredDescription
textYesHuman-readable tool result text.
Behavior5/5

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

The description confirms the read-only and unauthenticated nature, reinforcing the annotations. It also clarifies the upload process is separate, adding behavioral context beyond annotations without contradiction.

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 cover purpose and behavioral notes with no filler, achieving high conciseness while maintaining clarity.

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

Completeness5/5

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

Given the low complexity (2 optional parameters, output schema exists), the description fully equips an agent to understand what the tool does, its constraints, and how it relates to the larger workflow.

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 tool description repeats the parameter descriptions from the schema without adding new semantic information, meeting the baseline.

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 a concise end-to-end workflow for AI agents creating a browser game and preparing for Wavedash upload. It uses specific verbs and resource, and differentiates from sibling tools like wavedash_get_doc or wavedash_get_publishing_checklist.

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?

The description notes that the tool is read-only and unauthenticated, and that upload happens via the CLI or Developer Portal, providing clear usage context. However, it does not explicitly state when to use this tool versus alternatives.

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

wavedash_get_docGet Wavedash DocA
Read-only
Inspect

Fetch a full Wavedash docs page as Markdown by path or docs.wavedash.com URL. Read-only and unauthenticated.

ParametersJSON Schema
NameRequiredDescriptionDefault
pathYesDocs path or URL, for example sdk/setup, engines/phaser, publishing/upload, or https://docs.wavedash.com/sdk/setup.

Output Schema

ParametersJSON Schema
NameRequiredDescription
textYesHuman-readable tool result text.
Behavior5/5

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

The description adds behavioral context beyond annotations: it explicitly states 'Read-only and unauthenticated.' This informs the agent that no authentication is required and that the operation is safe, which is valuable and consistent with the annotations (readOnlyHint=true, destructiveHint=false).

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 sentence that front-loads the primary action and output format. Every word serves a purpose, with no filler or redundancy.

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

Completeness5/5

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

Given the tool's simplicity (single parameter, output schema exists), the description covers essential aspects: input format, output format, read-only behavior, and authentication requirement. It is contextually complete for effective tool selection and invocation.

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% for the single parameter 'path', which is already well-documented with examples. The tool description simply repeats 'by path or URL' without adding new semantic detail beyond what the schema provides. Baseline score of 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?

The description uses a specific verb ('Fetch') and clearly identifies the resource ('full Wavedash docs page as Markdown'). It explicitly mentions the input options (path or URL) and output format, making the tool's purpose unambiguous and distinct from sibling tools like wavedash_search_docs.

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 guidance on when to use this tool versus alternatives (e.g., wavedash_search_docs for searching, or other wavedash tools for different content). The description states it is read-only and unauthenticated, but does not explain usage context or exclusions.

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

wavedash_get_publishing_checklistGet Wavedash Publishing ChecklistA
Read-only
Inspect

Return Wavedash upload and publishing checklist guidance, optionally including an engine-specific docs page. Read-only and unauthenticated.

ParametersJSON Schema
NameRequiredDescriptionDefault
engineNoOptional engine/framework, for example unity, godot, phaser, three.js, react, rust, or custom.

Output Schema

ParametersJSON Schema
NameRequiredDescription
textYesHuman-readable tool result text.
Behavior4/5

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

Beyond annotations (readOnlyHint), the description adds that the tool is unauthenticated and optionally includes engine-specific content. This provides useful behavioral context not present in annotations.

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 zero waste. It conveys purpose, optionality, and safety in a compact form.

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

Completeness5/5

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

Given the tool has one optional parameter and an output schema, the description is sufficient. It covers purpose, optional behavior, and safety, making it complete for this simple tool.

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's mention of 'engine-specific docs page' aligns with the schema but does not add new meaning beyond what the parameter description already provides.

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 uses a specific verb-resource pair: 'Return... checklist guidance.' It clearly distinguishes from sibling tools like wavedash_get_doc or wavedash_get_quickstart by focusing on publishing checklist guidance.

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 for publishing guidance and mentions 'Read-only and unauthenticated,' but does not explicitly state when to use this tool versus alternatives or provide any exclusion criteria.

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

wavedash_get_quickstartGet Wavedash QuickstartA
Read-only
Inspect

Return the Wavedash setup path for a browser game, optionally including an engine and SDK features. Read-only and unauthenticated.

ParametersJSON Schema
NameRequiredDescriptionDefault
engineNoOptional engine/framework, for example phaser, unity, godot, three.js, react, rust, or custom.
featuresNoOptional Wavedash features, for example multiplayer, achievements, leaderboards, cloud-saves, ugc, players.

Output Schema

ParametersJSON Schema
NameRequiredDescription
textYesHuman-readable tool result text.
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds 'unauthenticated' which is a new behavioral trait beyond annotations. No contradiction. However, it does not disclose any other behaviors (e.g., what happens when engine is invalid).

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 concise sentences, front-loaded with purpose, and no wasted words. Every sentence serves a purpose.

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 simplicity of the tool, no required parameters, and an existing output schema, the description is mostly complete. It could mention that the returned path is a URL or structured object, but 'setup path' is sufficient.

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 coverage is 100%, so the schema already describes both parameters (engine, features) with descriptions. The description mentions 'optionally including an engine and SDK features' but adds no additional meaning or constraints beyond the schema.

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 ('Return the Wavedash setup path') and distinguishes from sibling tools by focusing on 'quickstart' and 'setup path' for browser games.

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 explicit guidance on when to use this tool versus alternatives like wavedash_get_doc or wavedash_get_sdk_reference. Only states it is read-only and unauthenticated, but no context on prerequisites or exclusions.

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

wavedash_get_sdk_referenceGet Wavedash SDK ReferenceA
Read-only
Inspect

Fetch Wavedash SDK docs for a specific feature such as setup, multiplayer, achievements, leaderboards, cloud saves, UGC, players, events, or types. Read-only and unauthenticated.

ParametersJSON Schema
NameRequiredDescriptionDefault
topicYesSDK topic, for example setup, multiplayer, lobbies, p2p, achievements, stats, leaderboards, cloud-saves, ugc, players, cli, config.

Output Schema

ParametersJSON Schema
NameRequiredDescription
textYesHuman-readable tool result text.
Behavior4/5

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

Annotations already indicate readOnlyHint, and the description adds 'unauthenticated', which is not in annotations. No contradictions. This extra behavioral detail helps the agent assess prerequisites.

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, no waste. First sentence states purpose with examples, second adds behavioral constraints. Front-loaded and efficient.

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

Completeness5/5

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

For a single-parameter read-only tool with full schema coverage and an output schema, the description provides all necessary context. No gaps remain.

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% for the 'topic' parameter, which already lists examples. The description repeats those examples but adds no deeper semantic meaning, so it meets the baseline for full schema coverage.

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 verb 'Fetch' and resource 'Wavedash SDK docs', with specific examples of topics. It distinguishes from siblings like wavedash_get_doc and wavedash_search_docs by focusing on SDK reference.

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?

The description notes the tool is 'Read-only and unauthenticated', which provides clear context for safe usage. It does not explicitly contrast with alternatives, but the listed examples and sibling names imply its specific scope.

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

wavedash_implementation_plannerPlan Wavedash ImplementationA
Read-only
Inspect

Plan a Wavedash game implementation from the user's goal, engine, and requested features. Use this before making architecture claims, selecting SDK features, or writing Wavedash integration code. Read-only and unauthenticated.

ParametersJSON Schema
NameRequiredDescriptionDefault
goalYesWhat the user wants to build or integrate, including the game type and Wavedash-related outcome.
engineNoOptional engine/framework, for example phaser, unity, godot, three.js, react, rust, or custom.
featuresNoOptional requested Wavedash features, for example multiplayer, achievements, leaderboards, cloud-saves, ugc, players, paid-content, upload, or publishing.

Output Schema

ParametersJSON Schema
NameRequiredDescription
textYesHuman-readable tool result text.
Behavior4/5

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

Annotations already provide readOnlyHint=true, and description adds 'Read-only and unauthenticated', confirming safe behavior. Additional context about planning nature beyond annotations.

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, no wasted words. Purpose and usage are front-loaded.

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

Completeness5/5

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

With output schema present, description need not explain returns. It covers why and when to use, and is complete for planning before integration.

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 coverage is 100%, so baseline 3. Description lists parameter names but adds no additional meaning beyond the schema.

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?

Description clearly states the tool plans a Wavedash game implementation, specifying verb 'Plan' and resource 'Wavedash game implementation'. It distinguishes from siblings by indicating it should be used before architecture claims or SDK selection.

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?

Explicitly tells when to use: 'Use this before making architecture claims, selecting SDK features, or writing Wavedash integration code'. While it doesn't state when not to use, the guidance is clear and actionable.

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

wavedash_search_docsSearch Wavedash DocsA
Read-only
Inspect

Search official Wavedash docs for browser game development, SDK integration, engines, CLI, upload, and publishing. Read-only and unauthenticated.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of results to return.
queryYesSearch query, for example: sdk setup, multiplayer lobbies, unity webgl, build push.

Output Schema

ParametersJSON Schema
NameRequiredDescription
textYesHuman-readable tool result text.
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds 'unauthorized', which is useful context, but does not disclose other behaviors like pagination or result format. With good annotation coverage, the description adds modest value.

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: first covers purpose and scope, second covers behavior. No extraneous words, well-structured, and front-loaded with the most important information.

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 tool's domain and safety profile. With annotations and output schema present, the description is sufficient. Minor gap: it doesn't mention that results are a list of documents, but the output schema likely covers that.

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 schema already documents both query and limit parameters. The tool description's list of example topics (browser game dev, SDK, etc.) is present in the schema's query description, adding no new information. 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?

The description clearly states the verb 'search' and the resource 'official Wavedash docs', and specifies the scope of topics (browser game development, SDK, etc.). It distinguishes from sibling tools like wavedash_get_doc by focusing on search rather than retrieval of a specific document.

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 when to use the tool (when searching docs by keyword) but does not explicitly state when not to use it or provide alternatives. Sibling tools are listed but no direct comparison is made.

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

wavedash_validate_configValidate Wavedash ConfigA
Read-only
Inspect

Validate pasted wavedash.toml text for basic Wavedash CLI config issues. This does not read files; provide the config text as input.

ParametersJSON Schema
NameRequiredDescriptionDefault
tomlYesContents of wavedash.toml.

Output Schema

ParametersJSON Schema
NameRequiredDescription
textYesHuman-readable tool result text.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds that it does not read files, which is consistent and provides additional clarity. It also mentions 'basic' issues, setting expectations about scope.

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, zero wasted words. Purpose is stated first, followed by a key behavioral note. Optimal length for a simple tool.

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

Completeness5/5

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

Given the tool's simplicity (one param, output schema exists, no enums), the description is fully adequate. It covers what the tool does, its input, and a critical behavioral constraint.

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 coverage is 100% with a clear description for 'toml'. The description reinforces that the parameter is the config text. No additional semantic details beyond schema are provided, but none are needed.

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 verb 'validate' and the resource 'pasted wavedash.toml text', specifying it checks for 'basic Wavedash CLI config issues'. It distinguishes from file reading by explicitly saying 'This does not read files'. This differentiates it effectively from sibling tools.

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?

The description provides clear usage context: use when you have pasted config text, not for files. It implicitly advises against using it for file validation. However, it does not explicitly mention alternatives among siblings for config issues.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.