Skip to main content
Glama
agenticledger

CC Explorer MCP Server

consensus_get

Retrieve current consensus block and validator set data from the Canton Network blockchain to verify network state and validator participation.

Instructions

Get the latest consensus block and validator set from the Canton Network

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/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. It implies a read-only operation ('Get') but doesn't disclose behavioral traits like rate limits, authentication needs, or response format. The description is minimal and lacks details on what 'latest' means (e.g., real-time vs. cached) or potential errors.

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, efficient sentence that front-loads the purpose without unnecessary words. It directly states what the tool does and the context, with zero waste.

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 no annotations, no output schema, and 0 parameters, the description is minimal but covers the basic purpose. However, for a tool that likely returns structured data (consensus block and validator set), more context on response format or usage would be helpful. It's adequate but has clear gaps in behavioral details.

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?

There are 0 parameters, and schema description coverage is 100%, so no parameter documentation is needed. The description doesn't add parameter semantics, but with no parameters, this is acceptable. Baseline is 4 as per rules for 0 parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Get') and the resources ('latest consensus block and validator set'), with the specific context 'from the Canton Network'. It distinguishes from siblings like 'validators_list' or 'round_current' by specifying 'latest' and 'consensus'. However, it doesn't explicitly differentiate from all siblings (e.g., 'overview_get' might overlap).

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?

No guidance is provided on when to use this tool versus alternatives. Siblings include 'validators_list', 'super_validators_list', and 'round_current', which might offer related data, but the description doesn't specify when this tool is preferred or what makes it unique in context.

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/agenticledger/ClientMCP_CCEXPLORER_MCPSERVER'

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