Skip to main content
Glama

List blockchains (P-Chain)

avax_pchain_list_blockchains
Read-onlyIdempotent

List all P-Chain blockchains with subnet and VM IDs, filter by name, and paginate results.

Instructions

List all blockchains registered on the P-Chain (platform.getBlockchains) with their subnet and VM IDs. Supports name filtering and pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
networkNoPrimary network: mainnet or fujifuji
name_containsNoCase-insensitive substring filter on chain name
Behavior4/5

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

Annotations already indicate read-only, idempotent, open-world, and non-destructive behavior. The description adds useful context about the return content (subnet and VM IDs) and the availability of filtering and pagination, which goes beyond the annotations without contradicting them.

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 short sentences, front-loaded with the main action, and every phrase earns its place. No redundancy or filler.

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 essential behavior and return info (subnet and VM IDs) for a list operation. Since there is no output schema, the mention of return fields is helpful. Network default is documented in the schema, so it does not need repetition. Overall it is adequate for correct invocation, though it could hint at pagination constraints or network selection.

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?

With schema description coverage at 50%, the description does compensate partially by mentioning 'name filtering' (mapping to name_contains) and 'pagination' (mapping to limit/offset). However, it does not explain the network parameter or elaborate on the specific semantics of parameters beyond what the schema already provides for network and name_contains.

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 clear verb and resource: 'List all blockchains registered on the P-Chain' with specific details about the output (subnet and VM IDs). It is specific enough to distinguish from sibling tools like avax_pchain_get_subnet, which focuses on individual subnet data.

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 its use case (listing blockchains) and mentions supports for filtering and pagination, but does not explicitly state when to use this tool versus alternatives or provide exclusions. No sibling differentiation is provided, leaving the agent to infer based on names.

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/Eelvanpsd/Avalanche-mcp'

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