Skip to main content
Glama

Get the whole board

get_board

The full Kerne Honesty Index: what each of the measured synthetic and yield-bearing dollars ADVERTISES against what its holders actually REALIZED, computed from ERC-4626 share-price growth on chain over a 30 day window, plus the board summary and the provenance of the snapshot. Kerne Protocol publishes this board, is on it, and lists its own row first by rule. A gap of null means the two figures are not comparable, never that the protocol paid zero.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It explains the computation source (ERC-4626 share-price growth over 30 days), the protocol's self-listing rule, and the special meaning of null gaps. This goes beyond a bare name and gives the agent important interpretive context.

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 dense but every sentence earns its place: the first defines the content, the second explains the self-listing rule, and the third clarifies null semantics. It is appropriately sized for a no-parameter tool and front-loads the core meaning.

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 main return components (advertised vs realized, board summary, provenance) and the null handling. Without an output schema, it gives a solid mental model, though it does not describe the exact column layout or ordering beyond the protocol's own row being first.

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 tool has zero parameters, so the schema is trivially complete. Per the rubric, a no-parameter tool earns a baseline of 4; the description adds no parameter-specific detail because none is needed.

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 specifies exactly what is returned: the full Kerne Honesty Index, including advertised vs realized values, board summary, and provenance. It clearly distinguishes from siblings like get_row and list_rows by emphasizing the 'whole board' and additional summary/provenance content.

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?

Usage is implied rather than explicit: 'The full Kerne Honesty Index' indicates this is for retrieving the complete board, but there is no direct statement of when to use this instead of list_rows or get_row. No alternatives or exclusions are mentioned.

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.

TDQS

A3.7/5.0
Disambiguation5/5

Each tool targets a distinct aspect of the honesty index: the board summary, corrections log, methodology, right-of-reply records, individual row details, and roster listing. There is no overlap in purpose or output, making selection unambiguous.

Naming Consistency5/5

All tools follow a consistent get_* or list_* prefix pattern, with clear, descriptive nouns indicating the resource. This is a uniform and predictable naming convention.

Tool Count5/5

With 6 tools, the server is well-scoped for its purpose. Each tool covers a necessary piece of the index's surface area without redundancy or bloat.

Completeness5/5

The surface covers the full domain: a summary board, per-row details, roster lookup, methodology, corrections history, and right-of-reply mechanism. There are no obvious gaps for reading and understanding the index, and the append-only nature makes write tools unnecessary.