Skip to main content
Glama

Latest board

latest_board
Read-only

FREE. The whole current board: every coin row named in the latest videos of the tracked crypto YouTube channels, with the stance, the call and the dated specifics. Free. Upstream briefs land on about 71% of days; board content is same-day roughly half the time and is never more than three days old. Not real-time. Every payload carries stale / stale_days / built_from_brief_date — read them. Commentary on public statements, not advice. This tool does not accept portfolio, position or risk-profile inputs and will refuse them with HTTP 400.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, and the description adds meaningful behavioral details beyond that: staleness statistics, maximum age of three days, not real-time, the presence of stale/stale_days/built_from_brief_date fields, and HTTP 400 refusal for unsupported inputs. This gives the agent a clear model of tool behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and information-dense, with key facts front-loaded. The repetition of 'Free' at the beginning and middle is unnecessary, but overall every other sentence contributes useful information about content, freshness, fields, and limitations.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Even without an output schema, the description explains what the payload contains, names the staleness fields, describes freshness bounds, and covers error behavior for unsupported inputs. For a zero-parameter read-only tool, this is sufficient for an agent to invoke it correctly and interpret the result.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema is empty with 100% coverage, but the description still adds value by explicitly stating that portfolio, position, and risk-profile inputs are not accepted and will cause HTTP 400. This prevents the agent from attempting invalid arguments and reinforces the no-parameter contract.

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 identifies the tool as returning the whole current board of coin rows from tracked crypto YouTube videos, including stance, call, and dated specifics. It is specific about the resource and content, but it does not explicitly differentiate itself from the sibling board_snapshot, which may overlap.

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 provides clear usage context: this is a free, read-only view of the latest board, not real-time, with possible staleness. It also warns that portfolio/position/risk-profile inputs are rejected. It does not explicitly name alternatives or state when-not-to-use versus siblings, but the context is strong enough for safe selection.

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

A4.2/5.0
Disambiguation4/5

Each tool has a distinct target: current board, historical snapshot, single coin detail, events, search, and stance history. The main overlap risk is between latest_board and board_snapshot, and between coin and stance_history, but descriptions clearly differentiate current vs. historical and record vs. arc.

Naming Consistency3/5

Names are readable and mostly noun-phrase style (board_snapshot, latest_board, stance_history), but the set mixes single nouns (coin, catalysts) with a verb (search) and uses inconsistent snake_case across only some names. The pattern is not chaotic, but lacks a uniform convention.

Tool Count5/5

Six tools is well-scoped for a read-only board querying service: one for the full board, one for search, one for details, one for history, one for events, and one for historical snapshots. The count feels right for the domain.

Completeness4/5

The core read workflows are covered: get the current board, inspect a single coin, search, see the stance history, and list catalysts. The only notable gap is that board_snapshot is not yet functional, so true historical board snapshots are unavailable; however, stance_history partially fills the historical need.