Skip to main content
Glama

platform_get_min_stake

Get the minimum staking amounts for validators and delegators on a Subnet/L1

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
networkNoAvalanche network to query (default: mainnet)
subnetIDNoThe Subnet ID to query minimum 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 minimum stake for (default: Primary Network)"New value: +"The Subnet ID to query minimum stake for (default: Primary Network)"
  2. Added

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. However, it only states what the tool does, not any behavioral specifics such as whether both validator and delegator amounts are returned, default behavior for missing parameters, or error conditions. It adds no information beyond the purpose, leaving the agent without crucial context for a read operation.

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, succinct sentence that directly conveys the tool's function without unnecessary words. It is well-structured and front-loaded with the core action, making it easy to parse.

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 low complexity (2 optional params, no output schema, no annotations), the description is minimally adequate. However, it does not describe the return format or any caveats, and without output schema or annotations, it could be more complete. It suffices for a simple getter but leaves room for improvement.

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 provides 100% coverage for both parameters, including descriptions and defaults (network default mainnet, subnetID default Primary Network). The tool description does not add any additional meaning beyond what the schema already conveys, so it meets the baseline but does not exceed it.

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's purpose: 'Get the minimum staking amounts for validators and delegators on a Subnet/L1'. It uses a specific verb (get) and resource (staking amounts) and scopes it to validators/delegators and Subnet/L1, distinguishing it from other platform_get* tools like platform_get_total_stake.

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. It does not mention scenarios where other tools like platform_get_total_stake or platform_get_staking_asset_id would be more appropriate, nor does it offer exclusions or prerequisites. The name implies a specific use case, but explicit usage guidance is absent.

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.