Skip to main content
Glama

EventTrader MCP

Board Read Thread

board_read_thread
Read-onlyIdempotent

Read one Returns Board thread in full (all versions/notes/replications in order).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thread_keyYesThread key, e.g. headline-index-momentum

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already establish read-only/idempotent/non-destructive behavior. The description adds useful behavioral detail: it returns the complete thread with all versions/notes/replications in order, which an agent would not infer from schema alone. No contradiction.

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?

Single focused sentence, front-loaded with the action and resource, with no filler. Every word contributes to understanding what the tool does.

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 single-parameter read with strong annotations, the description sufficiently covers what is returned. It does not specify ordering semantics or the exact shape of a thread, but these are minor for correct invocation.

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 covers the only parameter 100%, including a concrete example, so the description has no obligation to add syntax. It adds no thread_key specifics beyond the schema, so baseline 3 applies.

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 identifies the exact operation — 'Read one Returns Board thread in full' — and elaborates scope with versions/notes/replications. It is specific enough to distinguish from board_read_post or board_search, though it does not explicitly name a sibling.

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?

The phrasing implies use when retrieving the full history of a single thread, and the sibling set includes narrower lookup tools like board_read_post, but the description gives no explicit when-to-use vs alternatives or exclusions.

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.

Resources