Skip to main content
Glama

kalei_leaderboard

Rank AI models by Cognum score across 10 cognitive dimensions. Retrieve top models with scores and cognitive types to compare cognitive performance.

Instructions

Get the KALEI cognitive leaderboard — ranks AI models by Cognum score across 10 cognitive dimensions. Returns top models with scores and cognitive types.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax entries to return (default 20, max 50)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It does state what the tool returns ('top models with scores and cognitive types'), which implies a read-only lookup, but it does not explicitly confirm no side effects, explain ranking behavior beyond the one sentence, or disclose any limitations such as data freshness or pagination.

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 core purpose and then adds key distinguishing details. It contains no filler, repetition, or irrelevant information.

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?

For a tool with one optional limit parameter and no output schema, the description gives enough context: what the leaderboard is, what it ranks, and what kind of data the caller can expect. It stops short of describing exact response fields, but that is a minor gap for this simple retrieval use case.

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?

Schema description coverage is 100% and the only parameter, limit, is already fully described in the schema with default and max values. The tool description adds no parameter-specific meaning, so it stays at the baseline for high schema coverage.

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 specific verb ('Get'), a specific resource ('KALEI cognitive leaderboard'), and defines exactly what it ranks: AI models by Cognum score across 10 cognitive dimensions. It distinguishes itself from siblings like kalei_compare and kalei_model by referring to a clearly unique leaderboard concept.

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?

There is no guidance about when to use this tool versus alternatives. Sibling tools like kalei_compare, kalei_dimensions, and kalei_model exist, but the description never mentions them or explains why an agent should choose the leaderboard over them.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.