Skip to main content
Glama

console_flow

Builder Console flow knowledge. Call with NO flow to list every flow (summaries + deep-links); call with a flow key to explain it (ordered steps, equivalent CLI, whether it signs transactions, deep-link). Flows: create-l1, convert-to-l1, validator-manager, ictt, faucet, multisig, staking, transfers, interchain-kit-local.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
flowNoFlow key to explain. Omit to list all flows.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.4/5.0
Behavior4/5

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

The description details the behavior of both invocation modes, including the content of the output (ordered steps, CLI equivalents, transaction signing indicator, deep-links). Since no annotations are provided, the description fully communicates the tool's effect. It does not mention whether the tool makes network calls or modifies state, but the output descriptions imply it is a read-only knowledge retrieval tool.

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 two sentences, with the first sentence front-loading the key behavioral distinction and output specifics, and the second sentence listing the flow keys. Every word adds value, and the structure is easy to parse.

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 tool has a simple interface (one optional parameter) and no output schema. The description adequately conveys what the agent can expect from each invocation mode, including the type of information (summaries, deep-links, steps, CLI, etc.). It does not specify the exact output format (e.g., plain text vs JSON), but the level of detail is sufficient for an agent to decide when to use this tool.

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 input schema already has a high coverage (100%) with a description for the flow parameter. The tool description adds contextual meaning by explaining the differences between omitting and including the parameter, and by listing the supported flow keys. It also provides details about the output content for each mode, which goes beyond the schema's parameter description.

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 specifies two distinct operations: listing all flows with summaries and deep-links, and explaining a specific flow with ordered steps, CLI equivalent, transaction signing info, and deep-link. It lists all valid flow keys, making the tool's domain concrete. The tool is distinct from sibling tools, which focus on blockchain data retrieval.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to omit the flow parameter (to list) and when to include it (to explain). This provides clear usage guidance for both modes. However, it does not mention any scenarios where this tool should not be used, but given the context, alternatives are not obvious.

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.