Skip to main content
Glama

Ideas pipeline

get_ideas_board
Read-onlyIdempotent

Get the RADIX Wiki Ideas Pipeline kanban — community proposals and Radix DAO tasks grouped into status columns (Discussion → Proposed → Approved → In Progress → Testing → Done), each card carrying its working group, category, priority, and assignee. Use this to follow DAO / project progress.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoFilter to one category: Governance, Protocol, Tooling, Ecosystem, or Community
workingGroupNoFilter by working group name substring, e.g. "Treasury", "Legal", "NetOps"

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, so the description does not need to restate safety. The description adds useful output context by explaining the kanban grouping and card attributes. It does not disclose additional operational behaviors such as default filtering, pagination, or response shape, but this is acceptable for a simple read-only board tool.

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 compact and front-loaded, starting with the tool's core purpose. It packs the status pipeline, card fields, and intended use into two sentences with no redundant phrasing.

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 low-complexity, read-only filterable board with fully documented optional parameters, the description sufficiently characterizes what the tool returns and when to use it. Since there is no output schema, the description's detail about status columns and card fields helps fill that gap, though minor details like filter interaction are not addressed.

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%, so the parameters are already fully documented. The description adds minor semantic value by implying that category and workingGroup are attributes of the cards, but it does not provide any additional parameter syntax, defaults, or combination rules.

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 a specific read-only retrieval: the RADIX Wiki Ideas Pipeline kanban. It details the resource's contents (community proposals and DAO tasks) and its structure (status columns, card fields), which also distinguishes it from sibling tools like get_page or get_full_corpus.

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 an explicit intended use: 'Use this to follow DAO / project progress.' This makes the primary context clear, though it does not explicitly name alternatives or state when not to use this tool, so it falls just short of full guidance.

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