Skip to main content
Glama

moa_board_read

Fetch live board entries filtered by key or tag, showing newest first with a configurable limit, to get current values at a glance.

Instructions

Read live entries from the blackboard (deleted keys never appear). With key: that key's latest entry; with tag: entries carrying the tag; with neither: every key's latest value. Newest first, capped by limit (default 100).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNo
tagNo
limitNoMax entries to return (default 100, hard cap 1000)
scopeNoBoard scope: "workspace" (default — persisted, shared by all sessions of this project), "global" (persisted, cross-project), or "task:<task_id>" (debate-local, archived with the task).
workspaceNoOptional absolute project path for workspace scope; omitted keeps the server workspaceCwd default.
Behavior4/5

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

With no annotations provided, the description carries full burden. It discloses live read semantics, the absence of deleted keys, the filtering logic, and result ordering/cap. This provides substantial behavioral transparency for a read operation, though it doesn't describe the entry shape or error conditions.

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 three crisp sentences with no wasted words. It front-loads the primary action, then uses a logical structure to explain filtering modes and output ordering. Every sentence earns its place.

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?

Given the 5-parameter schema and lack of output schema, the description covers core behavior, filtering modes, and limit semantics. It does not specify the structure of returned entries or behavior when both key and tag are provided, but overall it is reasonably complete for a read tool.

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?

Schema description coverage is 60%, but the description adds essential meaning to the undocumented 'key' and 'tag' parameters by explaining how they filter results. It also reiterates the limit behavior, providing value beyond the schema alone.

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 clearly identifies the tool as reading live entries from the blackboard, with a specific verb and resource. It distinguishes itself from sibling tools like moa_board_write, moa_board_delete, and moa_board_list by describing its read/filter behavior and noting that deleted keys never appear.

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?

It clearly explains the three usage modes (with key, with tag, with neither) and the ordering/limit behavior, giving strong context on when to use each mode. It does not explicitly mention alternatives or exclusions, but the use cases are clearly implied.

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/Yorha9e/moamcp'

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