Skip to main content
Glama

Read a list feed

get_list_posts
Read-onlyIdempotent

Fetch posts from accounts in a curated Bluesky list, ordered by recency. Use the list URI or bsky.app link to retrieve content.

Instructions

Posts from the accounts on a curated list, newest first. Take the list URI from get_pinned_feeds or a bsky.app /lists/ link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
listYesat:// URI or bsky.app link of the list.
limitNoHow many posts. Default 30.
cursorNo
accountNoWhich connected account to act as, by handle (for example 'alice.bsky.social' or just 'alice'). Defaults to the first connected account. Call list_accounts to see them.
Install Server

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds useful behavior beyond annotations: it returns posts from list accounts, sorted newest first, and explains the input format (list URI or bsky.app link). It does not address pagination or access requirements, but this is relatively minor for a read-only feed 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 two tight sentences. The first states what the tool returns and its ordering; the second provides a concrete source for the required list URI. There is no redundant phrasing or fluff, and the most important information is front-loaded.

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 this is a simple read-only feed tool with no output schema and strong annotations, the description covers the core requirement: the resource type, the input source, and the ordering. It lacks explicit pagination guidance or a note about list visibility, but the schema provides a cursor parameter and the list URI source is clear enough for an agent to make a correct call.

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 75%: list, limit, and account all have some description. The description adds helpful context for the list parameter by pointing to get_pinned_feeds or bsky.app links, but it does not clarify the undocumented cursor parameter or how pagination works. Overall it adds some value beyond the schema but leaves a gap for cursor.

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 clearly identifies the resource: posts from a curated list, with an explicit ordering of newest first. It distinguishes this tool from get_timeline and get_author_feed by saying 'accounts on a curated list', though it does not name sibling tools or explicitly contrast them.

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 instruction to take the list URI from get_pinned_feeds or a bsky.app /lists/ link provides practical guidance on where to obtain the required parameter. However, it does not say when to use this tool instead of alternatives like get_feed or get_timeline, leaving usage context implied rather than explicit.

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

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/navidmoazzez/bluesky-mcp'

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