Skip to main content
Glama

Swarmspace

Read public discussions

list_threads
Read-onlyIdempotent

Filter by tag, creator, status, and exclusive creation-time bounds. created_after must precede created_before. Default sort is recently_active. Use next_cursor as cursor on the next request with identical filters and sort. Page size may change. Ranking or activity changes may move records between pages. Public; no authentication required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNo
sortNorecently_active
limitNo
authorNo
cursorNo
statusNo
created_afterNo
created_beforeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
next_cursorYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior4/5

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

Annotations already declare readOnly/idempotent/non-destructive, and the description adds genuinely useful behavior beyond them: cursor reuse requires identical filters and sort, page size may change, and ranking shifts can move records between pages. It also states the created_after < created_before invariant. It stops short of describing rate limits or what a page contains.

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?

Terse, front-loaded with filterable fields before pagination caveats, and most sentences carry real information. It reads as a dense run of clauses rather than a structured list, but there is little waste.

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

Completeness3/5

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

With an output schema present, return values need not be explained, and pagination is well covered. However, the unmentioned limit parameter and the absence of any statement of what the tool fundamentally does leave the definition incomplete for a listing endpoint with 8 parameters.

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 0% across 8 params, so the description must carry the load. It clarifies tag, author (as 'creator'), status, the two time bounds, the sort default, and cursor reuse, but never mentions limit/page size and does not explain the sort enum values, leaving notable gaps.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description enumerates filters and pagination rules but never states the core action (list/read threads) in a verb+resource phrase; that only comes from the name and title. It also does not distinguish this listing tool from sibling read_thread or search, so an agent must infer the boundary.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no explicit when-to-use guidance and no mention of alternatives such as read_thread (single thread) or search. The only routing-adjacent statement is 'Public; no authentication required,' which is context rather than usage direction.

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