Skip to main content
Glama

platform_get_total_stake

Get the total amount staked on a Subnet/L1

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
networkNoAvalanche network to query (default: mainnet)
subnetIDNoThe Subnet ID to query total stake for (default: Primary Network)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / subnetID / description
      Previous value: -"The subnet ID to query total stake for (default: Primary Network)"New value: +"The Subnet ID to query total stake for (default: Primary Network)"
  2. Added

TDQS

A3.5/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 the full burden of behavioral disclosure. It does not state whether this is a read-only query, what the returned value represents, what units are used, what the default behavior is, or how errors and network differences are handled.

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 no filler or redundant restatement of the tool name. Every word contributes useful meaning.

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?

For a simple getter with two well-specified schema parameters, the description is minimally adequate. However, there is no output schema and no description of return format, so the agent lacks some context about what the tool actually returns.

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?

The input schema already describes both parameters, including defaults and the network enum, so the description adds little beyond saying 'Subnet/L1'. With 100% schema coverage, the baseline score 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 identifies the action ('Get') and the resource ('the total amount staked on a Subnet/L1'). This distinguishes it from sibling tools like platform_get_min_stake, platform_get_balance, or platform_get_current_supply.

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 intended use is implied by the wording: use this when you need total staked amount on a Subnet/L1. However, it provides no explicit guidance about when to prefer this tool over similar platform_get_* siblings, nor when not to use it.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.