Skip to main content
Glama

Runn: list workstreams

runn_list_workstreams

Retrieve workstreams from Runn REST API. Supports pagination via cursor, limit per page, and fetchAll to get all workstreams in one request.

Instructions

List workstreams.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoResults per page (endpoint max applies).
cursorNoPagination cursor from a previous page's nextCursor.
fetchAllNoIf true, follow the cursor and return ALL items (capped). Otherwise return one page.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.1

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only says 'List workstreams,' omitting critical behaviors like pagination (limit, cursor), fetchAll support, response shape, or whether this is a read-only operation. The schema's parameter descriptions cover some mechanics, but the description itself adds no behavioral detail.

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?

The description is extremely short and front-loaded, containing no wasted words. However, it is under-specified for a tool with pagination options, so it misses an opportunity to pack useful context while remaining concise.

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

Completeness2/5

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

The tool has no output schema and no annotations, so the description must explain return values and usage context. It does not mention what the response contains, pagination behavior, or the relationship to other workstream tools. Although the schema documents all parameters, the description is too thin for an agent to fully understand invocation outcomes.

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 baseline is 3 even with no parameter info in the description. The description adds no additional meaning beyond what the schema already provides for limit, cursor, and fetchAll, so it neither helps nor hurts.

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 'List workstreams.' uses a specific verb and resource, clearly indicating the tool's function. It distinguishes from sibling list tools by naming 'workstreams' as the target resource, though it lacks any scope details (e.g., 'all' or 'by project').

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?

The description provides no guidance on when to use this tool versus alternatives (e.g., runn_create_workstream, runn_list_phases). It also does not mention prerequisites or context like whether it lists all workstreams in a workspace or for a specific project.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/CodecoolGlobal/runn-mcp'

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