Skip to main content
Glama
thenavidm

bluesky-mcp

by thenavidm

List the accounts on a list

get_list_members
Read-onlyIdempotent

Get the accounts belonging to a curated Bluesky list. Supply the list's at:// URI or bsky.app link to view its members.

Instructions

The accounts on a curated list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
listYesat:// URI or bsky.app link of the list.
limitNoHow many. Default 50.
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

C2.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds no extra behavioral context such as pagination, ordering, or the meaning of the cursor parameter, so it contributes little beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short, with no filler words, but it is under-specified rather than appropriately concise. It conveys only the basic function and lacks useful structure or context.

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?

With four parameters, no output schema, and a one-line description, the tool definition is incomplete. It does not explain return value format, pagination behavior, or how the 'account' parameter affects execution, which an agent needs for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers 75% of parameters with descriptions, but the tool description itself mentions no parameters. The description does not compensate for the remaining 25% (cursor is undocumented) and adds no meaning beyond the schema.

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 states a specific verb ('List') and resource ('accounts on a list'), making its core purpose clear. It distinguishes from sibling tools like get_list_posts by focusing on accounts, though it does not explicitly contrast with them.

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?

No guidance is provided about when to use this tool versus alternatives. There is no mention of scenarios, exclusions, or references to sibling tools such as get_list_posts or get_list_members as an alternative.

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

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