Skip to main content
Glama

moa_board_list

List live blackboard entries for multi-agent debates, showing key metadata (author, timestamp, tags, bytes) without values. Inspect state at workspace, global, or task scope.

Instructions

Lightweight browse of the blackboard: one row per live key with {key, author, ts, tags, bytes} (no values).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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, the description carries the full burden. It accurately discloses the output format and the absence of values, which is critical. The term 'browse' implies a read-only operation, but it does not explicitly state that the operation is non-destructive or has no side effects.

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?

A single, front-loaded sentence communicates the tool's purpose and key behavioral detail ('no values') without waste. It is appropriately sized for the tool's simplicity.

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 list tool, the description covers the core behavior and return fields, which is crucial given no output schema exists. It lacks details on pagination or limits, but the simplicity of the tool makes this acceptable.

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?

The input schema already provides 100% coverage for both parameters with clear descriptions. The tool description adds no additional parameter context, so the baseline of 3 is appropriate.

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 states the tool lists blackboard keys with metadata (key, author, ts, tags, bytes) and explicitly excludes values. This specific verb and resource distinguish it from moa_board_read, which likely retrieves values.

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 phrase 'lightweight browse' implies a quick way to see keys without fetching values, but no explicit guidance is given on when to use this tool versus moa_board_read or other board tools. No when-not-to-use conditions are mentioned.

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