Skip to main content
Glama
multiversx

MultiversX MCP Server

Official
by multiversx

mx-sdk-dapp-guide

Fetch the MultiversX SDK-DAPP v5 guide for React, TypeScript, Angular setup, login/logout, signing, transactions, messages, and custom providers; optionally extract a section.

Instructions

Fetch the MultiversX SDK-DAPP v5 guide, including setup and usage for React, TypeScript, JavaScript, Angular, login/logout, signing, sending, tracking transactions, signing messages, and creating custom providers. Optionally, provide a section name to extract a specific section.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectionNoOptional. The section name to extract from the guide (e.g., Installation, Configuration, Transactions, etc.)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

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 discloses the content scope and that a section can be extracted, but never states the operation is read-only/idempotent, what happens if the requested section name does not exist, or how the guide content is returned. For a low-risk documentation fetch this is acceptable but 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the resource and its scope, followed by the parameter behavior. The topic list is long but it is informative rather than padding, and there is no redundant restatement of the tool name.

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?

For a single-optional-parameter read tool with no output schema and no annotations, the description covers what is fetched, what topics are included, and what the parameter does. The remaining gaps (section name enumeration, not-found behavior, return format) are minor.

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 restates that the section parameter is optional and causes extraction of a specific section, which adds a little behavioral meaning over the schema's field description but no format, casing, or matching rules beyond the schema's own examples.

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?

States a specific verb ('Fetch') and a precise resource ('MultiversX SDK-DAPP v5 guide') and enumerates the covered topics (setup, React/TypeScript/JavaScript/Angular usage, login/logout, signing, transactions, custom providers). This is unambiguous and clearly distinct from the only sibling, mx-query-account, which is a chain-state query rather than a documentation lookup.

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 it (when you need SDK-DAPP v5 guidance) and explains the optional section parameter's effect, but gives no explicit when-to-use/when-not framing, no alternatives, and no prerequisites. Usage is inferable but not spelled out.

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

Deploy Server

Other Tools