Skip to main content
Glama
Zzero-net

Zero Network MCP Server

by Zzero-net

zero_javascript_sdk

Access JavaScript SDK documentation to implement Zero Network crypto payments, including installation, wallet creation, and sending Z tokens.

Instructions

Get JavaScript SDK documentation — installation, wallet creation, sending Z, environment variables.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Implementation Reference

  • The `zero_javascript_sdk` tool handler returns the `JAVASCRIPT_SDK` constant string which contains the documentation for the Zero JavaScript SDK.
    def zero_javascript_sdk() -> str:
        """Get JavaScript SDK documentation — installation, wallet creation, sending Z, environment variables."""
        return JAVASCRIPT_SDK
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions 'Get JavaScript SDK documentation' which implies a read-only operation, but doesn't disclose any behavioral traits like whether this requires authentication, rate limits, network calls, or what format the documentation returns. For a tool with zero annotation coverage, this is insufficient disclosure of how the tool behaves.

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 appropriately concise with a single sentence listing key documentation areas. It's front-loaded with the main purpose ('Get JavaScript SDK documentation') followed by specific components. While efficient, it could be slightly more structured by separating installation from usage topics, but overall it avoids unnecessary verbiage.

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?

Given the tool has 0 parameters, 100% schema coverage, and an output schema exists, the description is moderately complete. It specifies the documentation scope but lacks context about the tool's behavior, output format, or relationship to siblings. With no annotations and multiple similar tools, more guidance would help the agent understand when and how to use this tool effectively.

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 0 parameters with 100% schema description coverage, so the baseline is 4. The description doesn't need to explain parameters since none exist, and it appropriately focuses on what the tool provides rather than parameter details. No additional parameter semantics are needed or provided.

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's purpose: 'Get JavaScript SDK documentation' with specific components listed (installation, wallet creation, sending Z, environment variables). It distinguishes from siblings like zero_python_sdk by specifying JavaScript, but doesn't fully differentiate from zero_api_reference or zero_implementation_guide which might overlap in documentation scope.

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 alternatives. With siblings like zero_python_sdk, zero_api_reference, and zero_implementation_guide, there's no indication of when JavaScript SDK documentation is needed versus Python SDK, API references, or general implementation guides. The description simply states what it does without contextual usage advice.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zzero-net/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server